All Questions

Tagged with
Filter by
Sorted by
Tagged with
13 votes
4 answers
29k views

UnhandledSchemeError: What is this node:buffer error and how do I solve it?

Pasted below is a node:buffer error that I've received when using a link to a local route in nextjs. Anyone know how to solve this? I see: https://github.com/vercel/next.js/discussions/33982 thanks! ...
421's user avatar
  • 243
0 votes
0 answers
1k views

Next / Link doesn't route to the next page when clicked before the page has completely loaded

import Link from 'next/link'; ... <Link href="/test">test</Link> Clicking on the link doesn't route to the next page when the network is slow, and the entire page hasn't been ...
Abhishek Kumar's user avatar