I’m using the official docker compose and recommended env properties, no SSO, but still get a HTTP 405 error when trying to log in.
I’m running on a local NAS setup (TrueNAS on ugreen NAS).
The docs were not really helpful as they contained wrong URLs. Using the container network names, I finally got Taiga running properly, but the last remaining issue is the login now:
2024-12-20 18:18:51.315585+00:00192.168.0.150 - - [20/Dec/2024:18:18:51 +0000] "GET /v-1721729942015/images/favicon.png HTTP/1.1" 200 6979 "http://192.168.0.117:9000/login?next=%252Fdiscover" "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" 2024-12-20 18:18:51.609646+00:00192.168.0.150 - - [20/Dec/2024:18:18:51 +0000] "GET /v-1721729942015/images/notification-decoration.png HTTP/1.1" 200 10317 "http://192.168.0.117:9000/login?next=%252Fdiscover" "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" 2024-12-20 18:18:53.553553+00:00192.168.0.150 - - [20/Dec/2024:18:18:53 +0000] "POST /api/v1/auth HTTP/1.1" 405 157 "http://192.168.0.117:9000/login?next=%252Fdiscover" "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
I did not change any config beyond the standard .env
, docker-compose.yml
and taiga.conf
for nginx, so the POST
comes from the frontend…
At this point, I’m really p(uzzl|?ss)ed…