1 Answer
- Newest
- Most votes
- Most comments
2
Error code 500 generally indicate Internal Server Error while in order to find the exact cause of the error you should check the server side logs. The error 500 can also occur due to misconfiguration of the application on the server side. Depending on which application your clients are connecting when receiving 500 error, you can check the documentation or troubleshooting guide for that particular application.
If you are getting any other 5xx error such as 502 Bad Gateway or 504 Gateway Timeout, these errors can occur due to the upstream server(backend server) which is not responding to the Gateway/Proxy server (frontend server). I would still highly suggest you to follow the error codes for the particular application you are using.
Relevant content
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago