Getting 502 from a python app
ramanth
HOBBYOP

a year ago

response from hitting postman

{
    "status": "error",
    "code": 502,
    "message": "Application failed to respond",
    "request_id": "RX4jYJxeRxmCnbVIZRYh0A_1296365302"
}

Solved

1 Replies

ramanth
HOBBYOP

a year ago

This is resolved after setting the host to 0.0.0.0 in the app.run method


Status changed to Solved brody about 1 year ago


Loading...