When I login for the first time it works perfectly but when I log out from my app and try to re-login I get this error.
I\'ve tried almost every available solutions
Go to config/session file and check if you have this line below:
'domain' => env('SESSION_DOMAIN', null)
If yes, then visit your .env file and also set like this:
.env
SESSION_DOMAIN=null
Then refresh, should be fine.