mmutiso commented on issue #8336: Failure on access from remote browser URL: https://github.com/apache/incubator-superset/issues/8336#issuecomment-541368830 Hi @mingyumkim93 , this could be more of a network issue than a Superset issue. You might want to check the following though:- 1. If your VM has a firewall, ensure that it allows inbound connections via the configured port. 2. When running the webserver, whether gunicorn or the development one, ensure you are listening on the interface 0.0.0.0:{port}. listening on localhost or 127.0.0.1 might also be a reason.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
