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.

Blocking iframe fail to render within lightning UI tabs

See original GitHub issue

If 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:open
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tchatoncommented, Jul 4, 2022

Hey @krishnakalyan3.

Unfortunately, I believe there isn’t much we can do unless convincing those frameworks to remove the header.

Best, T.C

@alecmerdler

0reactions
robert-s-leecommented, Aug 22, 2022
Read more comments on GitHub >

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

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