Hello
I am trying to do experiment with Blazor with the pre installed template of Home, Counter and Fetch Data
when I ran the client project, Home and counter section rans successfully but the Fetch Data has the following exception
- Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
- Unhandled exception rendering component: The provided ContentType is not supported; the supported types are 'application/json' and the structured syntax suffix 'application/+json'
Running server app have no issue, I tried running both server and client simultaneously but the client webassembly have the above exception
Can anyone help me out from the issue