Self-hosted LiveSync (ex:Obsidian-livesync) released

Double checked the connection to the database, URI, username, password, database name and all he same. I hosted my couchdb behind the caddy, CORS sets to enabled with “*” or “app://obsidian.md,capacitor://localhost,http://localhost” still acts the same. If the CORS is set to disabled then each peer cannot connect to the database. Since the first time android app could download all the notes, I think it may not be the issue of CORS. I will try to capture network packets on the database and see if anything goes wrong.

I found two files under my couchdb docker:

  • /couchdb/data/shards/00000000-7fffffff/obsidian.1638094448.couch
  • /couchdb/data/shards/80000000-ffffffff/obsidian.1638094448.couch

Would this mean I have two vault to sync with mobile and laptop app separately?