Forum Discussion
HasnainNutkani
1 year agoAdvocate I
Uncaught ReferenceError: ClipboardItem is not defined
I've integrated Power BI reports into a web application, and everything has been working smoothly for the past three years. However, all of a sudden, I'm encountering the following error in the brows...
- 1 year ago
I think the thread can be closed. MS fixed it. Thanks
PowerrrRon
1 year agoNew Member
No that won't work. The PBI client javascript injects an iframe to the document. And the problem is -inside- the iframe. The outer document does not execute the script that is throwing the error, that one is only executed inside the iframe.
vinpel
1 year agoRegular Visitor
If you are using this inside https the issue is no longer throwing up, which is a temporary workaround as per Microsoft
- niyas72041 year agoRegular Visitor
We are also trying the same, but the web server load will be higher and it's not cost-effective.
- PowerrrRon1 year agoNew Member
You are right. I've updated my comment.