-
|
I am making a POST request using the got library and I get the following error after 1 minute: HTTPError: Response code 502 (Proxy Error) Looks like some sort of timeout to me but I am not sure if there is anything that can be done from client side or it's a server issue and can't be controlled. Any ideas? Node version: 12.22.10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I believe it's rather a server issue. 5xx in general are server errors. |
Beta Was this translation helpful? Give feedback.
I believe it's rather a server issue. 5xx in general are server errors.