All Questions
3
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!
...
0
votes
1
answer
196
views
Next JS Routing with Link Component in Production
I have a simple NextJS 14 app (I am new to NextJS) I have set a simple web app with 3 routes for testing I have developed the route page it contains 1 background video and few images.
I did deploy the ...
0
votes
0
answers
244
views
Next js file routing not working after deployment
i created and deployed a next js application on vercel using github , after deployment i access the site , i noticed that the homepage loads just fine but i am unable to access other pages the ...