Next.js Discord

Discord Forum

anyone know what this error means: Did you mean './debug'?

Unanswered
American Robin posted this in #help-forum
Open in Discord
American RobinOP
Module not found: Can't resolve 'debug' in 'C:\Users.....\follow-redirects'
Did you mean './debug'?
Requests that should resolve in the current directory need to start with './'.
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.

0 Replies