-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
500 Server Error #33
Comments
I was about to post about this. seeing this as well (docker on ubuntu 22). below is what appears to be the relevant error in the log.
|
Anyone have an idea on how to resolve this? Cannot log in so cannot run any tests! Thanks |
It seems to be an issue with the SQLite DB that's created if you don't specify an external one like mariadb/MySQL/postgresql. Confirmed the issue and I'll look into it asap |
Btw for a full log output it should be available at |
i have the same error, but there are no logs. ... total 12 |
I'm wondering if permissions on the db file could be the problem. I remember having this 500 issue in the past (another docker image), and it was the location+permissions of the file db. Since then, I always chose mysql as db, if the project supported it. Less headaches. :) |
here is a compleet log i found in portainer, startup and first login 🔑 Fixing permissions... takes a long time.. |
This is the issue. The location of the file should be in a specific/allowed location, and volume mapping should be used to point to it. Alex will fix it.
|
Looks like the cause has been found and fix planned but throwing my info in just in case it's helpful. Logs from Portainer: docker-compose (in case there's something about my setup causing the issue):
|
Wanted to check-in on plans to fix this issue? At the moment - the only options are a seperate MariaDB/MySQL or PostgreSQL? Keen to just use a simple file db. Thanks |
Was just about to ask the same thing. I don’t have an existing external DB and setting one up for me is overkill just for speedtest in terms or resources, etc. Had one setup for another container and it was using like 30% of my machines memory when a flat DB was all that was needed so I switched the other container to boltdb. Any manual workarounds for this until there’s an official fix? |
A babysitter would be the ideal workaround haha, it's on my short list of issues because the permissions is also currently effecting |
Happy to test anything on this as I have the 500 error after initial setup. Docker on Ubuntu 20.04.1. speedtest: |
While awaiting the a build for RPI's - Have the latest build running on my Windows machine using Docker.
Provided a blank sqlite db.
Logging in with admin@example and password.
Seeing a 500 server error. Nothing obvious to indicate what the problem could be.
Call is against - http://localhost:8080/livewire/message/filament.core.auth.login
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: