Web view shows the connection is blocked
I imported a working Django web app into repl.it. It does work in the browser. But in the repl.it web view, it crashes. I've tried four browsers. The ones with the most useful messages were Opera and Firefox.
The Opera message:
1944af39-b599-40cf-a6ba-c1a9f3897dcc.id.replitusercontent.com is blocked
1944af39-b599-40cf-a6ba-c1a9f3897dcc.id.replitusercontent.com refused to connect.
ERR_BLOCKED_BY_RESPONSE
The Firefox message:
Firefox Can’t Open This Page
To protect your security, 1944af39-b599-40cf-a6ba-c1a9f3897dcc.id.replitusercontent.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.
Learn more…
Report errors like this to help Mozilla identify and block malicious sites
Firefox "learn more" link:
https://support.mozilla.org/en-US/kb/xframe-neterror-page?as=u&utm_source=inproduct
Whitelist those apps lol
change this to
ohh
@geekandglitterhmm sorry about that
but that is something called cors
https://www.geeksforgeeks.org/how-to-enable-cors-headers-in-your-django-project/
dark magici can't be super sure about this, but maybe it's because repl.it has a default option that passes cors automatically that gets override here because it came from github
@geekandglitterinteresting, your repl is private
@geekandglitterhm, yeah probably a bug https://repl.it/bugs
@geekandglitterbecause if you open it in a new tab it works fine
X_FRAME_OPTIONS = '*'
Thank you for all your help. It is appreciated. --Linda