Adrian,

I'm using Firefox for windows (just updated to to 47.0.1). I'm pretty sure I 
checked the Firefox console before and there were no errors, but I've double 
checked it and now the following message is displayed when trying to load the 
sign-up form:

19:09:35.213 Firefox Account Error: Failed to get the signed in user: Error: 
Firefox Accounts server must use HTTPS
1 aboutaccounts.js:33:3

So it's pretty clear what's going on. Now I'm dealing with certificates 
configuration in order to run the components using TLS.

Thank you for your assistance and sorry for the confussion,

Guillermo

De: Adrian Aichner [mailto:adrian.aich...@gmail.com]
Enviado el: 31 July 2016 15:07
Para: Guillermo López Alejos
CC: sync-dev@mozilla.org; Edouard Oger
Asunto: Re: Grey page when trying to create an account in a custom server



On Sun, Jul 31, 2016 at 11:35 AM, Guillermo López Alejos 
<guille...@lopezalejos.es<mailto:guille...@lopezalejos.es>> wrote:
Hi Edouard,

Thanks for your prompt response.

Where should I define the "webchannel.allowObject.urlWhitelist" parameter? In 
my browser's about:config? I've tried setting it to 
"http://firefoxsync.ewlan.es:3030/signup?service=sync&context=fx_desktop_v3"; in 
the browser's about:config page but it didn't seem to have any effect.

Hi Guillermo, which platform are you on?
Be aware of this bug in nightly firefox for android:

https://bugzilla.mozilla.org/show_bug.cgi?id=1287884
and the duplicate bug I submitted.

Adrian

I've digged a little bit in the Javascript code involved in the client side. 
The "Get started" button in the "about:account" page invokes the "getStarted" 
function in aboutaccounts.js, which, in turn, invokes the "show" function with 
a single literal string parameter "remote". The display attribute of the 
element with id="remote" is set to "block", and then nothing else happens. 
There is not even activity in the network tab.

Any other ideas?

Thanks,

Guillermo

-----Mensaje original-----
De: Edouard Oger [mailto:eo...@fastmail.com<mailto:eo...@fastmail.com>]
Enviado el: 31 July 2016 10:56
Para: Guillermo López Alejos
Asunto: Re: Grey page when trying to create an account in a custom server

Hi Guillermo,

Have you tried adding your account server url to the 
webchannel.allowObject.urlWhitelist pref?

On Sun, Jul 31, 2016, at 01:51 AM, Guillermo López Alejos wrote:
> Hi!
>
> I'm setting up a Firefox Sync and Account servers at home for personal
> use. All the components seem to be running, but when I open the "Sync"
> options in my Firefox browser I get a grey page and no activity is
> visible in server logs.
>
> I've set the following configuration parameters in my Firefox
> about:config:
> * identity.sync.tokenserver.uri
> * identity.fxaccounts.auth.uri
> * identity.fxaccounts.remote.signin.uri
> * identity.fxaccounts.remote.signup.uri
> * identity.fxaccounts.remote.force_auth.uri
> * identity.fxaccounts.settings.uri.
>
> I have also updated several configuration parameters in the different
> server components in order to define a proper public URL for all of them.
>
> One of the configuration steps that might be missing, though, is the
> integration of the sync server with the auth server. I'm not sure how
> to achieve this since this step is in the TODO list in the documentation...
>
> Any advise on how to diagnose this grey page situation?
>
> Thanks in advance,
>
> ---
> Guillermo
>
> _______________________________________________
> Sync-dev mailing list
> Sync-dev@mozilla.org<mailto:Sync-dev@mozilla.org>
> https://mail.mozilla.org/listinfo/sync-dev
_______________________________________________
Sync-dev mailing list
Sync-dev@mozilla.org<mailto:Sync-dev@mozilla.org>
https://mail.mozilla.org/listinfo/sync-dev

_______________________________________________
Sync-dev mailing list
Sync-dev@mozilla.org
https://mail.mozilla.org/listinfo/sync-dev

Reply via email to