Unable to locate file in Vite manifest: resources/css/filament/admin/theme.css.
this is my admin panel, this error occur only in production/staging when i comment out the viteTheme, but now the css doesnt apply in my page, i need this styling but how to fix that? whenever i comment out the viteTheme it will error
4 Replies
you will need to run
npm run build
in you production/staging server
since the folder build
is ignored and wont pushed to giti think i already build, this is the folder right?

correct, check the
manifest.json
file inside it and make sure the paths existsthanks, it works