You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/10 08:51:48 UTC

[GitHub] [incubator-superset] dpgaspar commented on issue #9105: I can not start superset

dpgaspar commented on issue #9105: I can not start superset
URL: https://github.com/apache/incubator-superset/issues/9105#issuecomment-584017086
 
 
   Hi,
   
   127.0.0.1 is localhost so your server is listening on the loopback interface. Try:
   
   `superset run -h 0.0.0.0 -p 8088 --with-threads --reload --debugger`
   
   Note: that this way of running superset is for development, do not use it in production
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org