Mobilizon/(Docker/Installation: Blank page

Hi, I have installed the default Docker installation of Mobilizon (with NGINX) at uppsala.social. The name of the server from the .env file is displayed in the browser tab, but the actual browser page is just a blank white page. Docker logs (mobiusr@mobisrv:~$ sudo docker compose -f ~/docker-mobilizon/docker-compose.yml - Pastebin.com) and NGINX logs (mobiusr@mobisrv:~$ sudo journalctl -u nginx -fMar 16 06:47:01 mobisrv systemd[ - Pastebin.com) show no errors.

Do you have any tips on where the error could be?

In the NGINX configuration file mobilizon.conf, to run Mobilizon as docker container, the location instructions for static files need to be commented out to make it work.

# location ~ ^/(assets|img) {
#     root /opt/mobilizon/priv/static;
#     access_log off;
#     add_header Cache-Control "public, max-age=31536000, s-maxage=31536000, immutable";
# }
2 « J'aime »