First time checking Airbyte out in a while. I foll...
# announcements
b
First time checking Airbyte out in a while. I followed these steps: https://github.com/airbytehq/airbyte/blob/master/docs/deploying-airbyte/on-your-workstation.md And the Source Type select at http://localhost:8000/onboarding is empty. Anything I need to do to see the Sources?
Screen Shot 2021-01-01 at 1.17.30 PM.png
c
You should not need to do anything extra. What OS are your running on?
b
macOS 10.15
c
and what versions of docker and docker-compose?
Copy code
docker --version
docker-compose --version
b
Docker version 20.10.0, build 7287ab3
docker-compose version 1.27.4, build 40524192
c
ok. well those versions should definitely be compatible.
would you mind running this command to output all of the logs to a file and then share that file here so i can take a look at what's going on
e.g.
Copy code
docker-compose logs > ~/Desktop/airbyte_logs.txt
s
@brett could you restart Airbyte and refresh with chrome cache disabled via cmd shift r as well?