Closed jnslmk closed 5 years ago
Does the sync URL field contain /sync/
? It shouldn't, as AnkiDroid appends sync/
on its own. Otherwise, looking at ankisyncd and nginx logs might help.
Thank you! Yes, the URL field ended with /sync
. Removing it solved the problem. It also showed in the nginx logs
Anki Desktop 2.1.14 AnkiDroid 2.8.4
I am using anki sync server behind a NGINX reverse proxy. My setup works with the Anki desktop client with the SyncRedirector Add-on and the following URLs defined:
It also works via local network with the IP configured directly:
However, I tried both variants with and without a trailing slash at the end of the URL and get the following error with all configurations:
Accessing http://ankisync.my-domain.org/ via mobile web browser displays
Anki Sync Server
correctly.I'd be grateful for hints on how to debug this issue further.