Forum Discussion
josh_bodner
Aug 31, 2021Former Employee
Dev channel update to 95.0.997.1 is live
Hello Insiders! Today we’re releasing build 95.0.997.1 to the Dev channel. That’s right, it’s already time for 95! Because of that, look for version 94 to be coming to Beta soon. We’ve also got a...
the5ilence
Sep 07, 2021Brass Contributor
This update breaks JavaScript import path resolution under certain circumstances. When reloading certain pages, which are using relative import paths for JS-Modules and while having DevTools enabled, the import gets resolved as an absolute import, not relative to the current page, resulting in 404 errors.
This does not happen, when "Disable Cache" is active in the DevTools and I cannot reproduce it in a private Window. But I can reproduce it without any enabled extensions reliably after 2-3 reloads on some pages. For example: https://portal.sozialbank.de/girocard-bestellformular/
pp_e2
Sep 09, 2021Iron Contributor
I've checked it in my Debian 11 rig and the page went blank after 2-3 reloads. Ctrl-F5 helped.