An unhandled exception occurred while processing the request #466

Closed
opened 2025-08-09 17:16:24 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @chamikasandamal on 8/29/2017

I'm using dotnet core sdk 2.0 SPA template for angular. when running the application, i can see following error. This issue is there when it running through visual studio 2017 as well as when it published to azure.
But when i switch off the pre-rendering by removing asp-prerender-module="xxx", it is working fine.

WinHttpException: The connection with the server was terminated abnormally
Unknown location

IOException: The read operation failed, see inner exception.
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

HttpRequestException: Error while copying content to a stream.
System.Net.Http.HttpContent+<LoadIntoBufferAsyncCore>d__48.MoveNext()

Note: I'm using organizational account authentication

*Originally created by @chamikasandamal on 8/29/2017* I'm using dotnet core sdk 2.0 SPA template for angular. when running the application, i can see following error. This issue is there when it running through visual studio 2017 as well as when it published to azure. But when i switch off the pre-rendering by removing `asp-prerender-module="xxx"`, it is working fine. ``` WinHttpException: The connection with the server was terminated abnormally Unknown location IOException: The read operation failed, see inner exception. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() HttpRequestException: Error while copying content to a stream. System.Net.Http.HttpContent+<LoadIntoBufferAsyncCore>d__48.MoveNext() ``` Note: I'm using organizational account authentication
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#466
No description provided.