mcndt / obsidian-quickshare

📝 An Obsidian plugin for sharing encrypted Markdown notes on the web. Zero configuration required.
MIT License
249 stars 9 forks source link

Bug - 404 error on shareNote #28

Closed jnes92 closed 1 year ago

jnes92 commented 1 year ago

Hey guys, looks like an awesome plugin, but its not working for me.

Error: Request failed, status 404
    at new t (app.js:1:710073)
    at Aw (app.js:1:710265)
    at app.js:1:710942
    at app.js:1:235505
    at Object.next (app.js:1:235610)
    at a (app.js:1:234349)

Inside Func shareNote I keep on getting inside the catch block .catch(this.handleSharingError); Title and body is looking good, seems like serverUrl is making some trouble?

Do you have any advice for me?

mcndt commented 1 year ago

Hey Jonas!

Thank you so much for bringing this to my attention. It looks like the note storage service was down, which is why you are receiving the 404.

I just rebooted it and it should be working!