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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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)
at Request. (node_modules/got/dist/source/as-promise/index.js:117:42)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
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
Got version: 11.8.3
Beta Was this translation helpful? Give feedback.
All reactions