GitHub user gabriel-korbato added a comment to the discussion: How to customize authentication in version 6
@dosu , that also did not work. It again returns the blank Sign in card and the log error `ERROR:flask_appbuilder.security.sqla.manager:Error adding new user to database. This transaction is closed` I am also noticing some warnings that could be relevant: `flask_appbuilder/security/sqla/manager.py:261: SAWarning: Usage of the 'collection append' operation is not currently supported within the execution stage of the flush process. Results may not be consistent. Consider using alternative event listeners or connection-level operations instead.` and `flask_appbuilder/security/sqla/manager.py:273: SAWarning: Usage of the 'Session.add()' operation is not currently supported within the execution stage of the flush process. Results may not be consistent. Consider using alternative event listeners or connection-level operations instead.` and `WARNING:root:Failed to add user to db session: Class 'werkzeug.local.LocalProxy' is not mapped`. GitHub link: https://github.com/apache/superset/discussions/38199#discussioncomment-15904966 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
