public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Bings Maps API] Broken HTML in playground and search inspect

Open NateSkiles opened this issue 5 months ago • 0 comments

While looking into a feature request for the Bing Maps API, I found that the HTML content loaded from the scrape was being reloaded repeatedly in both the search inspect page and playground, and I was getting errors in the console and network dev tools. While I haven't seen anyone reach out regarding this, I wanted to log an issue in case this pops up for other users.

I reached out to a few team members and seemed to be the only one experiencing this issue so far on the latest version of Chrome (ARM64): Version 128.0.6613.138 (Official Build) (arm64)

image

I tested using Firefox Developer Edition version 130.0b9 (64-bit), but could not reproduce there.

Additionally, I tested while logged in and in incognito to verify no extensions were causing this issue.

Here's a short video illustrating the issue:

https://github.com/user-attachments/assets/38d48cc0-0425-4397-901b-fa6d18dffaa3

Here are the errors from the console, it seems the main culprits are Uncaught ReferenceError: Microsoft is not defined and Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager') :

bing_maps.svg:1  Failed to load resource: the server responded with a status of 404 ()
VM52 5exd3tY-qs-cy64cU32TQ69TjPw.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM39 eqnlNjvKeQd4j7JAWnmgMPTcw6Q.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM34 TqNJ5_wi04wxIcZoEWa5aFQXLn0.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM45 uwp5UcihfTkEiPAO_qDVB1erBNM.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM40 5hnaSWU7hCbU3QsXXMRvpwyYid8.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM50 e1gFCaCYwRq6k-que6-Z6tHrEX0.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM60 BGZ37EjWcFOAUsbRlOsY-vzUejY.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM33 _k8JNnDH-_38X322MIsbjiuFzW8.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM36 6SDCXlEEOY3c41PyaxJaq_j_lgU.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM48 _3XZfRCHyyQTMHknH27-sP0xZes.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM42 l2Cu6fejmivaUFMMhqf7gFbq2g0.gz.js:2 Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
VM47 3SmlC6Q63EKkj7mZknv4bpdPOM8.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM43 cHLiGyfJLqB3t0WMWJFJjxwEYG0.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM32 wGg48ZxQ-MhyMqo9jOGRb96leH8.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM41 20zFVXAcGtj0zVgYMiqscJ6xFM4.gz.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'ResourceManager')
VM51 6z6SrU5kc_g-WI9B7PgH2_-Q0k0.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM37 h8NP9oiFPrzyKmqKf9Gcq2tT_IU.gz.js:1 Uncaught ReferenceError: Microsoft is not defined
VM53 GgYHAwRUFZaW3ligFZeJE7f99wM.gz.js:1 Uncaught ReferenceError: Microsoft is not defined

You can find the HAR file from the above example here.

NateSkiles avatar Sep 13 '24 18:09 NateSkiles