Hi Charlie,
Here are the logs extracted:
docker logs --follow taiga-docker-taiga-gateway-1
2024/04/23 03:04:29 [warn] 22#22: *2472 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000022, client: {…}, server: , request: “POST /admin/projects/project/8/change/ HTTP/1.1”, host: “{…}”, referrer: “https://{…}/admin/projects/project/8/change/”
{…} - - [23/Apr/2024:03:04:30 +0000] “POST /admin/projects/project/8/change/ HTTP/1.1” 400 143 “https://{…}/admin/projects/project/8/change/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36” “{…}”
{…} - - [23/Apr/2024:03:04:30 +0000] “GET /favicon.ico HTTP/1.1” 200 140629 “https://{…}/admin/projects/project/8/change/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36” “{…}”
No info related to the error on the taiga-back log:
docker logs --follow taiga-docker-taiga-back-1
Executing pending migrations
Operations to perform:
Apply all migrations: admin, attachments, auth, bitbucket, contact, contenttypes, custom_attributes, djmail, easy_thumbnails, epics, external_apps, feedback, github, gitlab, gogs, history, issues, likes, milestones, notifications, projects, references, sessions, settings, tasks, telemetry, timeline, token_denylist, users, userstorage, userstories, votes, webhooks, wiki
Running migrations:
No migrations to apply.
[2024-04-23 02:50:55 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2024-04-23 02:50:55 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
[2024-04-23 02:50:55 +0000] [1] [INFO] Using worker: sync
[2024-04-23 02:50:55 +0000] [32] [INFO] Booting worker with pid: 32
[2024-04-23 02:50:55 +0000] [33] [INFO] Booting worker with pid: 33
[2024-04-23 02:50:55 +0000] [34] [INFO] Booting worker with pid: 34
docker logs --follow taiga-docker-taiga-async-1
[2024-04-23 03:30:54,671: INFO/MainProcess] Task taiga.projects.notifications.tasks.send_bulk_email[aee2836e-6ba1-465b-bb9c-6fb95c974323] received
[2024-04-23 03:32:14,547: INFO/MainProcess] Task taiga.timeline.service.push_to_timelines[ad3a414f-9866-4f95-a5a7-dec890d22bf6] received
[2024-04-23 03:32:54,668: INFO/Beat] Scheduler: Sending due task send-bulk-emails (taiga.projects.notifications.tasks.send_bulk_email)
[2024-04-23 03:32:54,670: INFO/MainProcess] Task taiga.projects.notifications.tasks.send_bulk_email[9733ae09-68b5-4b5b-862c-911332317a3c] received
By the way, I notice the logs is flooded with entry similar to this. Not sure if this is related to the 400 error we’re seeing here.
2024/04/23 03:04:32 [error] 22#22: *2526 connect() failed (113: Host is unreachable) while connecting to upstream, client: {…}, server: , request: “GET //events HTTP/1.1”, upstream: “http://{…}:8888/events”, host: “{…}”
Thanks!