Mo

Results 247 comments of Mo

Note that registrations made during the time the regression was live (I believe it was only the web app, for only a couple days) were made to our server, and...

Sounds like there are migrations that haven't run yet. I'd try starting the setup process over again to ensure you didn't miss any steps.

Android has issues with self-signed certificates if I recall correctly. Try accessing your endpoint via your Android web browser and see what it reports.

Seems right. If it's working in your Android web browser (with https://) then it should work in the app. I would log on the server side to see what error...

Registration + syncing works on Android, but signing into existing account doesn't? Can you sign into an account on desktop that was registered on Android?

Hmm so our (latest) production app hits this endpoint when you try to sign in: https://notesync.trom.tf/v1/[email protected]&api=20200115 This returns a 404 for your server, but not for ours. Could you try...

I believe Android has issues with self-signed certificates. I recall these not ever having worked for Android.

@karolsojko what should users put for VERSION env var (and can this var auto-assume a value if not provided)? @Rastaman3 in any case the current value we are using here...

Currently SNS and SQS are used for inter-service communication, but mostly for payment processing stuff not related to self-hosting. It's actually quite involved to get SNS setup, and you'd need...

@jackyzy823 thanks for creating these instructions, made [my job](https://blog.standardnotes.com/33144/self-hosting-the-new-extension-less-architecture) easier 😄 Instructions added here: https://docs.standardnotes.com/self-hosting/subscriptions You don't need to go the offline repo route. That's only if you're not using...