clp007 opened a new issue, #33815:
URL: https://github.com/apache/superset/issues/33815
### Bug description
i deploy superset with default docker-compose.yml.playwrith for
screenshot,Unable to send email successfully and nothong error info ;
config :
FEATURE_FLAGS = {
'PRESTO_EXPAND_DATA': False,
'ENABLE_TEMPLATE_PROCESSING': True,
'FAB_API_SWAGGER_UI' : True,
'ALERT_REPORTS' : True,
'ALERT_REPORTS_NOTIFICATION_DRY_RUN' :False,
#"THUMBNAILS": True,
"ALERT_REPORT_TABS" :True,
#"THUMBNAILS_SQLA_LISTENERS": True,
"ALERT_REPORTS_FILTER" :True,
"ENABLE_DASHBOARD_DOWNLOAD_WEBDRIVER_SCREENSHOT": True,
"ENABLE_DASHBOARD_SCREENSHOT_ENDPOINTS": True,
"DYNAMIC_PLUGINS" :True,
"DASHBOARD_RBAC" :True,
"PLAYWRIGHT_REPORTS_AND_THUMBNAILS":True
}
WEBDRIVER_BASEURL = "http://superset_app:8088" # When running using docker
compose use "http://superset_app:8088'
# This is the link sent to the recipient. Change to your domain, e.g.
https://superset.mydomain.com
WEBDRIVER_BASEURL_USER_FRIENDLY = "http://localhost:8088"
### Screenshots/recordings



### Superset version
master / latest-dev
### Python version
3.11
### Node version
18 or greater
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [ ] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [ ] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]