Skip to content

[Bug Report][3.10.1] Failed to load resource: the server responded with a status of 404 (Not Found) VApp.sass:1 #356

@MrBeanCNX

Description

@MrBeanCNX

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

  1. Create a new project using "npm create vuetify@latest".
  2. Select Recommended preset and Vuetify 3 (Stable) (In my case, I got Vuetify version 3.10.1).
  3. Use TypeScript.
  4. Install dependencies by npm.
  5. Install Dependencies.
  6. Run the project for the first time by "npm run dev".
  7. The application works correctly.
  8. Close the browser.
  9. Stop the dev server.
  10. Modify any file in the project. (in my case I only added a single empty line to App.vue.)
  11. Run the project again
  12. Browser console shows error "Failed to load resource: the server responded with a status of 404 (Not Found) VApp.sass:1"
  13. Vuetify styles fail to load. (UI styles are broken and The browser window is completely white.)
  14. Reloading the page fixes the issue.

Expected Behavior

  1. The project should continue to work normally after any code change.
  2. Vuetify styles should not break after restarting the dev server.

Actual Behavior

  1. Browser console shows error "Failed to load resource: the server responded with a status of 404 (Not Found) VApp.sass:1"
  2. Vuetify styles fail to load. (UI styles are broken and The browser window is completely white.)
  3. Reloading the page fixes the issue.

Image

Image

Video

https://drive.google.com/file/d/1Tj-F4HBzTr1HUTX2DZcyR3FGqJhy8iKS/view?usp=drive_link

Reproduction Link

No reproduction link

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions