CSS not found in Wave when switching Themes
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.
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.
Now its working! Thank you so much!
No problem! Happy to hear that!