Replies: 1 comment 5 replies
-
Hello, thanks for providing as much information as possible, that helps a lot ! The database seems to be running, but the application can't communicate with the database for some reason. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I believe I have sucessfully installed Benotes and the DB and ran
php artisan install
as well ashown -R www-data:www-data storage && chmod -R 774 storage
to be sure which both worked fine with no errors. The only error I get is on startup it throws aDatabase migration failed.
and is also the only thing logged in the laravel.log.The issue is when I go to the web ui and try to log in with the admin user I setup, the login button does nothing. I can see the POST and GET (shown below) in the app log but nothing else happens. No errors that I can find either.
I used a compose stack outlined below. I am using bind mounts right now but I tested also with the default volume mounts and had the same problem. Ive also tested local and now behind my proxy with the same results. I have
debug=true
but I cant seem to see any difference that it makes. I would appreciate any additional troubleshooting help.compose
.env
benotes_app log
benotes_db log
Beta Was this translation helpful? Give feedback.
All reactions