GitHub user dosubot[bot] added a comment to the discussion: Alerts and Reports configuration in Superset 5.0.0rc2
<!-- Answer --> To troubleshoot the issue with using Chromium for Alerts and Reports in Superset 5.0.0rc2, ensure the following steps are correctly implemented: 1. **Configuration File**: Double-check that `WEBDRIVER_TYPE` is set to `"chrome"` in your `superset_config.py` or `superset_config_docker.py`. 2. **Feature Flag**: Verify that the `"ALERT_REPORTS"` feature flag is set to `True`. 3. **Celery Setup**: Ensure that the `beat_schedule` in `CeleryConfig` includes a schedule for `reports.scheduler`. 4. **Notifications**: Confirm that your email (`SMTP_*` settings) or Slack (`SLACK_API_TOKEN`) configurations are correct. 5. **Disable Dry-Run**: Make sure `ALERT_REPORTS_NOTIFICATION_DRY_RUN` is set to `False` to receive actual notifications. 6. **Chromium Installation**: Since Chromium is included in the Dockerfile, there should be no need for additional installation steps. However, ensure that the Docker image you are using is up-to-date and includes the necessary Chromium binaries. If these steps are correctly configured and the issue persists, consider checking the logs for any specific error messages that might provide more insight into the problem. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/364d1818-d573-4fe6-b920-f8717ce981fb?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/33343#discussioncomment-13011271 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org