Open GraeMSaunders opened 3 years ago
Ok I have solved this. What isnt clear in any of the documentation is that the values in the docker-compose.yml need to be accessible from the client. Once I update the below to the port I was proxying from it all started working. TAIGA_SITES_DOMAIN: "a.b.c.d:80" TAIGA_URL: "http://a.b.c.d:80" TAIGA_WEBSOCKETS_URL: "ws://a.b.c.d:80"
Is there anything else I should be concerned about not working with this setup? Is this something that can be updated in the server setup instructions?
Ey @GraeMSaunders glad you fixed it.
Regarding the issue with the migrations, I'll check it.
Regarding the configuration, a couple of things:
You mention that we can update the instructions, and we'd be happy to do so. I'd like to know better what would be useful for you in the documentation in order to configure this properly.
Cheers!
i have same error
in docker compose yml
in part
TAIGA_SITES_DOMAIN: "localhost:9000" TAIGA_SITES_SCHEME: "http"
i changed into
TAIGA_SITES_DOMAIN: "pm.tjakrabirawa.id" TAIGA_SITES_SCHEME: "https"
TAIGA_URL: "http://localhost:9000" TAIGA_WEBSOCKETS_URL: "ws://localhost:9000" i changed into
TAIGA_URL: "https://pm.tjakrabirawa.id" TAIGA_WEBSOCKETS_URL: "wss://pm.tjakrabirawa.id"
It is clearly a bug.
Same error: TAIGA_SITES_DOMAIN: "localhost:9000" TAIGA_SITES_SCHEME: "http"
to
TAIGA_SITES_DOMAIN: "10.101.3.1:9000" TAIGA_SITES_SCHEME: "http"
Fresh installation in 95% according to manual (I've changed the site domain as it wasn't mentioned in documentation, I am getting also same error when copying the manual at 100%).
Unbutu 18.04, Docker v 20.10.6
I also have this error and updating the domain name doesn't change anything. I've tried many times to delete all the volumes and then reinstall, trying different versions, and it's confusing to always have the message "Something happened and the Taiga has captured the error to be able to work on it." with no other information and no error message in the container logs when the error occurs.
There are warnings WARNING: '/var/lib/rabbitmq/.erlang.cookie' was populated from '$RABBITMQ_ERLANG_COOKIE', which will no longer happen in 3.9 and later!
and WARNING: 'docker-entrypoint.sh' generated/modified the RabbitMQ configuration file, which will no longer happen in 3.9 and later!
which shouldn't be a problem as we're still using version 3.8...
This error also appears: [error] <0.733.0> closing AMQP connection <0.733.0> (172.23.0.8:56330 -> 172.23.0.5:5672): missed heartbeats from client, timeout: 60s
but it's impossible to know if this is the cause and how to resolve the problem.
In short, this bug has not been resolved.
Describe the bug I have followed the instructions for launching a new instance (https://resources.taiga.io/30min-setup/). I have a VM setup in Azure that I am doing this testing on. Due to firewall restrictions I need to run Nginx to proxy port 80 to localhost:9000. This seems to be a very common problem so I am not sure if it is just a simple config item I am missing. I will detail my steps further below.
How can we reproduce the behavior
./launch-all.sh
./taiga-manage.sh createsuperuser
./taiga-manage.sh migrate
as per the message./taiga-manage.sh createsuperuser
and works as expected