`
I kinda got it working (the modal opens after my initial action form), but the plainTextToken is null in my view. When I do dd($this->plainTextToken) before the "return view()" then it works fine.
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