-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
'/login' returns 500 error #61
Comments
Nothing immediately obvious to me, Is the 500 error from the application (in a white box) or does it look like a standard apache error message? If it's from the application you could try changing |
Oi, I missed the APP_DEBUG in the .env. My apologies. Thanks. |
I thought I had everything in and configured correctly but:
While Apache shows that the base url redirects correctly '/login' returns a 500 error.
My vhost for apache looks like this:
<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName ubu1 DocumentRoot /var/www/BookStack/public <Directory /var/www/BookStack/public> AllowOverride All Order allow,deny allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
Any ideas?
The text was updated successfully, but these errors were encountered: