for Airbyte oss api endpoint `localhost:8006/healt...
# airbyte-api
c
for Airbyte oss api endpoint
localhost:8006/health
I get a
This site can't be reached
error; does something need to be additionally configured to be able to reach it? I’m on Airbyte version 0.50.21 using docker compose
n
Can you show me exact error.
Today, I struggle with many errors and solves them maybe able to see yours.
c
It just never loads
n
What about the Airbyte page?
c
I’m able to reach :8000
n
just localhost:8006?
Is it 8000 or 8006?
c
I’m able to get to airbyte sources, connectors, the typical UI from localhost:8000/
but nothing at :8006
n
try this once: localhost:8000/api/v1/health
c
Copy code
{
  "available": true
}
n
Awesome
working now,
This is for Opensource API reference
c
Is this the config api?
b
@Carolina Buckler port 8000 is indeed the config api. The Airbyte API runs on 8006, which you have correctly identified. Are you running with docker compose or did you use helm?
c
docker compose
t
can you check if the airbyte-api-server container is running correctly? also, what is the output of
curl localhost:8006/health
?
c
I had to open permissions for that port 🤦‍♀️