-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not authenticate when APP_DEBUG="false" (all apps) #567
Comments
Could you show me the response of the XHR request of the login or also the error logs to see whether there is a specific error. In general in debug mode many caches are disabled. |
I relised that the whole api crashes when debug is off so the webapp admin can't even contact the api. (I get white site indicating that PHP crashed mid generation) |
Ok, do you have any errors in the default PHP error log? You can also take a look at the |
Here is the log |
So in your |
I do have that set. I can normaly connect to the db in debug mode. |
When I set .env variable
APP_DEBUG
tofalse
it stops accepting any logins.Everything works just fine with
APP_DEBUG
set totrue
.My .env
The text was updated successfully, but these errors were encountered: