Embedding Dash app using iframe

I have successfully deployed a Dash app to Heroku and have embedded it using an iframe into a static Github Pages website. The app loads successfully in browsers that accept third-party cookies, but fails to load and displays the message “Error loading dependencies” if the browser is set to reject third-party cookies. How can I get the app to always load, regardless of the browser’s cookie settings?

1 Like