kedargopale commented on issue #13414: URL: https://github.com/apache/superset/issues/13414#issuecomment-796449134
I solve this issue using gunicorn **(gevent/gunicorn is used for the production environment)** enter command - gunicorn -w 6 -k gevent --timeout 120 -b 0.0.0.0:80 --limit-request-line 0 --limit-request-field_size 0 "superset.app:create_app()" login on browser localhost:80 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
