Closed vladikoff closed 9 years ago
Should be fixed via https://bugzilla.mozilla.org/show_bug.cgi?id=1182740
I wonder if it's trying to talk to production OAuth for the profile stuff, and we need to add additional config options into local profile customizations.
Yep, I think we need to set identity.fxaccounts.remote.oauth.uri
and identity.fxaccounts.remote.profile.uri
prefs to make this work. (Or actually get around to doing that service-discovery thing so that firefox can pick all of that up automatically)
(Or actually get around to doing that service-discovery thing so that firefox can pick all of that up automatically)
Another reason for service discovery!
That fixed it! Thank you Ryan!!
Using a local server wuth
FIREFOX_BIN=/Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin npm start
This seems fine in "stable" Firefox.
@rfk any ideas what this could be?