504 error when setting up source or destination with Airbyte Helm chart

Summary

User encountering a 504 error when trying to set up a source or destination in Airbyte using Helm chart version 0.524.0. User is seeking help to resolve the issue.


Question

Hi <#C021JANJ6TY|>
I’m running Airbyte with Helm chart version 0.524.0. When I try to set up a source or destination, I get a 504 error(see screenshot).
Has anyone encountered this issue and can help?
Here is the POST request that returns the 504 error:

curl -X POST {host}/api/v1/scheduler/sources/check_connection
-H “Content-Type: application/json”
-d ‘{
“connectionConfiguration”: {
“ssl”: true,
“port”: 3306,
“ssl_mode”: {
“mode”: “preferred”
},
“tunnel_method”: {
“tunnel_method”: “NO_TUNNEL”
},
“replication_method”: {
“method”: “STANDARD”
},
“username”: “xxxxx”,
“password”: “xxxxx”,
“database”: “xxxxx”,
“host”: “xxxxx”
},
“workspaceId”: “d4e3d7e3-a8d7-4190-b12a-4dcd777b8945”,
“sourceDefinitionId”: “435bb9a5-7887-4809-aa58-28c27df0d7ad”
}’



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.

Join the conversation on Slack

["504-error", "helm-chart", "source-destination-setup", "post-request", "check-connection"]