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/
SGray1217
Sep 07, 2021Copper Contributor
Intresting, 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.