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/04/20 09:01:28 UTC

[GitHub] [incubator-superset] thammaneni commented on issue #9590: can not access superset 0.36.0 ui

thammaneni commented on issue #9590:
URL: https://github.com/apache/incubator-superset/issues/9590#issuecomment-616411821


   > looks like this is an issue with the `amancevice/superset` dockerfile. The command to start superset recently changed to `superset.app:create_app()`. You could try overriding the command or using another docker image. This one is currently being maintained https://hub.docker.com/r/preset/superset
   
   Hi i am using python venv, facing same issue. i didn't understand above solution. i am using gunicorn command to start superset application as below. can you give some suggestions?
   
   command:
   gunicorn -b 0.0.0.0:1600 --limit-request-line 0 --limit-request-field_size 0 --log-level=debug superset.app


----------------------------------------------------------------
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



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