i;‘ve got the whole setup running, even with email witch was a bit of a headache, but now it throws the ’ something went wrong’ main page error, if i use the nginx on that box, but it works fine with the ssh -D tunnel all connection.
The configuration you shared is used with a baremetal installation, but with a docker installation you should be using a different one. All the media, api and so is “hidden” in the gateway service and the part for you to configure is much smaller.
log for not working
172.20.0.10 - - [24/Nov/2023:08:10:22 +0000] “GET /discover HTTP/1.0” 304 0 “-” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36” “xx.xx.xx.xx”
172.20.0.10 - - [24/Nov/2023:08:10:25 +0000] “GET / HTTP/1.0” 304 0 “-” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36” “xx.xx.xx.xx”
this is if it does work
172.20.0.10 - - [24/Nov/2023:08:16:33 +0000] “GET / HTTP/1.0” 304 0 “-” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0” “-”
i tried changing the url in .env file to the external url, but that didn’ work…
Try checking the taiga-gateway logs, which probably are the best first step.
If you’re installing it in your local machine, you may:
try taiga without nginx. Go to http://localhost:9000 and check if taiga is up and running. If there is an error here, you may review the Taiga configuration (.env)
if the previous test works, the problem is likely in the nginx or in your network configuration.