HMR Error When Running From CLI #788

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

Originally created by @jkruer01 on 5/2/2017

If I run my application from Visual Studio by clicking on the green arrow, it launches on port 60186 and everything works fine.

However, if I launch the application from the cli using
dotnet run

I get errors in Chrome's debugger that state "EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection."

How can I fix these errors when running from the CLI?

*Originally created by @jkruer01 on 5/2/2017* If I run my application from Visual Studio by clicking on the green arrow, it launches on port 60186 and everything works fine. However, if I launch the application from the cli using `dotnet run` I get errors in Chrome's debugger that state "EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection." How can I fix these errors when running from the CLI?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#788
No description provided.