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
Unsolved

Wave V3 NO manifest

kaprinkey1

May 10th, 2026 11:40 AM

Hey there,

The heading is misleading because Vite and the manifest are present.

I recently attempted again to install WaveV3. I was able to download it and extract it but the moment I installed npm and composer it broke, telling me that no vite manifest was found.

I found the cause. When installing the cove-main theme, it is called cove-main but the files are calling 'cove'. I tried changing it but it crashes the entire application when I change the folder name for the cove-main theme.

The error happens in this file: resources/themes/cove-main/partials/head.blade.php -- with this line of code: @vite(['resources/themes/cove-main/assets/css/app.css', 'resources/themes/cove-main/assets/js/app.js']). This initially said 'cove' which I renamed to 'cove-main' but when I do this, it breaks TailwindCSS. The styling is now jumbled all over the site.

This only happens when you install the cove-main theme. I did notice that some of the files do change the name to cove-main but not all files do this.

Screenshot 2026-05-10 at 1.01.59 PM

Screenshot 2026-05-10 at 1.02.26 PM

Screenshot 2026-05-10 at 1.03.07 PM

Screenshot 2026-05-10 at 1.04.46 PM

Screenshot 2026-05-10 at 1.39.54 PM

When I change the name 'cove-main' back to 'cove' in ```resources/themes/cove-main/partials/head.blade.php``, it causes the vite manifest error to reappear.

Whilst I did fix the manifest error by changing the name to cove-main in the header partial, I have not had any success in making the styling work properly. The entire styling appears to be broken but works partially like the colors are present along with sections but things like the menu, header, footer, pricing and other sections are broken.

How do I fix this Bobby?