Unknown error 504 when connecting Source : MongoDB to Destination: Postgres on Airbyte

283 Views Asked by At

New to Airbyte Airbyte on Docker on Ec2 Source : MongoDb Destination : Postgres When creating the connection it throws the below error : 504 error

The same connection working fine on my local Airbyte setup.

Been stuck on this for a week now. Any suggestions?

Tried to increase time out value in airbyte source - monbgoDb config file . It dint work out. Got the same error.

1

There are 1 best solutions below

0
On

This was caused by inginx timeout issue. Increased proxy_read_timeout and proxy_connect_timeout for inginx and this got resolved.