-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Environment
- Vue Version: 3.5.21
- Vuetify Version: 3.10.1,
- Vite Version: 7.1.5,
- Node Version: 22.14.0
- NPM Version: 8.15.0
- Package Manager: npm
Steps to reproduce
- Create a new project using "npm create vuetify@latest".
- Select Recommended preset and Vuetify 3 (Stable) (In my case, I got Vuetify version 3.10.1).
- Use TypeScript.
- Install dependencies by npm.
- Install Dependencies.
- Run the project for the first time by "npm run dev".
- The application works correctly.
- Close the browser.
- Stop the dev server.
- Modify any file in the project. (in my case I only added a single empty line to App.vue.)
- Run the project again
- Browser console shows error "Failed to load resource: the server responded with a status of 404 (Not Found) VApp.sass:1"
- Vuetify styles fail to load. (UI styles are broken and The browser window is completely white.)
- Reloading the page fixes the issue.
Expected Behavior
- The project should continue to work normally after any code change.
- Vuetify styles should not break after restarting the dev server.
Actual Behavior
- Browser console shows error "Failed to load resource: the server responded with a status of 404 (Not Found) VApp.sass:1"
- Vuetify styles fail to load. (UI styles are broken and The browser window is completely white.)
- Reloading the page fixes the issue.
Image
Video
https://drive.google.com/file/d/1Tj-F4HBzTr1HUTX2DZcyR3FGqJhy8iKS/view?usp=drive_link
Reproduction Link
No reproduction link