Hello, when starting airflow in datahub everything...
# troubleshoot
s
Hello, when starting airflow in datahub everything goes well, but it does not start the interface in the browser on port 58080. the port is on and when I run the command wget localhost:58080 it returns me the html of airflow. what is happening?
s
I accidentally posted it there
As I mentioned there you need to connect to your infra team.
There is probably some port not open or a firewall which is causing this.
s
I've already done it and it has nothing to do with that
s
Done what?
I've already done it and it has nothing to do with that
A very simple check is to run
docker-compose down
so airflow is down, run a simple python http server on port 58080 and see if you can connect to that through port 58080 through your browser. If you cannot then this is a connectivity issue between your browser and your server
s
I think we are not understanding each other, I do not have firewall and port problems
s
https://datahubspace.slack.com/archives/C029A3M079U/p1645459526078019?thread_ts=1645454765.780699&cid=C029A3M079U This earlier message that you sent shows raw HTML which says "Enter your login and password below" when you ran the command from within your server. This is what shows up on airflow login page. Given the above evidence, the UI is working within the server. Can you get the same raw html when you run the command from outside your server on your local computer when run the
wget
command? • If no, there is a connectivity issue between your local computer and the server on port 58080. • If yes, then the login page will show up in the browser. What is shown on the browser is simply rendering of raw html.
s
It can not be that you have a service that does not work? maybe that's it
sorry if my English is bad
s
If there was an HTTP error within the server then yes it would be the service which is not working.
s
s
let me ask if someone speaks Spanish. Maybe I am misunderstanding something here
s
ok 🙂
d
Hey, One small thing I noticed but why you go to
10.22.0.209:58080
instead of
localhost:58080
? If this don’t work then please, can you check the docker logs if there you can see any error?