-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error 403 forbidden after login with default username and password #46
Comments
Hi! This was introduced with the update to django 4.0 (wger-project/wger#1203) and unfortunately we can't automatically avoid this. The good news is that this is only a single config change, just add to the env file |
Unfortunately I'm running into this issue as well, simply for having changed the http port from 80. I run many services on my machine by which I only access through secure vpn, so I do not desire https nor reverse proxy. It is most convenient when docker images don't assume to be externally accessed from port 80. In the docker compose, normally I expect that changing I tried following the instructions in the readme, but since I am not running a reverse proxy, they do not work for me. |
sadly there isn't much we can do. You say that adding your IP/port, etc to the setting doesn't work? You can also change the debug setting to true, then it will show you which origin it has problems with (I also think this is whown in the logs as well, but I'm not completely sure) |
Good day
I am trying to login and start using my wger Docker installation, but if I login with credentials username: admin password: adminadmin, it gives me the following error:
I have no idea what that means.
The following comes with the error when DEBUG is equal to TRUE:
This is my Docker-Compose file:
NGINX.conf file:
The prod.env file:
wger server container logs:
wger Nginx container logs:
wger db container logs:
PLEASE HELP!
The text was updated successfully, but these errors were encountered: