Closed
Bug 1073525
Opened 10 years ago
Closed 10 years ago
Error is displayed in the FxA login window after trying to log in with a valid account
Categories
(Cloud Services :: Server: Firefox Accounts, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: julian.mozbugs, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
35.14 KB,
image/png
|
Details |
Steps to reproduce:
1. Load MP-dev landing page https://marketplace-dev.allizom.org/
2. Click the Sign In link.
3. Enter valid account credentials and press the Sign in button.
Expected results:
The user is logged in with no issues.
Actual results:
An error on red background is displayed containing HTML code.
Notes/Issues:
Verified on FF35 (Win 7).
Attaching screenshot for this issue.
Updated•10 years ago
|
Component: Integration → Server: Firefox Accounts
Product: Marketplace → Mozilla Services
Target Milestone: 2014-09-30 → ---
Version: 1.4 → other
Comment 1•10 years ago
|
||
Danny, the fxa-auth-db-server is reporting an error about the patchLevel not being correct:
{"name":"db-api","hostname":"ip-10-36-1-182","pid":1135,"level":60,"op":"uncaughtException","err":"Error: dbIncorrectPatchLevel\n at /data/fxa-auth-db-server/db/mysql.js:101:19\n at tryCatch1 (/data/fxa-auth-db-server/node_modules/bluebird/js/main/util.js:63:19)\n at Promise$_callHandler [as _callHandler] (/data/fxa-auth-db-server/node_modules/bluebird/js/main/promise.js:695:13)\n at Promise$_settlePromiseFromHandler [as _settlePromiseFromHandler] (/data/fxa-auth-db-server/node_modules/bluebird/js/main/promise.js:711:18)\n at Promise$_settlePromiseAt [as _settlePromiseAt] (/data/fxa-auth-db-server/node_modules/bluebird/js/main/promise.js:868:14)\n at Promise$_settlePromises [as _settlePromises] (/data/fxa-auth-db-server/node_modules/bluebird/js/main/promise.js:1006:14)\n at Async$_consumeFunctionBuffer [as _consumeFunctionBuffer] (/data/fxa-auth-db-server/node_modules/bluebird/js/main/async.js:74:12)\n at Async$consumeFunctionBuffer (/data/fxa-auth-db-server/node_modules/bluebird/js/main/async.js:37:14)\n at process._tickCallback (node.js:419:13)","msg":"","time":"2014-09-26T12:52:28.195Z","v":0}
Flags: needinfo?(dcoates)
Comment 2•10 years ago
|
||
My feeble attempt to debug this with :ckolos
https://github.com/mozilla/fxa-auth-db-server/issues/87
Comment 3•10 years ago
|
||
I was able to manually apply the schema change, and the stable server seems to be working again, but we seem to have a bug as described in https://github.com/mozilla/fxa-auth-db-server/issues/87
Iulian, can you please verify?
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(iulian.timis)
Resolution: --- → FIXED
Reporter | ||
Comment 5•10 years ago
|
||
I can no longer reproduce this issue either.
Flags: needinfo?(iulian.timis)
Updated•10 years ago
|
Flags: needinfo?(dcoates)
You need to log in
before you can comment on or make changes to this bug.
Description
•