01-11-2018, 04:41 PM
(This post was last modified: 01-11-2018, 04:42 PM by @#ktk@#.
Edit Reason: command error
)
(01-11-2018, 11:11 AM)Lucydlynx Wrote: Hi guys,If you already ran gekko:
I'v just installled gekko on a server following the docs on the wiki
Everything is running fine and the nginx server with the ssl auth is working
I havent any clu of where the error could come from
Thanks for the help
LL
delete any sqlite database.. they often get clottered and return a 500 error.
If not, verify your install with:
git pull && npm update
I had somehow a missing lib and it solved it to me.
Good luck