You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: