Failed to fetch Error on the web app
I can connect to my server if I use the self-hosted version of the app but if I use the standard web app (app.standardnotes.com) or your desktop app, I am getting 'failed to fetch` errors.
These are the errors I am seeing on the browser console.
How to fix these?
I was getting this error too on the desktop app and was able to resolve it by loading the SSL certificate authority to my system.
It is worth noting that I created a custom certificate authority, and custom SSL certificates with it. In my case, I do not expect that the web app hosted on app.standardnotes.com will work with my self-hosted server. It is pretty easy to self host the web app too within the same docker compose.
It all depends on how you are creating your SSL certificates.
It is also worth noting that I am getting the same error on the android app, but I have not been able to resolve that in the same way.