| Summary: | [node] "TypeError" shown when viewing the User Profile settings page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> | ||||
| Component: | Node | Assignee: | Project Inbox <orion.server-inbox> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P4 | CC: | Carolyn_MacLeod, remy.suen, steve_northover | ||||
| Version: | 12.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Grant Gayed
Note that I'm running the server locally, so it's likely assuming single-user. Reproduced on Windows 10. It seems to be trying to process this URL. http://localhost:8081/mixloginstatic/manageExternalIds.html#undefined (anonymous function) (manageExternalIds.js:127) settleDeferred (Deferred.js:70) notify (Deferred.js:144) run (Deferred.js:28) attributes (async) (anonymous function) () enqueue () _reject () Deferred.reject () xhr.onload () XMLHttpRequest.send (async) _xhr () loadUserData () onHashChange () (anonymous function) () execCb () check () (anonymous function) () (anonymous function) () (anonymous function) () each () emit () check () enable () init () (anonymous function) () (anonymous function) () (anonymous function) () each () emit () check () enable () init () (anonymous function) () (anonymous function) () (anonymous function) () execCb () check () (anonymous function) () (anonymous function) () (anonymous function) () each () emit () check () enable () init () callGetModule () completeLoad () onScriptLoad () It just worked for me with no error in the console. I have seen this before, but not recently. At the time, it seemed that we didn't handle the oauth/login process very well on any page except the main pages (i.e. either orion.eclipse.org or orionhub.org). It seemed to happen if my login timed out for some reason. To get past it, I went to another browser tab, logged in there, then went back to the failed page and refreshed, and all was well. > Note that I'm running the server locally, so it's likely assuming single-user.
Single user mode. Downgrading.
|