Cove Theme Style Issue #174
Replies: 2 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
[Apologies this is regarding the Anchor theme.] FYI: I have the exact same issue as @waleedrehman31 since I changed 1 line in app\resources\themes\anchor\pages\profile[username].blade.php
I'm using Docker other than that same settings as he is. php artisan icons:cache No (console) errors. Just only shows these unstyled (by the looks of it) icons and some text. I'm looking into it more, but thought I'd let you know he is not the only one with the issue. EDIT: (checked all settings, didn't help). Did a complete new Docker build --no-cache. Didn't help either. EDIT II: Tried to chmod the files and folder, set user etc. Also added this to vite.config.js and exposed port 5173 in docker-compose.
With the changes above, when I run http://localhost:5173/ I get the landing page for Vite/Laravel, which starts with: Then when running in npm run dev mode, the URL to CSS becomes I'm afraid I have exhausted all options I could find. I hope this small essay will help others using Wave or Vite. Any suggestions left I could try out? |
Beta Was this translation helpful? Give feedback.
-
Cove Theme Styles Not Loading
Hi everyone,
I’m experiencing an issue with the Wave Laravel Starter Kit after activating the Cove theme. Despite following the installation and build process, the styles for the Cove theme are not being applied.
Steps I Followed
npm install
.npm run build
command successfully (no errors).The Problem
The build process completes without errors, but the frontend does not reflect the Cove theme styles. It seems like the styles are either not being generated or not being applied correctly.
What I Tried
npm run build
command completes successfully.php artisan cache:clear
andphp artisan config:clear
).public
directory to ensure assets were generated.Environment
Request for Help
Has anyone encountered a similar issue or know what might be causing this? Any tips on troubleshooting or resolving the problem would be greatly appreciated.
Thanks in advance for your help!
Best regards,
Waleed
Beta Was this translation helpful? Give feedback.
All reactions