Forum Discussion
josh_bodner
May 12, 2021Microsoft
Dev channel update to 92.0.884.2 is live
Hello Insiders! Today we’re releasing build 92.0.884.2 to the Dev channel. Our biggest news isn’t with the Dev channel though; it’s that with the most recent Beta release, which brings it to versio...
rshupak
May 12, 2021Iron Contributor
Dev build 92.0.884.2 has the same bug that has existed in canary for multiple builds now where edge://settings/content is blank.
- josh_bodnerMay 12, 2021Microsoft
rshupak I can't repro this on my devices, so can you try creating a new profile and seeing if the same thing happens in the new profile? If not, that would implicate something in your current profile's data, which is what I suspect.
- rshupakMay 14, 2021Iron ContributorIt absolutely does implicate something in my profile. I'm sure it is settings that do not roam such as some of the cookie settings. The F12 tools display script errors on the page. I submitted feedback with a screenshot that included the script errors from the F12 tools. I very much doubt anyone looked.
- rshupakMay 14, 2021Iron ContributorHere is the console error output
command.js:1 Failed to load resource: net::ERR_FAILED
assert.js:85 crbug/1173575, non-JS module files deprecated.
(anonymous) @ assert.js:85
util.js:320 crbug/1173575, non-JS module files deprecated.
(anonymous) @ util.js:320
promise_resolver.js:84 crbug/1173575, non-JS module files deprecated.
(anonymous) @ promise_resolver.js:84
icon.js:159 crbug/1173575, non-JS module files deprecated.
(anonymous) @ icon.js:159
ui.js:213 crbug/1173575, non-JS module files deprecated.
(anonymous) @ ui.js:213
keyboard_shortcut_list.js:94 crbug/1173575, non-JS module files deprecated.
(anonymous) @ keyboard_shortcut_list.js:94
parse_html_subset.js:218 crbug/1173575, non-JS module files deprecated.
(anonymous) @ parse_html_subset.js:218
load_time_data.js:215 crbug/1173575, non-JS module files deprecated.
(anonymous) @ load_time_data.js:215
lib_react.chunk.js:9 Error: Unexpected condition on edge://settings/content: Could not find value for undefined
at expect (load_time_data.js:191)
at LoadTimeData.getValue (load_time_data.js:57)
at LoadTimeData.getString (load_time_data.js:67)
at settings.bundle.js:1
at Array.forEach (<anonymous>)
at hT.getRecentSitePermissionsSiteLabel (settings.bundle.js:1)
at settings.bundle.js:1
at Array.map (<anonymous>)
at hT.renderRecentSitePermissions (settings.bundle.js:1)
at hT.render (settings.bundle.js:1)
at Ha (lib_react.chunk.js:9)
at Ua (lib_react.chunk.js:9)
at ku (lib_react.chunk.js:9)
at ml (lib_react.chunk.js:9)
at vl (lib_react.chunk.js:9)
at ul (lib_react.chunk.js:9)
at lib_react.chunk.js:9
at t.unstable_runWithPriority (lib_common.chunk.js:38)
at Bi (lib_react.chunk.js:9)
at Yi (lib_react.chunk.js:9)
at qi (lib_react.chunk.js:9)
at j (lib_react.chunk.js:9)
at Yt (lib_react.chunk.js:9)
iu @ lib_react.chunk.js:9
n.callback @ lib_react.chunk.js:9
go @ lib_react.chunk.js:9
su @ lib_react.chunk.js:9
Sl @ lib_react.chunk.js:9
t.unstable_runWithPriority @ lib_common.chunk.js:38
Bi @ lib_react.chunk.js:9
wl @ lib_react.chunk.js:9
ul @ lib_react.chunk.js:9
(anonymous) @ lib_react.chunk.js:9
t.unstable_runWithPriority @ lib_common.chunk.js:38
Bi @ lib_react.chunk.js:9
Yi @ lib_react.chunk.js:9
qi @ lib_react.chunk.js:9
j @ lib_react.chunk.js:9
Yt @ lib_react.chunk.js:9
lib_react.chunk.js:9 Uncaught Error: Unexpected condition on edge://settings/content: Could not find value for undefined
at expect (load_time_data.js:191)
at LoadTimeData.getValue (load_time_data.js:57)
at LoadTimeData.getString (load_time_data.js:67)
at settings.bundle.js:1
at Array.forEach (<anonymous>)
at hT.getRecentSitePermissionsSiteLabel (settings.bundle.js:1)
at settings.bundle.js:1
at Array.map (<anonymous>)
at hT.renderRecentSitePermissions (settings.bundle.js:1)
at hT.render (settings.bundle.js:1)
at Ha (lib_react.chunk.js:9)
at Ua (lib_react.chunk.js:9)
at ku (lib_react.chunk.js:9)
at ml (lib_react.chunk.js:9)
at vl (lib_react.chunk.js:9)
at ul (lib_react.chunk.js:9)
at lib_react.chunk.js:9
at t.unstable_runWithPriority (lib_common.chunk.js:38)
at Bi (lib_react.chunk.js:9)
at Yi (lib_react.chunk.js:9)
at qi (lib_react.chunk.js:9)
at j (lib_react.chunk.js:9)
at Yt (lib_react.chunk.js:9)
expect @ load_time_data.js:191
getValue @ load_time_data.js:57
getString @ load_time_data.js:67
(anonymous) @ settings.bundle.js:1
getRecentSitePermissionsSiteLabel @ settings.bundle.js:1
(anonymous) @ settings.bundle.js:1
(anonymous) @ settings.bundle.js:1
render @ settings.bundle.js:1
Ha @ lib_react.chunk.js:9
Ua @ lib_react.chunk.js:9
ku @ lib_react.chunk.js:9
ml @ lib_react.chunk.js:9
vl @ lib_react.chunk.js:9
ul @ lib_react.chunk.js:9
(anonymous) @ lib_react.chunk.js:9
t.unstable_runWithPriority @ lib_common.chunk.js:38
Bi @ lib_react.chunk.js:9
Yi @ lib_react.chunk.js:9
qi @ lib_react.chunk.js:9
j @ lib_react.chunk.js:9
Yt @ lib_react.chunk.js:9 - rshupakMay 15, 2021Iron ContributorAnd if the stack trace in the error message isn't enough, the start of the failure arises from
t.push(p.pz.getStringF("siteSettingsRecentSitePermissionsSiteSublabelText", p.pz.getString(xa(e.type)), p.pz.getString(function(e) {
- terryrussellMay 14, 2021Copper ContributorI have the same issue and therefore can no longer browse through the data and permissions set/used by websites. The issue only started for me with the 92.0.884.2 update.
- rshupakMay 15, 2021Iron ContributorYou can see cookies by opening edge://settings/content/cookies directly. I expect edge://settings/content/all to be broken because the element that triggers the failure on edge://settings/content is present on this page too. If you know the specific permission of interest, you should be able to reach its page directly (e.g. edge://settings/content/location)
- KibosJMay 16, 2021Brass Contributor
This build seems a bit broken for me on macOS too ☹️
- New tab page crashes when viewing 'content'
- Opening Edge for the first time attempts to open a profile picker, but fails with a page not found error
- Searching in settings causes a blank page to load instead