Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Blocked a frame with origin "null" from accessing a cross-origin frame.
07-29-2019
01:57 PM
Hi,
I used the exact code from this topic:
d3.select(options.element).append('script') .attr({ type: 'text/javascript', src: 'https://maps.googleapis.com/maps/api/js?key=API-KEY&libraries=visualization,drawing&callback=initMap', async: true }) .on('load', () => { thisRef.initMap(); });
While everything is working fine, I see the following two errors popping up on each initial page load:
Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame. at Object._.S.addDomListener (https://maps.googleapis.com/maps/api/js?key=API-KEY&libraries=visualization,drawing&callback=initMap:168:56) at HTMLIFrameElement.<anonymous> (https://maps.googleapis.com/maps-api-v3/api/js/37/8a/map.js:95:28)
and
Uncaught (in promise) Vc {message: "initMap is not a function", name: "InvalidValueError", stack: "Error↵ at new Vc (https://maps.googleapis.com/m…ies=visualization,drawing&callback=initMap:129:96"}
Should I use a different way to reference the script?
Why is the origin 'null'?
Thanks,
Martijn
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
01-10-2023 10:29 AM | |||
07-10-2024 06:27 AM | |||
10-25-2024 05:17 PM | |||
05-27-2024 04:44 AM | |||
12-09-2024 03:19 AM |