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
/admin/login
/admin/login
on wrong credentials it shows me error message as it should, and on correct credentials it redirects me to
/admin
/admin
and back to
/admin/login
/admin/login
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?