Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HMR] Update check failed #813

Closed
HauntedSmores opened this issue Jul 20, 2017 · 9 comments
Closed

[HMR] Update check failed #813

HauntedSmores opened this issue Jul 20, 2017 · 9 comments

Comments

@HauntedSmores
Copy link

HauntedSmores commented Jul 20, 2017

[HMR] Update check failed: Error: Manifest request to /0ca55ad0f6c9c867e01c.hot-update.json timed out. at XMLHttpRequest.request.onreadystatechange (http://localhost:8080/app.js:39:22)

From what I can tell, this happened after running npm update. From looking at other github issues such as this one: webpack/webpack-dev-middleware#68

it seems like its an issue with the path config in webpack but this templates webpack config is almost too modularized so its hard to trace where its being set from.

EDIT: Found where the output path for the middleware is being set and traced the variable and it seems to be set properly. I also tried replacing my build and config folders with fresh ones from the repo. Still getting the issue.

@Piterden
Copy link

Have you tried rebuild?

@HauntedSmores
Copy link
Author

@Piterden Closing this. I fixed it by replacing the files in my build and config folders with the ones in the template repo. Something must have gotten messed up along my development path.

@HauntedSmores
Copy link
Author

@Piterden Okay that didnt actually work. Looks like the problem is intermittent. What did you mean by rebuild?

@piehei
Copy link

piehei commented Jul 24, 2017

I'm having the same issue.

@HauntedSmores
Copy link
Author

@Piterden npm rebuild didnt work unfortunately

@piehei
Copy link

piehei commented Jul 24, 2017

This #751 (comment) fixed the issue for me too.

@HauntedSmores
Copy link
Author

HauntedSmores commented Jul 25, 2017

@piehei Hey so thanks for finding that comment, that works for me too. I didnt realize webpack 3 was out, so when I ran npm-check-updates I upgraded.

Still curious about why we dont need those lines of code anymore

@wqjiao
Copy link

wqjiao commented Jan 7, 2019

What you solved this question?

[HMR] Update failed: Error: Manifest request to 169319f72cbe014b6608.hot-update.json failed.
at XMLHttpRequest.request.onreadystatechange (http://127.0.0.1:8081/app.js:50:22)

@wqjiao
Copy link

wqjiao commented Jan 7, 2019

@HauntedSmores What you solved this question?

[HMR] Update failed: Error: Manifest request to 169319f72cbe014b6608.hot-update.json failed.
at XMLHttpRequest.request.onreadystatechange (http://127.0.0.1:8081/app.js:50:22)****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants