dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Home Page:https://asp.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor SSR stream rendering not working when i deploy to nginx server on linux

sardar97 opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

when I run the app on localhost stream rendering works fine with ssr rendering but when I deploy it to nginx server on linux
it is not Working !.

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

.net v8.0.204

Anything else?

No response

@sardar97 thanks for contacting us.

Check that you are not buffering the response on nginx. If the server buffers the response before sending it back it will prevent streaming rendering from having an effect.

Hi @sardar97. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.