Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval component doesn't work when Dash app is an iframe of a Flask app #1405

Open
louis-red opened this issue Sep 10, 2020 · 1 comment
Open

Comments

@louis-red
Copy link

@louis-red louis-red commented Sep 10, 2020

Dash modules installed :

dash-bootstrap-components 0.10.5
dash-core-components      1.10.1
dash-html-components      1.0.3
dash-renderer             1.5.1
dash-table                4.8.1

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 ?

@oadriandiaz
Copy link

@oadriandiaz oadriandiaz commented Dec 5, 2020

Can you elaborate? I Have a Dash app in an embedded iframe served with a Flask app, and the dcc.Interval works fine triggering a callback to do some job in both client and server sides ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants