docker-taiga / taiga

docker-compose.yml for simple taiga setup
215 stars 75 forks source link

Something happened and the Taiga has captured the error to be able to work on it. #48

Closed Yersi88 closed 2 years ago

Yersi88 commented 3 years ago

After installation, when I visit the website I get above error.

ivanflorentin commented 3 years ago

+1

coindroid42 commented 3 years ago

I changed host, and all work!!!

rogerioadris commented 3 years ago

+1

w1ck3dg0ph3r commented 3 years ago

Can't reproduce this. Could you provide any more relevant info?

marshalleq commented 3 years ago

I changed host, and all work!!!

What do you mean you changed host?

Zakkaruu commented 3 years ago

I tried this in Ubuntu 20.04 and ProtonOS 4.0RC both as VMs in VMware Workstation. The error message was displayed at http://localhost:9000 in both environments when used with the default docker-compose.yml file. After editing the docker-compose.yml file and modifying these lines TAIGA_SITES_DOMAIN: "localhost:9000" && TAIGA_URL: "http://localhost:9000" to include the specific IP TAIGA_SITES_DOMAIN: "10.241.13.163:9000" && TAIGA_URL: "http://10.241.13.163:9000", everything began to work.

stefano-cherchi commented 3 years ago

I tried this in Ubuntu 20.04 and ProtonOS 4.0RC both as VMs in VMware Workstation. The error message was displayed at http://localhost:9000 in both environments when used with the default docker-compose.yml file. After editing the docker-compose.yml file and modifying these lines TAIGA_SITES_DOMAIN: "localhost:9000" && TAIGA_URL: "http://localhost:9000" to include the specific IP TAIGA_SITES_DOMAIN: "10.241.13.163:9000" && TAIGA_URL: "http://10.241.13.163:9000", everything began to work.

This is great, thank you. Had the same issue and, since I'm running Taiga behind a reverse proxy with SSL/TLS, I fixed it by just setting

TAIGA_SITES_DOMAIN: "taiga.mydomanname.com"

TAIGA_URL: "https://taiga.mydomainname.com"

w1ck3dg0ph3r commented 3 years ago

Are you sure you're talking about this repo? There are no TAIGA_SITES_DOMAIN or TAIGA_URL env variables used here. It is controlled by TAIGA_HOST, TAIGA_SCHEME and TAIGA_PORT in variables.env.

claranceliberi commented 3 years ago

I tried this in Ubuntu 20.04 and ProtonOS 4.0RC both as VMs in VMware Workstation. The error message was displayed at http://localhost:9000 in both environments when used with the default docker-compose.yml file. After editing the docker-compose.yml file and modifying these lines TAIGA_SITES_DOMAIN: "localhost:9000" && TAIGA_URL: "http://localhost:9000" to include the specific IP TAIGA_SITES_DOMAIN: "10.241.13.163:9000" && TAIGA_URL: "http://10.241.13.163:9000", everything began to work.

Thank you so much this helped me

w1ck3dg0ph3r commented 2 years ago

Closing, as it seems to refer to official kaleidos docker images.