All Questions
2
questions
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!
...
-1
votes
1
answer
892
views
Next.js: how to create entry browser history [duplicate]
I have been trying to create an entry in the browser history every time I navigate to a new page in Next.js with the Link property provided by them, but I am not able to push an entry to the browser ...