Closed
Bug 1093748
Opened 10 years ago
Closed 10 years ago
Event Wizard login is failing
Categories
(Webmaker Graveyard :: Login, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gvn, Assigned: jon)
References
Details
(Whiteboard: [nov14] [login3])
Attachments
(2 files)
Repro:
1. Open https://welcome.mofostaging.net/event/start/
2. See console errors
3. Click create an event
4. Try to login
Log:
POST https://welcome.mofostaging.net/auth/verify 503 (Service Unavailable) white.min.js:4
Uncaught TypeError: Uncaught, unspecified "error" event. white.min.js:5
POST https://welcome.mofostaging.net/auth/verify 503 (Service Unavailable) white.min.js:4
Uncaught TypeError: Uncaught, unspecified "error" event. white.min.js:5
Uncaught TypeError: Cannot read property 'focus' of null white.min.js:8
POST https://welcome.mofostaging.net/auth/v2/uid-exists 503 (Service Unavailable)
Assignee | ||
Comment 1•10 years ago
|
||
Turns out I didn't update the config on heroku for the auth server. whooooops.
However, you are still unable to close the modal:
TypeError: f.querySelector(...) is null white.min.js:8
Assignee: nobody → jon
Status: NEW → ASSIGNED
Whiteboard: [nov14] [login3]
Assignee | ||
Comment 2•10 years ago
|
||
The problem was that the old login 2.0 modal was conflicting with the login 3.0 modal.
Attachment #8516862 -
Flags: review?(gavin)
Reporter | ||
Updated•10 years ago
|
Attachment #8516862 -
Flags: review?(gavin) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker-landing-pages
https://github.com/mozilla/webmaker-landing-pages/commit/c7764f94c8518863f4e143c0ceb777b15ddf176a
Fix bug 1093748 - Remove conflicting login 2.0 modal dialog
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•10 years ago
|
||
After logging in with Persona on staging the modal window doesn't close.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•10 years ago
|
||
I think this is https://github.com/mozilla/webmaker-login-ux/issues/50 in action. Doing a fix for that now
Comment 6•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker-landing-pages
https://github.com/mozilla/webmaker-landing-pages/commit/125a514bf675afe3e778739215bafff315590ee9
Bug 1093748 - Update to webmaker-login-ux v1.1.5
Assignee | ||
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•10 years ago
|
||
Sorry. Still having problems.
Safari log after trying to log in w. Persona:
Deprecated attempt to access property 'title' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'lang' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'translate' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'dir' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'tabIndex' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'draggable' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'webkitdropzone' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'hidden' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'accessKey' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'innerHTML' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'innerText' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'outerHTML' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'outerText' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'children' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'contentEditable' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'isContentEditable' on a non-HTMLElement object.
206878104.js:21Deprecated attempt to access property 'spellcheck' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'title' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'lang' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'translate' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'dir' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'tabIndex' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'draggable' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'webkitdropzone' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'hidden' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'accessKey' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'innerHTML' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'innerText' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'outerHTML' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'outerText' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'contentEditable' on a non-HTMLElement object.
206878104.js:16:689Deprecated attempt to set property 'spellcheck' on a non-HTMLElement object.
https://welcome.mofostaging.net/favicon.icoFailed to load resource: the server responded with a status of 404 (Not Found)
white.min.js:8:4746TypeError: null is not an object (evaluating 'f.querySelector('input[focus-on="login-uid"]').focus')
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8517667 -
Flags: review?(gavin)
Reporter | ||
Updated•10 years ago
|
Attachment #8517667 -
Flags: review?(gavin) → review+
Comment 9•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker-landing-pages
https://github.com/mozilla/webmaker-landing-pages/commit/8b3114dd1eb25fe826962c601d5b3d742afe222f
Bug 1093748 - Remove localStorage access
Assignee | ||
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•