Can't find flask.appbuilder logs #24122
Unanswered
miketimofeev
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone!
I've setup superset in local environment for development using https://github.com/apache/superset/blob/master/CONTRIBUTING.md#setup-local-environment-for-development guide and currently I'm trying to set up LDAP auth for superset and has 'Invalid Login' error on main page. I'm trying to debug the issue but can't see anything related to flask.appbuilder in superset logs (i use Flask dev web server
FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger
), only the following lines when I try to loginI've added the following lines to my superset_config.py but it didn't help
Any help setting up flask.appbuilder logs are appriciated!
Beta Was this translation helpful? Give feedback.
All reactions