Question By
Solved

CSS not found in Wave when switching Themes

Solved
jetsetwilly

May 18th, 2025 11:03 PM

Hi,

I am getting Unable to locate file in Vite manifest: resources/themes/blank/assets/css/app.css

when switching Themes in Wave. Any ideas? The path is correct and the file is there.

bobbyiliev

May 18th, 2025 11:40 PM

Best Answer

Hi there,

You need to run npm run build or npm run dev when you switch to the new theme.

If you don't want to run npm run dev, after running the build command you might have to set the WAVE_DEMO env var to false.

Let me know how it goes.

jetsetwilly

May 19th, 2025 12:08 AM

Now its working! Thank you so much!

bobbyiliev

May 19th, 2025 02:57 AM

No problem! Happy to hear that!