Hello,
I setup local server on Linux machine(Debian) using WSL2 in my window machine. Its up and running. But when I connect it using Speckle Manager, it gives me error. I used github for authentication. I also used also normal login using email but in both cases, its giving me error for auth/token NOTFOUND error. Below are the logs. Can anyone help on this. I need to setup this server for other users. Can I expose it to specific URL and then try from other machine?
172.21.77.230 is IP address of my LINUX machine.
2024-10-28 16:11:06.248 -04:00 [DBG] Processed finished processing the access code
2024-10-28 16:11:06.249 -04:00 [INF] Local auth flow completed successfully within the timeout window. Access code is 13645187d429b115dff7654e7b06e33bc5b878d903
2024-10-28 16:11:06.249 -04:00 [DBG] Starting execution of http request to βhttp://172.21.77.230:8081/auth/tokenβ
2024-10-28 16:11:06.568 -04:00 [INF] Execution of http request to http://172.21.77.230//auth/token succeeded with βNotFoundβ after 0.3187967 seconds and 0 retries
2024-10-28 16:11:06.569 -04:00 [FTL] Failed to add account: Failed to create account from access code and challenge
Speckle.Core.Credentials.SpeckleAccountManagerException: Failed to create account from access code and challenge
β> Speckle.Core.Logging.SpeckleException: Failed to get authentication token from http://172.21.77.230:8081
β> Speckle.Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path ββ, line 0, position 0.
at Speckle.Newtonsoft.Json.JsonTextReader.ParseValue()
at Speckle.Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Speckle.Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Speckle.Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Speckle.Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Speckle.Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Speckle.Core.Credentials.AccountManager.GetToken(String accessCode, String challenge, String server)
β End of inner exception stack trace β
at Speckle.Core.Credentials.AccountManager.GetToken(String accessCode, String challenge, String server)
at Speckle.Core.Credentials.AccountManager.CreateAccount(String accessCode, String challenge, String server)
β End of inner exception stack trace β
at Speckle.Core.Credentials.AccountManager.CreateAccount(String accessCode, String challenge, String server)
at Speckle.Core.Credentials.AccountManager.AddAccount(String server)