-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Docs: Migrating from Vite error on Step 5: Create the Entrypoint Page #57666
Comments
remove |
@lazaro-contato Thank you for this feedback and help. That does solve this problem but it then relies on a NodeJS server deployment. Which actually happens to be fine in my use case so maybe clearing up the documentation if this is possible or not for a static export. I am starting to think the catch all routes aren't supported in the static export. https://nextjs.org/docs/app/building-your-application/deploying/static-exports |
@jlestes The documentation does mention this, and it is necessary! Not sure if it wasn't the case previously. |
What is the improvement or update you wish to see?
I am trying to follow the guide Migrating from Vite with Next
v14.0.0
. After completing the guide when runningnpm run dev
the migration from Step 5: Create the Entrypoint Page I am getting the error below:I have tried reverting to
v13.5.6
and I am getting the same error. When going back tov13.4.19
I am no longer getting the error above. I am not sure if this is a bug or the documentation needs updating forv13.5.x
and above.Is there any context that might help us understand?
I am reproducing this with a brand new React app from
npm create vite@latest
. I'm running this using Nodev20.9.0
.Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/upgrading/from-vite#step-5-create-the-entrypoint-page
The text was updated successfully, but these errors were encountered: