Skip to content

Minified React error 185 on the dag Overview page #52916

@dheerajturaga

Description

@dheerajturaga

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.
Image

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.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    affected_version:3.0Issues Reported for 3.0area:UIRelated to UI/UX. For Frontend Developers.area:corekind:bugThis is a clearly a bugpriority:highHigh priority bug that should be patched quickly but does not require immediate new release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions