question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I noticed an iframe error with different pads from different server in different browsers (Firefox, Chromium). Cache is empty.

https://pad.colibris-outilslibres.org/

pad1

https://pad.kits.blog

pad2

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:closed
  • Created 3 years ago
  • Comments:22 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
woeterman94commented, Oct 2, 2020

Cookies should have the “secure” flag when using samesite = none in chrome.

Works image

Doesn’t work image

0reactions
rhansencommented, Oct 5, 2020

How can I pass the sessionID as a parameter to the iframe?

Currently not supported. Patches welcome!

(And I just realized that my previous comment could be misunderstood so I edited it to clarify.)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found