Next.js Discord

Discord Forum

Next.js Learn Tutorial: Resolving dependencies are ignored for this path

Answered
AcidicLynx posted this in #help-forum
Open in Discord
Hi

I'm going through the tutorial at nextjs.org/learn/. I'm in Windows 10. When I do npm run dev the page will return an error:
Application error: a client-side exception has occurred (see the browser console for more information).

On the console I see the following errors:
- Uncaught Error: Invariant: Missing ActionQueueContext
- Uncaught Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary

Any ideias? Thanks in advance
Answered by AcidicLynx
The issue was due to my code folder was 'D:\Code' with the first letter in uppercase. Renamed to 'D:\code' and the issue was fixed.
View full answer

1 Reply

The issue was due to my code folder was 'D:\Code' with the first letter in uppercase. Renamed to 'D:\code' and the issue was fixed.
Answer