Details
Description
I noticed that logging out with anonymous off/disabled, fired the below JS error. It also malformed the anonymous page (see attached) however when I did from Welcome, the page seemed fine (though still gets the JS error), so seems not malforming everything (maybe React pages only?).
Uncaught TypeError: Cannot read property 'timerId' of undefined
at ctor.removeListener (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at ctor.clearListeners (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at ctor.unlisten (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at ctor.unlisten (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at nexus-rapture-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1
at ctor.eachKey (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at constructor.syncManagedControllers (nexus-rapture-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at ctor.fire (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at ctor.dispatch (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
at constructor.b.doFireEvent (baseapp-prod.js?_v=3.29.0-SNAPSHOT&_e=PRO&_dc=1602100012129:1)
This does not occur in 3.28. I did clear my browser cache between attempts both to repro and back test.
Attachments
Issue Links
- is duplicated by
-
NEXUS-26483 Nexus UI causes Uncaught TypeError when the username contains 'api' string with privilege 'nx-api-reader'
-
- Closed
-