There should be any error in the logs, that can give a direction for finding the problem.
Can you share that?
Thanks for sharing. Got the solution for the same issue for the website. AR app development Australia
Did you follow the migration guide?
We need to modify the session configuration file. That should fix your error.
'secure' => env('SESSION_SECURE_COOKIE', null),
'same_site' => 'lax',
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community