Closed jandayanan closed 5 years ago
Try to set the write permission of the session directory under storage/framework
Already did, and I can also see that the sessions are being written to the folder.
Maybe can find solution here https://github.com/laravel/framework/issues/23212
Already checked those possible fixes, nothing worked to be honest. I am not sure exactly what's the problem because my PHP configuration on my local machine is already almost the same as prod.
Update:
I noticed that this only happens when this exists:
On my local machine, it doesn't show this redirect message once I go to web.app/admin
I am not sure though, maybe it's just redirecting faster in my local machine.
After chmod
storage/framework/sessions
can fixed.
Description:
Production upload has problematic session when logging in, but local deployment works just fine. Tested this in multiple production deployments and subdomains. Any pointers as to what might be the issue?
.env file:
Steps To Reproduce:
Can't reproduce this on your local.