My team supports a web application which uses the JS SDK. On August 22nd, users on virtual machines ran by VMWare started experiencing failures. The failure happens like this:
- The page and map begin to load. You see the map and its layers almost render to completion.
- The entire screen turns black for about one second. When the screen returns, the container which hosts the map is a blank white space.
On top of this, there are some strange JavaScript errors that sometimes occur. For example, one was caused by the extent property of the mapView not instantiating. When a line of code which referenced this property was executed, an error was thrown. This happens only on virtual machines.
We did some digging today and discovered this error was brought on by Microsoft Edge Stable Channel release 128.0.2739.42, which came out on August 22nd. All other versions after this one have the same issue. We reverted our Edge version back to 127.0.2651.105, which released a week prior, and these issues are not present.
Is this a known issue, and is there any guidance on how to proceed? I'm not sure where to start with troubleshooting this.