responsively-app
responsively-app copied to clipboard
Nuxt app updates / reload fails
🐞 bug report
✍️ Description
I created a nuxt app, edit a file but the changes are reflected in the view. I need to manually refresh the page to see the changes
🕵🏼♂️ Is this a regression?
Not sure
🔬 Minimal Reproduction
- Create a nuxt app,
npx create-nuxt-app <project-name>https://nuxtjs.org/docs/2.x/get-started/installation - Run
npm run dev - Load up the app in Responsively
- Edit one of the
index.vuein pages - The page doesn't refresh
🌍 Your Environment
Version: 0.17.0
Electron: 9.3.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19043
🔥 Exception or Error or Screenshot

process-update.js?e135:147 [HMR] Update check failed: Error: Manifest request to /_nuxt/1f072de250ff2bef3e42.hot-update.json timed out.
at XMLHttpRequest.request.onreadystatechange (http://localhost:3000/_nuxt/runtime.js:92:16)
runtime.js:92 Uncaught (in promise) Error: Manifest request to /_nuxt/1f072de250ff2bef3e42.hot-update.json timed out.
at XMLHttpRequest.request.onreadystatechange (runtime.js:92)
Hey @dotnetshadow :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Have you seen our Open Collective page? Please consider contributing financially to our project. This will help us involve more contributors and get to issues like yours faster.
https://opencollective.com/responsively
We offer
prioritysupport for all financial contributors. Don't forget to addprioritylabel once you become one! :smile:
Same on:
Version: 0.17.0 Electron: 9.3.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Windows_NT x64 10.0.22000
Getting this too :(
I don't think Nuxt dev server can handle multiple requests at once...