Hi there. I'm trying to setup my first connection ...
# ask-community-for-troubleshooting
d
Hi there. I'm trying to setup my first connection in Airbyte. I am running the docker image of the most recent version (I just did a git pull before starting it). I am in the Onboarding section. I set my source to be "File" and I am attempting to pull a CSV file from an SFTP site, and I set my destination as Redshift. I believe that I may not have properly set the configuration for the CSV file, based on the error I am receiving. However, i can't figure out any way to go back in the process (or to restart the process) so that I can try to fix the CSV configuration. The Airbyte application continually brings me back to the page shown in the screenshot (http://localhost:8000/onboarding) (I've attempted to type different URLs, hit the back button, etc.). Or to say it another way, I am stuck on step #3 of Onboarding with an error, and I can't figure out how to go back to Step #1, or how to cancel the setup of this connection. Is there a way to go back in the process during Onboarding? or a way to restart Onboarding?
u
Dan you can skip onboarding and add source destination after
d
I would be fine skipping onboarding, but I don't see anyway on my screen to skip onboarding
I saw it on previous steps, but once I got to step #3, there is no option to skip onboarding, or to back out of the process, and no way to go back to prior steps
For now, I'll just spin down the docker container, and restart it to see if I can re-attempt setup and will skip onboarding. But wanted to point out that this looks like an opportunity for improvement, as it looks like users can get stuck here.
👍 1
u
you have a point, i'll create a issue to discuss this thanks Dan
d
Thanks Marcos
c
FYI if you spin down with
docker-compose down -v
it will also delete whatever configuration you have made on airbyte (with the
-v
option) and restart from scratch so you can redo onboarding
airbyte 1