vrtmrz / obsidian-livesync

MIT License
4.69k stars 151 forks source link

no sync when couchdb sits behind a /location #404

Open diogo-aos opened 5 months ago

diogo-aos commented 5 months ago

I've setup a CouchDB instance on my home server. This instance is being exposed externally through a Tailscale Funnel on a specific location, e.g. https://my.tailscale.net/obsidian.

obsidian-livesync connects fine to the server and the checks pass, but syncs are simply not happening. When it's exposed without a location, e.g. https://my.tailscale.net (no /obsidian), the sync works fine.

Any ideas why this might be happening? My guess is that obsidian-livesync might be trying to access some location without considering the provided path /obsidian.

vrtmrz commented 4 months ago

Thank you for opening the issue. And sorry for being late so much.

However, I am still wondering what has been happening. I assume that when accessing the specific location (https://my.tailscale.net/obsidian.), Obsidian could raise an error.

Would you mind If I ask you to check the network pane of the DevTools? What we have to check is here: What should we capture?