-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on vercel #97
Comments
What were the steps you used. I attempted to deploy from Vercel and couldn't get it to work either |
See my issue here as well #96 |
I solved this issue on my project by going to Project Settings > General > Node.js Version and changing from 18.x to 16.x |
i solved exporting this variable on vercel's environment varibles: |
I tried with changing Node.js version to 16.x but it didn't worked. Switching back to 18.x retured fewer errors. Now I'm getting: "Error: No Next.js version could be detected in your project. Make sure |
The text was updated successfully, but these errors were encountered: