Eric Pierce

Results 24 comments of Eric Pierce

Hey @joekerna, the new architecture only intends for the api-gateway container to be publicly accessible, and for it to talk to the auth and syncing-server containers internally. Assuming you have...

@joekerna would you provide the logs of the api-gateway, auth, and syncing-server containers when you try to login from the web ui? Also this may be simple but I have...

@joekerna it doesn't look like your database has updated as new tables like "roles" are missing - here's the old database schema vs the new one: ![image](https://user-images.githubusercontent.com/551464/126362983-586659ad-50fd-490b-921b-884213d8fe5c.png) Did you go...

@londbell thanks for the recommendation, I just switched over to LinearMouse as well and it appears not to have this reversing issue, and meets my needs - bonus that it...

@Ambroisie re-starting your container should resolve this, the container hasn't finished initializing the database.

Documentation is found on the standardnotes site: https://docs.standardnotes.com/self-hosting/getting-started/

@felixsanz The web-app and sync server are separate projects - https://github.com/standardnotes/app is the web app, and includes some docker instructions and a sample .env file. Agreed that documentation could be...