UI Glitch on First Page Load When Redirecting to Filament Panel
For anyone facing this issue, I used Laravel Breeze with Livewire Volt. Simply remove 'navigate: true' from the auth classes, and everything should work smoothly.
UI Glitch on First Page Load When Redirecting to Filament Panel
I use the default Laravel login screen from Breeze and removed filemant's login screen, could that be the issue? That it is using the css/scripts from the previous request
I want to bump this post; I see a lot of people that use
Filament::getTenant()
Filament::getTenant()
through their app, but I can't seem to find the check if the user actually still has access through the request; For example, when they have access to someone else's tenant id, can they manipulate the request?