Closed Bug 928669 Opened 11 years ago Closed 11 years ago

Weird login behaviours in profile

Categories

(Webmaker Graveyard :: Profile, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: brett, Assigned: jon)

Details

(Whiteboard: mozfest)

My other user, "etherworks.mywebmaker.org", cannot log in at all and had hackable tiles and gifs deleted.

Clicking login button has no effect.
My crash for etherworks.mywebmaker.org is here:

 f.render = function(e) {
        var t = this, n = t.fetchOrder() || [], i = [];
        n.length && (n.forEach(function(t) {
            i.push(u.find(e, {id: t}))
        }), e = i), t.addUserInfo(), e.forEach(function(e) {  // <---- e is undefined
            "popcorn" === e.type || "thimble" === e.type ? t.addStaticTile(e) : "hackable" === e.type && t.addHackableTile(e)
        })
These have all been solved by ensuring login/makeAPI versions are the same. Nice work!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.