problem
After upgrading from version 4.22.0.1 to version 4.22.1.0 when a user authenticates via single sign-on the browser screen stays white but a blue progress bar at the top.
Users that don't have SSO enabled can login normally.
I tested both Chrome and Firefox on Windows.
The Chrome console reports the following 2 errors:
user.js:458 SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at a (util.js:5:17)
at e.get (webStorage.js:20:27)
at user.js:319:45
at new Promise ()
at e.GetInfo (user.js:310:14)
at Array. (vuex.esm-browser.js:305:23)
at e.dispatch (vuex.esm-browser.js:1031:13)
at e.dispatch (vuex.esm-browser.js:914:21)
at permission.js:104:12
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Object.keys ()
at permission.js:74:29
at new Promise ()
at e.GenerateRoutes (permission.js:73:14)
at Array. (vuex.esm-browser.js:305:23)
at e.dispatch (vuex.esm-browser.js:1031:13)
at e.dispatch (vuex.esm-browser.js:914:21)
at permission.js:106:19
versions
Cloudstack 4.22.1.0 on Rocky Linux 10.
The steps to reproduce the bug
- select "single sign-on" in the login page and press the login button
...
What to do about it?
No response
problem
After upgrading from version 4.22.0.1 to version 4.22.1.0 when a user authenticates via single sign-on the browser screen stays white but a blue progress bar at the top.
Users that don't have SSO enabled can login normally.
I tested both Chrome and Firefox on Windows.
The Chrome console reports the following 2 errors:
user.js:458 SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at a (util.js:5:17)
at e.get (webStorage.js:20:27)
at user.js:319:45
at new Promise ()
at e.GetInfo (user.js:310:14)
at Array. (vuex.esm-browser.js:305:23)
at e.dispatch (vuex.esm-browser.js:1031:13)
at e.dispatch (vuex.esm-browser.js:914:21)
at permission.js:104:12
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Object.keys ()
at permission.js:74:29
at new Promise ()
at e.GenerateRoutes (permission.js:73:14)
at Array. (vuex.esm-browser.js:305:23)
at e.dispatch (vuex.esm-browser.js:1031:13)
at e.dispatch (vuex.esm-browser.js:914:21)
at permission.js:106:19
versions
Cloudstack 4.22.1.0 on Rocky Linux 10.
The steps to reproduce the bug
...
What to do about it?
No response