Hi, I am new to Airbyte and I am getting the below...
# announcements
j
Hi, I am new to Airbyte and I am getting the below error when trying to access the UI. I can see the scheduler running. Any help would be appreciated!
1
c
Hello! before the continuous “spam” from the scheduler, have you noticed the Airbyte banner in the logs? Can you share the output of
docker ps
to see which containers are running?
j
Sorry, trying to resolve another issue really quick. Will check the containers and send them back
Hi Chris, Here are the containers running
c
do you still get that page where the server is not reachable?
j
yeah I just tried again and got the same cannot reach server banner
c
maybe restarting the whole thing
docker-compose down
and up again could solve it
j
yeah I tried restarting with docker-compose down and docker-compose up, but get the same message
Is there anything else to test that could be blocking connection to server?
c
maybe you could open up the web dev tools of the browser and look at network to see what s going on? from what you shared, it seems everything should be working well
j
Did you change anything in
.env
? Also what happens if you run
curl <http://localhost:8001/api/v1/health>
j
I haven't changed anything in .env
When I run curl, I get {"db": true}
j
I’d be curious what the web dev tools show then
j
Ah, hold on, the web dev tools is saying I need to enable Javascript to run the app
j
oh, yeah, it’s a react SPA
we should add a message to that screen if JS is disabled
j
Thanks!