Closed
Bug 1097409
Opened 11 years ago
Closed 11 years ago
FxA Migration popup doesn't work locally or in the real packaged app
Categories
(Marketplace Graveyard :: Code Quality, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-11-18
People
(Reporter: cvan, Assigned: cvan)
References
()
Details
Attachments
(1 file)
|
492.29 KB,
image/png
|
Details |
1. Load Marketplace locally
2. Edit your `settings_local.js` accordingly:
> define('settings_local', [], function() {
> return {
> api_url: 'https://marketplace.firefox.com',
> media_url: 'https://marketplace.cdn.mozilla.net/media/'
> };
> });
3. Click "Sign In" in the header
4. Notice the FxA popup loads but is stuck on the splash screen
5. Notice in the Console/Network tab there is a 404 for `fxa.css`
| Assignee | ||
Updated•11 years ago
|
Summary: FxA popup doesn't work locally → FxA popup doesn't work locally or in the real packaged app
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
(Ignore comment 1.)
PR: https://github.com/mozilla/fireplace/pull/789
Summary: FxA popup doesn't work locally or in the real packaged app → FxA Migration popup doesn't work locally or in the real packaged app
| Assignee | ||
Comment 3•11 years ago
|
||
Merged:
https://github.com/mozilla/fireplace/pull/789
https://github.com/mozilla/fireplace/commit/a0ba8736
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•11 years ago
|
||
QA: This is a patch for local developers, but please make sure that the FxA migration popup still works as expected on -dev/stage. Thanks!
Assignee: nobody → cvan
Target Milestone: --- → 2014-11-18
You need to log in
before you can comment on or make changes to this bug.
Description
•