Hello!
I have a problem with embedding a website using iframe in a card.
Issue: The content just shows up for 1 second and then disapear.
This GIF shows the issue.
- Anki Version:
2.1.30
- Expected results: Live demo on Code Pen
- Card template:
<iframe src="https://v2.docusaurus.io" width="100%" height="500px"></iframe>
I’ve replaced
v2.docsaurus.io
to🔗
in all places because new users can’t use more than two urls in their post.
console error message:
1be78505.308bb7a7.js:2 DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
at /1be78505.308bb7a7.js:2:15634
at al (/main.b0f93f70.js:2:193730)
at gs (/main.b0f93f70.js:2:212809)
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
at ms (/main.b0f93f70.js:2:212568)
at Jl (/main.b0f93f70.js:2:204117)
at /main.b0f93f70.js:2:155836
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
(anonymous) @ 1be78505.308bb7a7.js:2
1be78505.308bb7a7.js:2 DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
at /1be78505.308bb7a7.js:2:14924
at al (/main.b0f93f70.js:2:193730)
at gs (/main.b0f93f70.js:2:212809)
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
at ms (/main.b0f93f70.js:2:212568)
at Jl (/main.b0f93f70.js:2:204117)
at /main.b0f93f70.js:2:155836
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
(anonymous) @ 1be78505.308bb7a7.js:2
main.b0f93f70.js:2 DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
at /1be78505.308bb7a7.js:2:16217
at al (/main.b0f93f70.js:2:193730)
at gs (/main.b0f93f70.js:2:212809)
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
at ms (/main.b0f93f70.js:2:212568)
at Jl (/main.b0f93f70.js:2:204117)
at /main.b0f93f70.js:2:155836
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
el @ main.b0f93f70.js:2
1be78505.308bb7a7.js:2 Uncaught (in promise) DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
at /1be78505.308bb7a7.js:2:16217
at al (/main.b0f93f70.js:2:193730)
at gs (/main.b0f93f70.js:2:212809)
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
at ms (/main.b0f93f70.js:2:212568)
at Jl (/main.b0f93f70.js:2:204117)
at /main.b0f93f70.js:2:155836
at t.unstable_runWithPriority (/main.b0f93f70.js:2:231085)
at qa (/main.b0f93f70.js:2:155545)
Since I’m not quite familiar with JS, Please give me a pointer so I can fix this issue.
Thanks