Karol Sójko
Karol Sójko
+1 - having the same problem
@mind-overflow we are in the process of replacing Ruby based Syncing Server into a TS/JS based one. Withing the following days/weeks we should do the switch and put in a...
Did you by any chance set up your server keys in the env vars? Seems like something related to: https://github.com/standardnotes/server/issues/476#issuecomment-1471648548
anything in the logs?
Rails has a delayed logs buffer flush so `server is starting` is actually ok - give a moment and it should be up and running can you verify that?
@davterra you can find the new docs at: https://docs.standardnotes.org/self-hosting/getting-started/
New Relic is now disabled by default. Fixed by: https://github.com/standardnotes/server/commit/4ad1cccc33cb38f3531b9e1314f1c8535b451d49 The initial issue with SQS might be a duplicate of #471
Hi @mhellmeier , did you try to kill the existing containers and rebuild them? Maybe `docker-compose kill && docker-compose build` will help before starting the container again. Judging by the...
Maybe this could help: https://github.com/standardnotes/server/issues/532