Hello again,
I am having issues adding an account from a server I deployed. I have tried with other servers and it worked correctly, as well as trying with the legacy web app speckle.xyz and they all connected to the manager without issue. With this server and account, I am receiving the following error.
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://speckle-test
—> System.Net.Http.HttpRequestException: Policy Failed
at Speckle.Core.Helpers.SpeckleHttpClientHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
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)
I have even redeployed the server with the fresh code and I got the same error. What could be the issue?