Hi @collex100
Everything seems mostly ok, there are not obvious errors, so we have to go through the configuration very carefully.
-
I assume that in your
.env
the domain the same as the domain in the nginx, is that correct? -
with the last screenshot we can know several things:
a) the API is working properly: https://taiga.6ministers.com/api/v1/
b) the events URL should bewss://taiga.6ministers.com/events
instead ofws://taiga.6ministers.com/events
( check the extra “s”) -
One thing you can try is to configure the
.env
tohttp://localhost:9000
, run everything and try it. If it works, we can know that the containers are working ok and the problem is in the nginx configuration.
Cheers!