josef
Filament Styling seems to be broken after composer update
had the same / similar happen a little while ago. Problem was some plugin css that I included in the theme.css of the panel. Check if you have any custom css or imports and remove them (all of them at first, and if it helps, add them back one by one).
6 replies
Table, Sort, Edit and Add button all responding really slow on the server
If this is not a prod environment, you could use the server timing api mentioned in your screenshots or the debug toolbar to further inspect what is taking so long
22 replies
Filament not pulling from latest_team_id when coming back to the panel that has tenancy.
I'd also advise you to not make the middleware persistent, as ajax requests don't have the tenant in the URL, so it can't be determined. Might also be source of the problem, depending on how you implemented the middleware. Care to share the code?
5 replies