You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a conflict between flash csrf tokens and dash apps protected with dash_auth.
If the CSRF token is left enabled, Dash App callbacks will not render.
If the CSRF token is disabled OR if dash_auth is disabled, the callbacks work.
The text was updated successfully, but these errors were encountered:
frdlt
changed the title
dash-update-componetn 305 error when Dash App embedded in Flask server is launched with both csrf protection and dash_auth
dash-update-component 305 error when Dash App embedded in Flask server is launched with both csrf protection and dash_auth
Apr 10, 2020
There appears to be a conflict between flash csrf tokens and dash apps protected with dash_auth.
If the CSRF token is left enabled, Dash App callbacks will not render.
If the CSRF token is disabled OR if dash_auth is disabled, the callbacks work.
The text was updated successfully, but these errors were encountered: