question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[HMR] Update check failed

See original GitHub issue

[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: https://github.com/webpack/webpack-dev-middleware/issues/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.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9

github_iconTop GitHub Comments

1reaction
wqjiaocommented, 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)****

0reactions
wqjiaocommented, 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)

Read more comments on GitHub >

github_iconTop Results From Across the Web

[HMR] Update check failed: SyntaxError: Unexpected token
The HMR module is trying to look for an update JSON manifest, and when there's none available, your server should be returning a...
Read more >
Webpack Dev Server: [HMR] Update failed: Error: Failed to ...
It occurs after I make a save after a file change. [HMR] Update failed: Error: Failed to fetch update manifest Internal Server Error....
Read more >
Webpack: Hmr Update Check Failed Error: Manifest Request To
A check does an HTTP request to the update manifest.When this request fails there is no update available.Otherwise the list of updated chunks...
Read more >
Hot Module Replacement - webpack
A check makes an HTTP request to the update manifest. If this request fails, there is no update available. If it succeeds, the...
Read more >
Hot module replacement with webpack - doc_webpack
Either way, the changed module is sent to the HMR runtime which then tries to apply the hot update. First it checks whether...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found