mdouchement / standardfile

Yet Another Standardfile (standardnotes server) Implementation written in Golang
MIT License
79 stars 9 forks source link

Setup without docker is broken #53

Closed cherya closed 2 years ago

cherya commented 3 years ago

Tried to run server without docker (with nginx-unit go setup) and it's not working, I can't figure out why now

Got 401 on every register/login attempts with response

{"error":{"message":"Invalid login credentials.","tag":"invalid-auth"}}

Docker setup running perfect on same machine with same ingress nginx. Maybe im missing some envs or something?

mdouchement commented 3 years ago

The version 0.6.4 server use a YAML config file:

Do the two instances share the same standardfile.yml? I have no issue on my computer with this version.

cherya commented 3 years ago

yes, same standardfile.yml I'll try to give more detailed steps to reproduce this weekend