Forum Discussion
New Edge version 125, DevTools - Application tab make browser crash
Just updated to the new 125 version, doing my normal development work, opened the developer tools, went to "Application" tab, then the Edge browser crashed.
Rollback to version 124.0.2478.109, the browser is not crashing anymore.
2 Replies
- BrandonWangCopper Contributor
our development team has figured out what was the problem. it was because of in the web manifest file, one of the icons item was missing the "sizes" property, after specified the "sizes" property, even put wrong size info, the Edge browser is not crashing anymore.
again this is only happens on Edge browser version 125. rollback to version 124 also not crashing. Chrome browser working fine.
- csdoneilCopper Contributor
BrandonWang I can concur this same issue was happening on Chrome 125, and the manifest.json was, indeed, the issue. Thanks for figuring this out.