Open
Description
π 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.vue
in 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)
Activity