-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /.well-known/fxa-client-configuration HTTP/1.1" 404 #267
Comments
This URL is served by the Firefox Account server; if you want to self-host the account server as well as syncserver it is unfortunately a much more complex process, ref https://moz-services-docs.readthedocs.io/en/latest/howtos/run-fxa.html |
It seems I can self-host syncserver and use Account Server hosted by Mozilla? How should I configure Firefox for this?
|
Yes, this is also possible. What Firefox are you setting up? (Desktop, Android, iOS..?) On Desktop, you should be able to make this work by leaving the |
Great! I see HTTP-200 in Ngninx logs. The server is correctly set-up except I have modified the incorrect config in Firefox. May I know how to modify the config for Android Firefox as well? |
Btw is data in LockWise synced to this self-hosted server? |
Helo there. I am setting up syncserver with a reverse-proxy.
docker-compose.yml
nginx sites
Visiting from web browser:
https://mozillasyncserver.myserver.com/
gives "it works!"https://mozillasyncserver.myserver.com/.well-known/fxa-client-configuration
gives "0"However, clicking "Sign in to Sync" in Firefox, this line is shown in Nginx log:
[21/Dec/2020:07:09:07 +0000] "GET /.well-known/fxa-client-configuration HTTP/1.1" 404 1 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0"
May anyone please help? Thanks.
The text was updated successfully, but these errors were encountered: