Airbyte Upgrade: Facing 500 Error on UI After Upgrading from Version 0.44.5 to 1.3.1 #50978
Unanswered
Salmankhan456
asked this question in
Deployment
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I've Upgrade my Airbyte Vesrion 0.45 to 1.3.1 (abctl), The Migration Process has been Completed. Now facing issue when accessing the airbyte UI.
Airbyte Running on AWS EC2 Amazon Linux Server
Network Details:
Request URL:
http://xxxx:8000/api/v1/web_backend/connections/list
Request Body :
{ "workspaceId": "0f402f9d-3ee9-4f67-b42b-f1e1d8e87e82", "sourceId": [ "abc12236-bh10-4c1d-788d-ec5021a6288f" ] }
Response:
{ "message": "Internal Server Error: Invalid UUID string: ignore", "exceptionClassName": "java.lang.IllegalArgumentException", "exceptionStack": [], "rootCauseExceptionStack": [] }
// HttpError { "i18nKey": "errors.http.internalServerError", "i18nParams": { "status": 500 }, "name": "HttpError", "requestId": "xqKQiuka76dZL8AhmdqkB5", "request": { "url": "/api/v1/web_backend/connections/list", "method": "post", "headers": { "Content-Type": "application/json" }, "data": { "workspaceId": "0f202f9d-3dd9-4f87-b42b-f1e1d8e87e82", "sourceId": [ "ab612236-b010-4c1d-948d-ec5032a6288f" ] } }, "status": 500,
Beta Was this translation helpful? Give feedback.
All reactions