PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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!