dheerajturaga opened a new issue, #52916: URL: https://github.com/apache/airflow/issues/52916
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The dag page <base_url>/dags/<dag_id> lands on the Overview tab which errors out with ``` Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ``` <img width="1131" height="795" alt="Image" src="https://github.com/user-attachments/assets/6664be5e-1f9a-471b-bcea-75c9fc77d8f6" /> I believe the "Overview" Page maybe failing to load information in time and hits this issue. The dags/<dag_id>/runs page loads fine and If I land on the page and wait long enough then click the "Overview" tab, it slowly populates the stats. Sometimes I also get a page not responsive message from the browser aswell. <img width="912" height="635" alt="Image" src="https://github.com/user-attachments/assets/4347ee9b-fa2b-4e0d-812e-4b03303a3473" /> as per the react docs ``` Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops. ``` ### What you think should happen instead? _No response_ ### How to reproduce Im assuming having a large dag with multiple running dag runs may suffice to hit this error ### Operating System Sles 15 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org