Hi, everyone!
I'm new with Airbyte , so I just did the quickstart but when I go to http://localhost:8000/onboarding the source type list is empty. Can someone help me with this issue? Thanks!!!
Copy code
git clone <https://github.com/airbytehq/airbyte.git>
cd airbyte
docker-compose up
m
Michel
12/18/2020, 3:33 PM
Hi @July Lima,
Can you try
docker-compose down -v
docker-compose up
👍 1
p
prachi sharma
03/10/2021, 5:12 PM
This worked for me. At first the UI would load blank, when I performed the above two steps it ran correctly so far. I am trying out Airbyte locally on windows