brki opened a new issue, #58436: URL: https://github.com/apache/airflow/issues/58436
### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? `https://BASE_URL/dags/misspelled_dag` => shows an empty, but otherwise normal dag overview page. A little red box with an X in it , if clicked on, provides the information that the dag is not found. `https://BASE_URL/dags//some_dag` (with a double slash in the URL) => Shows an empty (except for the Airflow sidebar) page ### What you think should happen instead? When a URL leads to something non-existant, it would be nice to see a clear 404 not found error. ### How to reproduce * `https://BASE_URL/dags/misspelled_dag` * `https://BASE_URL/dags//some_dag` (doubled slash) ### Operating System linux (Airflow docker image) ### Versions of Apache Airflow Providers Those in the Airflow 3.1.3 docker image. ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
