Forum Discussion
Uncaught ReferenceError: ClipboardItem is not defined
- 1 year ago
I think the thread can be closed. MS fixed it. Thanks
I was able to solve it momentarily with a configuration in Chrome:
chrome://flags/#unsafely-treat-insecure-origin-as-secure
Insecure origins treated as secure Treat given (insecure) origins as secure origins. Multiple origins can be supplied as a comma-separated list. Origins must have their protocol specified e.g. "http://example.com". For the definition of secure contexts, see https://w3c.github.io/webappsec-secure-contexts/ – Mac, Windows, Linux, ChromeOS, Android
- EacostaSV5031 year agoRegular Visitor
It worked for me. I was using http without https, working locally, but the report crashed.
I just enable this config in chrome and solve my problem. I guess it will not generate error if is in production environment when using https.
- viniciusFiorim1 year agoNew Member
Morning, i have the same issues, my aplication work normaly in localhost.
When i put on production i have the issues with the clipboard, i read many posts but i dont see the config someone talking about chrome.
you can share the config to make dashboard work on chrome??
- RencoDesu1 year agoNew Member
It worked for me too.thank u