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
Issue is also mentioned here (ankicommunity/ankicommunity-sync-server#13) als closed, but it seams not closed for the docker container. So please update the docker container to be able to use it with the current version of AnkiDroid.
Summary
I tried to setup the sync server but I got the error message "Your client is using unsupported sync protocol (10, supported version: 9)" in AnkiDroid (current version) after using the comands from here (https://github.com/ankicommunity/anki-devops-services?tab=readme-ov-file) )to create a user.
Issue is also mentioned here (ankicommunity/ankicommunity-sync-server#13) als closed, but it seams not closed for the docker container. So please update the docker container to be able to use it with the current version of AnkiDroid.
docker compose:
`version: "3"
services:
anki-container:
image: kuklinistvan/anki-sync-server:latest
container_name: Anki
ports:
- 27701:27701
volumes:
- /volume1/docker/anki/data:/app/data
restart: always
volumes:
data:`
The text was updated successfully, but these errors were encountered: