[SOLVED] Help with the 30min setup

Hi @collex100

Everything seems mostly ok, there are not obvious errors, so we have to go through the configuration very carefully.

  1. I assume that in your .env the domain the same as the domain in the nginx, is that correct?

  2. 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 be wss://taiga.6ministers.com/events instead of ws://taiga.6ministers.com/events ( check the extra “s”)

  3. One thing you can try is to configure the .env to http://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!