mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #3735] Login screen fails to load after fresh install #1890
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1890
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Benchamoneh on GitHub (Sep 24, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3735
Impacted versions
OS Type: Ubuntu Server
OS Version: 24.04.3 LTS
Database Type: PostgreSQL
Database version: default used by installer as of 24/09/2025
Modoboa: 2.6.0
installer used: Yes
Webserver: Nginx
Steps to reproduce
Install Modoboa in newly created Linux container:
Current behavior
Once installation is complete and I browse to
mail.mydomain.coI see "Attempting to log you in" message. Browser debugging shows internal server error (500) when trying to callopenid-configurationresource from the serverExpected behavior
Login prompt to be shown
Video/Screenshot link (optional)
@tonioo commented on GitHub (Sep 24, 2025):
@Benchamoneh What kind of certificate do you use?
Have you enabled DEBUG mode?
@Benchamoneh commented on GitHub (Sep 24, 2025):
self-signed for this test. I have DEBUG set to True in settings.py
@tonioo commented on GitHub (Sep 25, 2025):
Ok, then it might be caused by the self-signed certificate. Can you try with a regular one?
And do you see anything interesting in the response you get for openid-configuration call ?
@Benchamoneh commented on GitHub (Oct 3, 2025):
Tried again today with Let'sEncrypt. Browser console output below:
@tonioo commented on GitHub (Oct 10, 2025):
@Benchamoneh Could you take a look at the response sent with the failing request? (with debug enabled)
@linuxmaster commented on GitHub (Oct 28, 2025):
I have same symptoms while updating to modoboa 2.3.3. Blank logon screen and these errors in browser log:
@Spitfireap commented on GitHub (Oct 31, 2025):
This isn't helpful, please set DEBUG to True (/srv/modoboa/instance/instance/settings.py), restart uwsgi (systemctl restart uwsgi) and reload the page with the browser console opened and check the response of the one request that generated an error. For firefox :
@Kuzya-2023 commented on GitHub (Nov 5, 2025):
console-export-2025-11-5_22-37-22.log
@tonioo commented on GitHub (Nov 13, 2025):
@Kuzya-2023 can you check Network tab instead? There should be a failing request -> we need response content