500 Internal Server Error on Login page and Next Auth Pages #2730
Unanswered
sushilbalami
asked this question in
Help
Replies: 1 comment 2 replies
-
You seem to be doing some funky stuff with the webpack config, I wonder if that plays a role. Cannot find module Could you try to create a minimal reproduction repository that reproduces this problem, so I can clone it and test it locally? It's highly likely that this is not an error in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description 🐜
I just got error 500 when loading login pages and next-auth API routes I did all things correctly as I know all setup so.






before it, I hadn't experienced this error
on localhost working well but on vercel this error occurred.
so here is mine [...nextauth].js page
next.config.js
package.json

schema.prisma is copied from documentation
after deploying to vercel I got this error
on localhost working well
Is this a bug in your own project?
Yes
How to reproduce ☕️
Just deploy to vercel
Screenshots / Logs 📽
No response
Environment 🖥
System:
OS: Windows 10 10.0.19043
CPU: (16) x64 AMD Ryzen 7 4800H with Radeon Graphics
Memory: 7.65 GB / 15.37 GB
Binaries:
Node: 14.15.4 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.10 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.1023.0), Chromium (93.0.961.44)
Internet Explorer: 11.0.19041.1202
npmPackages:
next: 11.1.0 => 11.1.0
next-auth: ^3.29.0 => 3.29.0
react: ^17.0.2 => 17.0.2
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions