GitHub user dosubot[bot] added a comment to the discussion: Alerts and reports feature not working. URL not found
<!-- Answer --> The "URL not found" error for alerts and reports in Superset 4.1.3 is most often caused by the required feature flags not being enabled. Make sure you have `"ALERT_REPORTS": True` set in your `FEATURE_FLAGS` in `superset_config.py`. Depending on your use case, you may also need to enable related flags like `ALERT_REPORT_TABS` and `ALERT_REPORTS_FILTER` for dashboard tab and filter support [source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docker/pythonpath_dev/superset_config.py), [source](https://github.com/apache/superset/pull/32196). If the feature flag is disabled, Superset will return a 404 for all alerts and reports endpoints, which matches the error you're seeing [source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/views/alerts.py). Also, for Superset 4.1.x and above, you need to have a headless browser (Playwright with Chrome is recommended) installed in your worker container, and the relevant feature flag set [source](https://github.com/apache/superset/pull/35185). Double-check your config for these flags and browser setup. If you still see the error after enabling the flags, please share the specific URL that fails and any relevant logs for deeper troubleshooting. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/39d528a4-3ec9-4d0c-bb7f-b48a3168c6cc?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35624) GitHub link: https://github.com/apache/superset/discussions/35642#discussioncomment-14676801 ---- 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]
