php artisan filament:assets broke my dropdowns

[URGENT] Hey! It's my first time working with filament and I wanted to edit my action buttons directly in some way. I ran the command from the title and my dropdowns on a specific Post.php form started bugging HARD. Like they still show the data but visually they're really broken and you cannot really select anything on there. I've tried reverting that command and on localhost it works fine now but on prod it works 50/50 sometimes it's fine sometimes it's busted. How would I revert all the assets to before php artisan filament:assets since I actually haven't used that at all? I'm using Laravel with Tailwind and Livewire
No description
2 Replies
Dennis Koch
Dennis Koch4w ago
Check the DevTools: Any errors in the console tab? Files missing in the network tab?
How would I revert all the assets to before php artisan filament:assets since I actually haven't used that at all?
You should use Git for that.
but on prod it works 50/50 sometimes it's fine sometimes it's busted.
Sounds like some caching issue
Nighty
NightyOP4w ago
Yeah for some reason I can see these 2 files being different whenever the design breaks: forms.css?v=3.2.74.0 app.css?v=3.2.74.0 I am on incognito an have cleared filament cache, ran rm -rf public/vendor/filament and it still happens I'm not sure why

Did you find this page helpful?