Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInterval component doesn't work when Dash app is an iframe of a Flask app #1405
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dash modules installed :
I have a Dash app displayed as an iframe inside a Flask app. All components work fine, but not the Interval one, which is never updated.
If I run my Dash app as a standalone app, it works.
Would there be a workaround ?