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
I use "Toolbelt.Blazor.HeadElement.ServerPrerendering" error:
An unhandled exception occurred while processing the request.
ObjectDisposedException: Cannot access a closed Stream.
System.IO.MemoryStream.Seek(long offset, SeekOrigin loc)
Stack Query Cookies Headers Routing
ObjectDisposedException: Cannot access a closed Stream.
System.IO.MemoryStream.Seek(long offset, SeekOrigin loc)
Toolbelt.Blazor.HeadElement.Middlewares.HeadElementServerPrerenderingMiddleware.InvokeAsync(HttpContext context, IHeadElementHelperStore store)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.MigrationsEndPointMiddleware.Invoke(HttpContext context)
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
Hope the author helps to fix this error! Thanks,
The text was updated successfully, but these errors were encountered:
doanhquang2005
changed the title
ObjectDisposedException: Cannot access a closed Stream.
ObjectDisposedException: Cannot access a closed Stream
Jun 27, 2021
@doanhquang2005 I could not reproduce your issue yet.
Could you attach all files of a sample project which can reproduce that issue as a single zip package to this thread?
I use "Toolbelt.Blazor.HeadElement.ServerPrerendering" error:
An unhandled exception occurred while processing the request.
ObjectDisposedException: Cannot access a closed Stream.
System.IO.MemoryStream.Seek(long offset, SeekOrigin loc)
Stack Query Cookies Headers Routing
ObjectDisposedException: Cannot access a closed Stream.
System.IO.MemoryStream.Seek(long offset, SeekOrigin loc)
Toolbelt.Blazor.HeadElement.Middlewares.HeadElementServerPrerenderingMiddleware.InvokeAsync(HttpContext context, IHeadElementHelperStore store)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.MigrationsEndPointMiddleware.Invoke(HttpContext context)
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
Hope the author helps to fix this error! Thanks,
The text was updated successfully, but these errors were encountered: