-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I'm using Obsidian v1.11.5 (Installer 1.11.5)
Wondering if there's a problem with the latest version of Obsidian + the Share Note plugin?
I've built and rebuilt the Docker container multiple times, I'm sure it's running properly and HTTPS is working, verified with the https://notesx.my.server/v1/ping endpoint.
I've cleared the vars in my data.json and am able to successfully register an account and the callback seems to work and set a uid and apiKey
No matter what I try, I get an error "There was an error uploading the note, please try again." (screenshot below) when trying to share a note. Even a simple short note with no attachments or images. There is nothing in the docker logs, so quite difficult to troubleshoot what could be wrong. The Obsidian console just shows this:
When I examine the docker container, I do see files getting created in /notesx/userfiles/files
The database at /notesx/db/database.db is also receiving writes, and I traced the HTTP traffic using Proxyman and see "SUCCESS" results from the POSTs.
I've also tried using the public server, with the same results.