Can not login on new installation #32

Closed
opened 2025-12-28 23:24:25 +01:00 by adam · 3 comments
Owner

Originally created by @myxor on GitHub (Mar 10, 2025).

I installed WYGIWYH via docker-compose and created a new super user via docker exec -it wygiwyh_server python manage.py createsuperuser.

After that i opened the web ui but i can not login with the email and password which i set.

I also changed the password with docker exec -it wygiwyh_server python manage.py changepassword [email] but still can not login.

I do not see anything happening in the container logs during login.

Any ideas?

Originally created by @myxor on GitHub (Mar 10, 2025). I installed WYGIWYH via docker-compose and created a new super user via `docker exec -it wygiwyh_server python manage.py createsuperuser`. After that i opened the web ui but i can not login with the email and password which i set. I also changed the password with `docker exec -it wygiwyh_server python manage.py changepassword [email]` but still can not login. I do not see anything happening in the container logs during login. Any ideas?
adam closed this issue 2025-12-28 23:24:25 +01:00
Author
Owner

@eitchtee commented on GitHub (Mar 10, 2025):

When you login, do you get any errors on the login form or the page just refreshes?

Are you using https or http?

@eitchtee commented on GitHub (Mar 10, 2025): When you login, do you get any errors on the login form or the page just refreshes? Are you using https or http?
Author
Owner

@eitchtee commented on GitHub (Mar 10, 2025):

If you're using http, you might want to have a look here:

https://github.com/eitchtee/WYGIWYH?tab=readme-ov-file#running-locally

If you've already done what's described there, mind sharing your docker-compose and .env file? Make sure to remove any sensible information like db passwords.

@eitchtee commented on GitHub (Mar 10, 2025): If you're using http, you might want to have a look here: https://github.com/eitchtee/WYGIWYH?tab=readme-ov-file#running-locally If you've already done what's described there, mind sharing your docker-compose and .env file? Make sure to remove any sensible information like db passwords.
Author
Owner

@myxor commented on GitHub (Mar 10, 2025):

There were no errors.

I am using HTTP in local network.

The problem was indeed the URL config in the .env file. After i removed it i can now login.

Thanks for your help!

@myxor commented on GitHub (Mar 10, 2025): There were no errors. I am using HTTP in local network. The problem was indeed the `URL` config in the .env file. After i removed it i can now login. Thanks for your help!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#32