Hi Team, I have got airbyte running on container o...
# ask-community-for-troubleshooting
j
Hi Team, I have got airbyte running on container on Mac. I have a local mysql server running on Mac and I'm trying to setup source in airbyte but I get this error.
Could not connect with provided configuration. Error:
HikariPool-1 - Connection is not available, request timed out after 60006ms.
since airbyte is in a container and mysql on local machine (Mac) - I tried with all these host values:
0.0.0.0
,
host.docker.internal
,
docker.for.mac.localhost
but none worked.
any insight would be really helpful
s
I am hitting this same brick wall.
j
me too!! I tried adding
Copy code
extra_hosts:
      - "host.docker.internal:host-gateway"
but that too didn't work
got it to work when I used my local machine's ip