I just pulled from the github to my local and afte...
# ask-community-for-troubleshooting
g
I just pulled from the github to my local and after running docker-compose up. This is the error that I get. All containers are running with the exception of the server which keeps restarting
👀 3
h
Hey can you share the complete logs also can you verify .env is there and has right values
g
2022-03-06 173328 ERROR i.a.s.ServerApp(main):238 - Server failed 2022-03-06 173333 ERROR i.a.s.ServerApp(main):238 - Server failed 2022-03-06 173338 ERROR i.a.s.ServerApp(main):238 - Server failed 2022-03-06 173344 ERROR i.a.s.ServerApp(main):238 - Server failed 2022-03-06 173350 ERROR i.a.s.ServerApp(main):238 - Server failed
Again do I need to modify the .env file? If so, can you please assist me with that? It wasn't stated in the documentation as well. It just stated to do a docker-compose up and that should have sufficed.
h
Hey you needn't change anything my point was to just verify if they are good. Is it possible to check 1. docker ps -> See what all containers are running 2. docker logs <server_id> > logs.txt -> share this here?
g
m
Hello @Gilbert Adjei this is the first time your running Airbyte? If so, I recommend to you
docker-compose down -v
this will remove all volumes and containers of Airbyte. After run
docker-compose up -d
again to start Airbyte
g
I did and still showing Cannot reach server. The server may still be starting up.