vicalloy / outline-docker-compose

Install a self-hosted Outline wiki instance in a couple of minutes
BSD 3-Clause "New" or "Revised" License
770 stars 132 forks source link

身份验证失败 #65

Open 13381604271 opened 12 months ago

13381604271 commented 12 months ago

我按照readme中的教程部署完成,登录时遇到认证失败的报错,我很肯定我输入的账户密码是正确的,不知道有大佬遇到过这种情况吗?

image
Alvinst commented 11 months ago

(用英文,看能不能吸引更多人加入)

Does your Outline work on http? This is what happened on me:

  1. everything works on http.
  2. on https, everything works EXCEPT for authentication. Even if I login on browser on http and then restart server to https, everything still works until I log out and try to authenticate myself.
  3. Outline's debug mode is on, but all that I got was a one liner: "level":"error","message":"Error during authentication"}

After endless nights, I decided to stay on http for now...

xylon-y commented 11 months ago

试试不要关闭容器,再make install一次,然后看报错

yww0926 commented 10 months ago

试试不要关闭容器,再make install一次,然后看报错

我也遇到了楼主的问题,按照你的方法重新 make install一次就好了,感谢