anyproto / anytype-kotlin

Official Anytype client for Android
https://anytype.io
Other
458 stars 42 forks source link

Broken synchronization on Android app in Self-hosted mode #1306

Open Onefabis opened 1 week ago

Onefabis commented 1 week ago

Have you read a contributing guide?

Current Behavior

Android app doesn't want to sync with self-hosted setup. Whereas PC version works fine with the same server. I've checked PC with local storage deletion, so when I launch PC Anytype with empty local storage it synchronize data from server. Android app is constantly on "Prepare" status without any updates. If I made small changes on PC Anytype, close it after "Sync" green icon appeared, and open Android Anytype it doesn't update at all, waiting forever with "Prepare" status. It only updated when I launch PC Anytype.

Expected Behavior

Android should sync from server in the same stable way as on PC version

Steps To Reproduce

  1. Install and launch docker sync for the self-hosted mode https://github.com/anyproto/any-sync-dockercompose
  2. Install latest PC Anytype (0.41.1)
  3. Install latest Android Anytype (0.30.17)
  4. Launch PC version, make some notes and wait for sync updated status
  5. Close PC version
  6. Open Android version
  7. Wait forever...

Environment

- OS: Android 14
- Version:0.30.17

Anything else?

No response