diff --git a/airflow/www/templates/airflow/traceback.html b/airflow/www/templates/airflow/traceback.html index 5c5a0c79330c3..0bd2ea41847b3 100644 --- a/airflow/www/templates/airflow/traceback.html +++ b/airflow/www/templates/airflow/traceback.html @@ -27,25 +27,24 @@
-Something bad has happened. +Something bad has happened. For security reasons detailed information about the error is not logged. -Airflow is used by many users, and it is very likely that others had similar problems and you can easily find -a solution to your problem. + * You should check your webserver logs and retrieve details of this error. -Consider following these steps: + * When you get the logs, it might explain the reasons, you should also Look for similar issues using: - * gather the relevant information (detailed logs with errors, reproduction steps, details of your deployment) - - * find similar issues using: * GitHub Discussions * GitHub Issues * Stack Overflow * the usual search engine you use on a daily basis + All those resources might help you to find a solution to your problem. + * if you run Airflow on a Managed Service, consider opening an issue using the service support channels - * if you tried and have difficulty with diagnosing and fixing the problem yourself, consider creating a bug report. - Make sure however, to include all relevant details and results of your investigation so far. + * only after you tried it all, and have difficulty with diagnosing and fixing the problem yourself, + get the logs with errors, describe results of your investigation so far, and consider creating a + bug report including this information. Python version: {{ python_version }} Airflow version: {{ airflow_version }}