Error after create a theme and include it on the Provider.
I created a new filament theme and included the css file to the AdminProvider class
here is the content for
theme.css
here is the content for tailwind.config.js
I get the attached error. Can you please advice what the issue may be.6 Replies
if I remove
viteTheme
method on the AdminProvider, I don't get the error
I am on the latest filament versionran both
npm run build
and php artisan filament:upgrade
and no issues there as wellTry an ‘npm update’
Solution
Maybe also try deleting node modules and reinstalling.
It’s weird that it’s looking for a hashed file in the node modules directory though.
deleting the
node modules
folder helped.
thank you