-
Notifications
You must be signed in to change notification settings - Fork 154
Description
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:
- https://ffsync.domain/token/1.0/sync/1.5
- https://ffsync.domain/token/1.0/sync/
- https://ffsync.domain/token/1.0/
- https://ffsync.domain/token/
- https://ffsync.domain/
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!