Cannot Start taiga


I have installed taiga from mannual(Install Taiga in Production.

I can’t access the home page from another computer in the same local network.

Steps done:
Install ubuntu server 20.04. The local ip of the server is 192.168.192.137.

Configure backend: assign IP 192.168.192.137 in TAIGA_SITES_DOMAIN inside /home/taiga/taiga-back/settings/config.py

Configure frontend:
Assign IP mentioned above in /home/taiga/taiga-front-dist/dist/conf.json

Configure ngnix:
Assign the IP mentioned above in /etc/nginx/conf.d/taiga.conf

I try to access from the browser and I can’t access.

I show service status:
Backend:

Protected:

Events:

Async:

Nginx

The nginx log shows up in hexadecimal

Why can’t I access ?

Hi @usueldo

You are doing an infinite redirect from http to http (exactly the same address) instead of http to https.

I hope this can help

Regards