agateblue / tempo

Your personal diary and mood tracker
GNU Affero General Public License v3.0
106 stars 12 forks source link

Sync with CouchDB → 404 errors #10

Closed Chostakovitch closed 2 years ago

Chostakovitch commented 2 years ago

Hi,

First of all thanks for taking the time to thoroughly document that tool for others. It is already really useful to me.

The synchronization features started to throw errors, but I only realized it when try to force sync and saw a not found message. Here's a screenshot of what happens :

Maybe it's a problem on my side but I have no clue to debug it. Do you have any idea ?

Thanks and have a nice day.

agateblue commented 2 years ago

Hey there!

From the screenshot, it seems that the request is sent without the Database name in the URL (domain.tld//__revs_diff, DB name should be included between the //).

I just realize I probably didn't documented it anywhere but can you check that the CouchDB URL settings includes the database name? For instance https://couchdb/tempo if your DB name is Tempo.

Chostakovitch commented 2 years ago

Aaaaaand... that was that. I probably could have guess myself... Thanks a lot for your assistance. :)