Login form is not displayed on IBMCloud
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
People
(Reporter: ksenia, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
We received a report about an issue with IBMCloud in https://github.com/webcompat/web-bugs/issues/112923
To reproduce, visit https://cloud.ibm.com/login in Nightly 108.0a1 (2022-11-05) .
Expected:
Login form loads
Actual:
Page remains empty
Reporter | ||
Comment 1•2 years ago
•
|
||
I did some diagnosis in https://github.com/webcompat/web-bugs/issues/112923#issuecomment-1306044586 and looks like the site is getting unexpected results when trying to build a link for one of the network requests (due to group
being a function, since array grouping proposal is enabled in Nightly):
/login/realms?group=function group() { [native code] }
Reporter | ||
Comment 2•2 years ago
|
||
Hello Yulia, adding a ni for visibility.
There is one more site affected by the proposal (https://github.com/webcompat/web-bugs/issues/112552), though this issue is more severe.
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1739648
Comment 4•2 years ago
|
||
Thanks for the heads up. If you come across any others, can you add them here? https://github.com/tc39/proposal-array-grouping/issues/44 -- I will look into turning it off by default for nightly.
Comment 5•2 years ago
|
||
Oh, i see there is a label on webcompat -- https://github.com/webcompat/web-bugs/labels/type-array-grouping -- thats perfect. I'll track from there.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
We are in 107 RC week, wontfix 106.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Array grouping is to be turned off by default in nightly from 1799619. This does not affect beta or release versions, as the proposal is not stage 4 yet. This can be closed when that bug lands.
Comment 8•2 years ago
|
||
Set release status flags based on info from the regressing bug 1739648
Updated•2 years ago
|
Updated•2 years ago
|
Description
•