user dropdown broke after update to latest version
now it is full-width somehow
I already:
npm run build
php artisan optimize:clear
php artisan filament:clear-cached-components
Solution:Jump to solution
so sorry you guys, the actual bug was that I was using docker in development, *solution: restart the containers *, everything went back to normal
23 Replies
php artisan filament:upgrade
?@Leandro Ferreira yeah
i also run it manually
i've already clear chrome's cache & using private mode
I am confused how you even have the user icon whilst having a login page too.... something isn't adding up
php artisan cache:clear
because that's not the login page, thats a custom user profile page
anyways, dropdown is broken in every page, it was ok before updating filament to latest version
Did you customize the theme/css?
nope, im using the default theme
weird, the same Filament version is working here
i notice something funny, after deleting
public/css
directory nothing actually happened
all filament .css files are accesible by the browserI've the same problem after upgrade, just run resolve the issue for me
How about?
php artisan filament:asset
That should be part of the filament upgrade
@Alexandre @toeknee you guys read this? ☝️
Run the asset command, and also: php artisan storage:link
i just deleted all .css files but styles are not broken lol
how's that even possible?
Depends on your setup. If your browser has them cached too.
im using chrome private mode
also brave private mode
lemme try firefox
same thing
The same thing happened to me after updating FilamentPHP to v3.2.63. After reading Alexandre's message I ran
npm run build
and it worked again.did you publish the views by any chance?
no
Solution
so sorry you guys, the actual bug was that I was using docker in development, *solution: restart the containers *, everything went back to normal