Hi,
Sometimes, I get this errors, I don't know what's happening.
Here's the logs:
2022-07-20 09:49:20.0136 | WARN | Catlight.Service.Common.ApiErrorHandlingMiddleware | 23 | API ServiceException Catlight.Entities.ServerApi.ServiceException: Unauthorized. Request id: 0498eb756eb4 at Web.Services.CatlightServiceClient.EnsureResponseSuccess(HttpResponseMessage response, String requestId) in C:\build\1\_work\31\s\Desktop\LocalWeb\Services\CatlightServiceClient.cs:line 150 at Web.Services.CatlightServiceClient.ApiSend[T](HttpMethod method, String uri, Object body, CancellationToken cancellationToken) in C:\build\1\_work\31\s\Desktop\LocalWeb\Services\CatlightServiceClient.cs:line 90 at Web.Services.CatlightServiceClient.ApiPost[T](String uri, Object body, CancellationToken cancellationToken) in C:\build\1\_work\31\s\Desktop\LocalWeb\Services\CatlightServiceClient.cs:line 55 at Web.Services.CatlightServiceClient.ApiPost[T](String uri, Object body) in C:\build\1\_work\31\s\Desktop\LocalWeb\Services\CatlightServiceClient.cs:line 49 at Web.Services.CatlightTeamManager.DiscoverTeams() in C:\build\1\_work\31\s\Desktop\LocalWeb\Services\CatlightTeamManager.cs:line 34 at Web.Controllers.Api.TeamController.DiscoverTeams() in C:\build\1\_work\31\s\Desktop\LocalWeb\Controllers\Api\TeamController.cs:line 72 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope