Summary
The user is experiencing a HTTP 502 error when trying to access Airbyte on their Digital Ocean server. They have tried creating a new server and reinstalling Airbyte, but the issue persists.
Question
Sorry, something went wrong.
Airbyte is temporarily unavailable. Please try again. (HTTP 502)
i got this problem while trying to reach my server (digital ocean ) everything was working well then one day ive got this problem , ive tried also to create new server and install airbyte from the beginning but same problem
// HttpError
{
“i18nKey”: “errors.http.badGateway”,
“i18nParams”: {
“status”: 502
},
“name”: “HttpError”,
“requestId”: “3arv3sfN2atVXimRViRurC”,
“request”: {
“url”: “/api/v1/instance_configuration”,
“method”: “get”
},
“status”: 502,
“response”: “\n<html>\n<head>\n<title>Error</title>\n<style>\nhtml { color-scheme: light dark; }\nbody { width: 35em; margin: 0 auto;\nfont-family: Tahoma, Verdana, Arial, sans-serif; }\n</style>\n</head>\n<body>\n<h1>An error occurred.</h1>\n<p>Sorry, the page you are looking for is currently unavailable.<br/>\nPlease try again later.</p>\n<p>If you are the system administrator of this resource then you should check\nthe error log for details.</p>\n<p><em>Faithfully yours, nginx.</em></p>\n</body>\n</html>\n”
}
here is the error
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.