Eric Pierce
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:  Did you go...
I have this same issue
@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...
I just created pull request #41 to resolve
With pull request #41 merged this should be resolved.
@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...