Run build again, and try clearing your view cache php artisan view:clear
Aug 9, 2022
7
Level 27
Can't get it work after using build command
Hi. I have fresh laravel project with tailwind css and using vite dev it works without problem but when i'm using build command i can't get it work without running dev again because it's trying to load vlite client, app.css and app.js from http://127.0.0.1:5174 What i'm doing wrong?
Level 102
@morawcik Check your /public directory. My guess is that vite failed to delete the hot file when you stopped the dev server. Delete it manually.
1 like
Please or to participate in this conversation.
