<img width="1710" height="395" alt="Image" src="https://github.com/user-attachments/assets/9ebfdf04-bd2a-4616-be85-b028dca934e8" /> There was a [breaking change](https://learn.microsoft.com/en-us/dotnet/core/compatibility/networking/10.0/default-http-streaming) in Dot Net 10. One fix is to add this line to your csproj file under PropertyGroup: ` <WasmEnableStreamingResponse>false</WasmEnableStreamingResponse> ` 馃槉
There was a breaking change in Dot Net 10.
One fix is to add this line to your csproj file under PropertyGroup:
<WasmEnableStreamingResponse>false</WasmEnableStreamingResponse>馃槉