iframe error
See original GitHub issueI noticed an iframe error with different pads from different server in different browsers (Firefox, Chromium). Cache is empty.
https://pad.colibris-outilslibres.org/
The browser console shows me following
TypeError: Cannot read property 'setStateIdle' of null
For pad.kits.blog nginx is properly configured:
proxy_pass http://localhost:9001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
And I haven’t found any websocket error.
https://video.etherpad.com works 😉
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (14 by maintainers)
Top Results From Across the Web
How to handle exception in iframe, which is throwed ... - MSDN
I set the onerror event of the IFrame's contentWindow attribute. But the error handler isn't triggered. Does any one know how to solve...
Read more >Ask Question - Stack Overflow
I want to display Custom Message. Screenshot of console when I get error FIDDLE HERE. Now, if I use onload and onerror as:-...
Read more >A.6 Common iframe errors - Hands-On Data Visualization
Figure A.6 shows three common problems in a simple iframe: a curly double-quote (after src= ), use of http instead of ...
Read more >How to Replace an iFrame with a Message When Your Viewer ...
When a viewer is offline, the iframe fails completely, and the author doesn't have control of what is displayed. So how do we...
Read more >how to handle iframes fail to load - Sololearn
how to handle failed pages loaded in the iframe by displaying an error message or hiding the url loaded in the iframe or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cookies should have the “secure” flag when using
samesite = none
in chrome.Works
Doesn’t work
Currently not supported. Patches welcome!
(And I just realized that my previous comment could be misunderstood so I edited it to clarify.)