You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @sungam3r, the link help me and I was able to resolve the problem, this is what I did:
services.AddScoped(opt => new GraphQLClient("https://localhost:5001/graphql",
new GraphQLClientOptions {HttpMessageHandler = new WebAssemblyHttpMessageHandler()}));
I'm using Blazor with the following versions:
But when I try to execute the example of the readme I got the following error:
Could you help me?
The text was updated successfully, but these errors were encountered: