Summary
During the installation of Airbyte 1.0 using abctl local install --low-resource-mode, there was an issue with launching the web browser at the end. Various browser commands were not found, leading to a failure in launching the web browser. As a result, the user is unable to connect to the web server.
Question
Hello all, been using airbyte for ~1 year, tried an install of 1.0, with the new abctl local install --low-resource-mode command. all went well until toward the end and got the following:
Ingress created
▄ Attempting to launch web-browser for http://localhost:8000/usr/bin/xdg-open: line 1045: www-browser: command not found
/usr/bin/xdg-open: line 1045: links2: command not found
/usr/bin/xdg-open: line 1045: elinks: command not found
/usr/bin/xdg-open: line 1045: links: command not found
/usr/bin/xdg-open: line 1045: lynx: command not found
/usr/bin/xdg-open: line 1045: w3m: command not found
xdg-open: no method available for opening ‘http://localhost:8000’
WARNING Failed to launch web-browser.
Please launch your web-browser to access http://localhost:8000
SUCCESS Airbyte installation complete.
clearly can’t connect to the web server. I suspect something went a bit askew and cascaded from there. Any suggestions? Thanks!
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.