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. 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:[email protected]] 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 > [email protected] > https://mail.mozilla.org/listinfo/sync-dev _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

