responsively-app icon indicating copy to clipboard operation
responsively-app copied to clipboard

Nuxt app updates / reload fails

Open dotnetshadow opened this issue 4 years ago • 3 comments
trafficstars

🐞 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

  1. Create a nuxt app, npx create-nuxt-app <project-name> https://nuxtjs.org/docs/2.x/get-started/installation
  2. Run npm run dev
  3. Load up the app in Responsively
  4. Edit one of the index.vue in pages
  5. 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

image


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)

dotnetshadow avatar Jul 16 '21 02:07 dotnetshadow

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 priority support for all financial contributors. Don't forget to add priority label 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

jonatandorozco avatar Nov 10 '21 17:11 jonatandorozco

Getting this too :(

I don't think Nuxt dev server can handle multiple requests at once...

lopugit avatar Nov 29 '23 21:11 lopugit