mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.86k stars 142 forks source link

Setting up Sync redirects to account settings on Android 94 #288

Open nroach44 opened 2 years ago

nroach44 commented 2 years ago

This was working perfectly fine but I needed to clear Firefox's data to debug an issue.

When attempting to setup the custom sync server with the URL, regardless of the URL itself, it takes me through the login process and then dumps me on the account setup page.

I've updated the sync server to 1.9.1.

The sync server is behind an apache2 reverse proxy. The SSL cert is trusted by both the system and user stores on Android. All requests are proxied straight through to the syncserver.

This setup works fine for desktop clients, and was working (AFAICT) on Android prior to clearing app data.

I've tried removing each part of the URL, to no avail:

I can see it making a request to /.well-known/fxa-client-configuration, which simply returns 0.

I'm going a bit mental trying to get this working again, so any help is appreciated!

Yersi88 commented 1 year ago

Hi, +1

Same issue on android. I just set up sync server today, and it's working on desktop, but on android it won't work no matter the URL.

SSL cart working through Cloudflare tunnel. https://firefoxsync.poop.com/token/1.0/sync/1.5 Works fine on desktop but androind no luck.