Main Page unreachable after admin changes #5

Closed
opened 2026-03-17 13:46:57 +00:00 by fabby · 1 comment
Owner

Nginx returned 502 Bad Gateway because it attempted to connect to the upstream service using the IPv6 loopback address ::1, while the application server was listening only on the IPv4 loopback address 127.0.0.1.

Solution:
Updated the nginx proxy_pass directive to explicitly use 127.0.0.1 instead of localhost.

Nginx returned 502 Bad Gateway because it attempted to connect to the upstream service using the IPv6 loopback address ::1, while the application server was listening only on the IPv4 loopback address 127.0.0.1. Solution: Updated the nginx proxy_pass directive to explicitly use 127.0.0.1 instead of localhost.
Owner

moving to churn repo, thank you for investigating!!

moving to churn repo, thank you for investigating!!
acute closed this issue 2026-03-24 12:43:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: butter/butter-portal#5
No description provided.