401 Unauthorized - Sign in problem #612
-
I have cloned this project, and I wanted to connect with online servers of liches by changing the constants to : const kLichessWSHost = String.fromEnvironment( Everything is working, except SIGN IN. When I am trying to sign in I am, having this message on terminal: Any ideas how to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Someone correct me if I am wrong, but there is no fix and this is due to security measures on the server side. If you want to check features that need an account, either setup a local lila instance or change the constants to https://lichess.dev and wss://socket.lichess.dev. |
Beta Was this translation helpful? Give feedback.
Someone correct me if I am wrong, but there is no fix and this is due to security measures on the server side. If you want to check features that need an account, either setup a local lila instance or change the constants to https://lichess.dev and wss://socket.lichess.dev.