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:
so sorry you guys, the actual bug was that I was using docker in development, *solution: restart the containers *, everything went back to normal
Jump to solution
23 Replies
developer
developer3mo ago
No description
LeandroFerreira
LeandroFerreira3mo ago
php artisan filament:upgrade ?
developer
developer3mo ago
No description
developer
developer3mo ago
@Leandro Ferreira yeah i also run it manually i've already clear chrome's cache & using private mode
toeknee
toeknee3mo ago
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
developer
developer3mo ago
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
developer
developer3mo ago
No description
developer
developer3mo ago
No description
LeandroFerreira
LeandroFerreira3mo ago
Did you customize the theme/css?
developer
developer3mo ago
nope, im using the default theme
LeandroFerreira
LeandroFerreira3mo ago
weird, the same Filament version is working here
developer
developer3mo ago
i notice something funny, after deleting public/css directory nothing actually happened all filament .css files are accesible by the browser
Alexandre
Alexandre3mo ago
I've the same problem after upgrade, just run
npm run build
npm run build
resolve the issue for me
toeknee
toeknee3mo ago
How about? php artisan filament:asset That should be part of the filament upgrade
developer
developer3mo ago
@Alexandre @toeknee you guys read this? ☝️
toeknee
toeknee3mo ago
Run the asset command, and also: php artisan storage:link
developer
developer3mo ago
i just deleted all .css files but styles are not broken lol how's that even possible?
toeknee
toeknee3mo ago
Depends on your setup. If your browser has them cached too.
developer
developer3mo ago
im using chrome private mode also brave private mode lemme try firefox same thing
alessandra
alessandra3mo ago
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.
awcodes
awcodes3mo ago
did you publish the views by any chance?
developer
developer3mo ago
no
Solution
developer
developer3mo ago
so sorry you guys, the actual bug was that I was using docker in development, *solution: restart the containers *, everything went back to normal