Y
Hacker News
new
|
ask
|
show
|
jobs
by
cratermoon
1925 days ago
The HTTP response says 503, so the text is just generic for any 5xx error.
1 comments
neom
1924 days ago
How do you know the HTTP response was 503? (sorry for the silly questions, I'm not a software engineer)
link
cratermoon
1924 days ago
I looked at the headers returned from the server using developer tools. 503 is "Service Unavailable" and you often see it when a proxy can't reach the backend server.
link