Platform is C# Blazor .net core:
When requesting authorization for a RestClient an exception occurs from System.Text.Json.JsonException "A possible object cycle was detected."
I created a winform app and it works great but when implementation is in Blazor project the above exception occurs.
TIA,
Richard