Error creating destination in Open Source Airbyte

Summary

User is facing an issue while creating a destination in Open Source Airbyte, receiving ‘Temporary Unavailable’ error message.


Question

Hello,
I am using Open Source Airbyte but I am not able to create a destination I got the below error message.
I attached two screenshots one is the created source it was done successfully and the other one is while creating the destination got this error: Temporary Unavailable.



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

["open-source-airbyte", "destination", "error", "temporary-unavailable"]

Docker or Helm deployment? Any load balancer, nginx proxy in front of it?
Have you measured duration between clicking and seeing this error?
Have you checked logs?

I would also add that depending on your setup and the source you are connecting to you might want to increase your proxy/load-balancer timeout. Long running operations in the UI (i.e large source with many tables / test operation against a source) will reach that timeout and will give you a 502 error.

Increasing the timeout value will eliminate this error if that is the cause.

Yep, timeouts on load balancer/proxy are almost always the cause of these errors, and are very common during test and schema discovery. I’d recommend a value of at least 600 seconds, but depending on the types of connectors involved and size of the schemas (or number of tables/fields for database sources), you may need a higher value.

(Generally this isn’t as noticeable when syncs are run, because the UI isn’t waiting on the response.)