GGPay opened a new issue #13565: URL: https://github.com/apache/superset/issues/13565
Running docker-compose-non-dev.yml with additional requirements-local.txt blinker==1.4 Flask-Mail==0.9.1 Got an error on a screenshot below after fill in registration form and click button "save"  ### Expected results Get an email with activation link #### Screenshots  If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. docker-compose-non-dev.yml 2. requirements-local.txt with blinker==1.4 and Flask-Mail==0.9.1 3. set up email's credential in superset_config.py 4. docker-compose-non-dev.yml up 5. try register new account 4. See error ### Environment - superset version: superset-image apache/superset:latest ### Additional context Don't see that error in docker-compose.yml Probably issue with volumes. When run pip install Flask-Mail in superset_app - got an error on a screenshot below.  ---------------------------------------------------------------- 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]
