Main Page unreachable after admin changes #5

Open
opened 2026-03-17 13:46:57 +00:00 by fabby · 0 comments
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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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.