bench setup lets-encrypt mydomain.com
I just followed this
Setting up SSL certificates from Let’s Encrypt for sites · frappe/bench Wiki
The certificate setup completed successfully, and HTTPS is working. However, when I open my site, the page only displays the logo and nothing else loads (no login form, no content).
Here’s what’s happening:
-
HTTP redirects to HTTPS
-
The site loads, but only the logo appears
-
No visible error message in the browser
-
This happened right after enabling SSL
Things I’ve already checked:
-
Nginx is running
-
Supervisor processes are running
-
Cleared browser cache
-
Tried in incognito mode
Has anyone experienced this after enabling SSL?
Could this be related to:
-
Mixed content issues?
-
Websocket (socket.io) not working?
-
Nginx configuration problem?
-
DNS multitenancy setup?
Any guidance would be greatly appreciated.
Thank you!