-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Pages not automatically appearing when created while npm run dev running #14286
Comments
I can confirm this on |
This seems to still be an issue. I'm on rc11 and experiencing this. @pi0 |
Please open a new issue with a reproduction. 🙏 |
I just tested RC11 here and can confirm the issue. I made a repro on Stackblitz: https://stackblitz.com/edit/nuxt-starter-e8cv5m?file=pages/index.vue Steps
Then we get a 404, unless we manually reload the page (this time around we do not have to restart the server at least). |
any updates? |
Environment
Darwin
v14.19.1
3.0.0-rc.4
[email protected]
vite
-
-
-
Reproduction
npx nuxi init nuxt-app cd nuxt-app npm install npm run dev -- -o
Add a new page into /pages folder (eg. test.vue)
In your browser visit: http://localhost:3000/test
Get a 404
Stop/Start
npm run dev -- -o
In your browser visit: http://localhost:3000/test
Get the page!
Describe the bug
Any files added to /pages folder while development server is running should be reachable in the browser straight away. Instead you have to restart nuxt.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: