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/
- josh_bodnerSep 10, 2021Former EmployeeThis Javscript issue appears to be a transient error we inherited from Chromium. I can still reproduce it in their Dev build, but not their Canary build. And since their Canary is usually a couple of days ahead of ours, I expect this to be fixed in our Canary build in a couple of days.
- the5ilenceSep 14, 2021Brass ContributorThank you for the quick reply and finding the source of this bug.
- pp_e2Sep 09, 2021Iron ContributorI've checked it in my Debian 11 rig and the page went blank after 2-3 reloads. Ctrl-F5 helped.
- SGray1217Sep 07, 2021Copper ContributorIntresting, I wonder if this is what is breaking it on very specific desktop-environments. I am running it on Budgie perfectly fine.
- josh_bodnerSep 10, 2021Former EmployeeI can reproduce the Javascript issue on Windows too, so it looks to be a different issue.