Blocking iframe fail to render within lightning UI tabs
See original GitHub issueIf the underlying app’s server sets headers like X-Frame-Options
, lightning apps fail to show UI. This was observed for MLFLow and label studio.
cc: @tchaton @awaelchli
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Cross Origin error if Lightning Component is embedded in an ...
If a lightning component is embedded in an iframe and the top window's location is cross origin, then accessing 'window.top' or simple 'top'...
Read more >Why won't an iframe load in a Lightning component if it ...
You need to use {!v.body} in super component SimpleBase without which the body of sub-component will not load. Reason: (REFERENCE).
Read more >WandB iframe cannot be used inside Lighting App #14218
W&B will fail with samesite issue. import lightning as L import fsspec class ... Blocking iframe fail to render within lightning UI tabs...
Read more >How to fix Refused to display in a frame because it set 'X ...
It means that the origin server does not authorize you to show this content inside an iframe . You cannot circumvent this, this...
Read more >4.8.2 The iframe element — HTML5 - W3C
When specified, it indicates that the iframe element's browsing context is to be rendered in a manner that makes it appear to be...
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
Hey @krishnakalyan3.
Unfortunately, I believe there isn’t much we can do unless convincing those frameworks to remove the header.
Best, T.C
@alecmerdler
https://github.com/Lightning-AI/lightning/issues/14218 is related issue with W&B