FIlament infinite redirect to /admin/login - HTTP 302
I have returned back to filament after few projects. I wanted to do admin panel with filament and front with react
So i have installed starter kit of laravel v 12.28.1 with inertia + react, and installed filamentphp v4.
However something is wrong because when i try to login into filament on wrong credentials it shows me error message as it should, and on correct credentials it redirects me to and back to as it is shown in logs of pa serve or in browser.
I have tried it on older version of laravel + inertia, react + filament in the past and as i remember i did not had to change guard or something else for it to work out of the box. By chance did anyone get in similar thing?
So i have installed starter kit of laravel v 12.28.1 with inertia + react, and installed filamentphp v4.
However something is wrong because when i try to login into filament on wrong credentials it shows me error message as it should, and on correct credentials it redirects me to and back to as it is shown in logs of pa serve or in browser.
I have tried it on older version of laravel + inertia, react + filament in the past and as i remember i did not had to change guard or something else for it to work out of the box. By chance did anyone get in similar thing?

