HMR not reloading changes #933

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

Originally created by @justinyoo on 3/15/2017

Hi, Team.

Like #757 , I've been experiencing the same error. I'm using Vue.js + ASP.NET Core. Without ASP.NET Core, HMR works just fine. However, when I implement ASP.NET Core using this Microsoft.AspNetCore.SpaServices package, it shows the error.

Here's my screenshot (never mind the last two GET method errors, by the way):

image

You can reproduce the same error using these code samples:

  1. https://github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample/tree/master/src/VueJsAspNetCoreSample
  2. https://github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample/tree/master/src/VueJsSample

When you run the second sample code, only using VueJs, the HMR works just fine, while the first one, using VueJs on ASP.NET Core, it shows the error like the screenshot above.

*Originally created by @justinyoo on 3/15/2017* Hi, Team. Like #757 , I've been experiencing the same error. I'm using Vue.js + ASP.NET Core. Without ASP.NET Core, HMR works just fine. However, when I implement ASP.NET Core using this `Microsoft.AspNetCore.SpaServices` package, it shows the error. Here's my screenshot (never mind the last two `GET` method errors, by the way): ![image](https://cloud.githubusercontent.com/assets/1538528/23935056/cc113b70-099d-11e7-9f51-8d2843dae03c.png) You can reproduce the same error using these code samples: 1. https://github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample/tree/master/src/VueJsAspNetCoreSample 2. https://github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample/tree/master/src/VueJsSample When you run the second sample code, only using VueJs, the HMR works just fine, while the first one, using VueJs on ASP.NET Core, it shows the error like the screenshot above.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#933
No description provided.