-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Running npm run dev gives blank page #1788
Comments
Hm, it might be due to a recent vite/Docker issue: vitejs/vite#16522 Does it help if you make this change to package.json?
There are also other suggestions in that thread. Also, are you working inside a Dev Container? |
Changing package.json solved the issue. Thank you @pamelafox 👍 And yes, I was working in a Dev Container. |
Okay, I will make that change for the repo. |
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Go to app/
Execute $ ./start.sh
Open new terminal
Go to app/frontend/.
Execute $ npm run dev.
Navigate to the provided address in the browser.
See blank page in the browser.
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Versions
Mention any other details that might be useful
I took a break from my project and before the break it used to work. Now I can't hot reload. I have the same problem with sample-app-aoai-chatGPT.
The text was updated successfully, but these errors were encountered: