Fetch handler error: fetch failed
After upgrading Nuxt from
Note that I am running Nuxt behind a reverse proxy for local development, and loading
My Vite server config looks like this
I tried disabling HMR with
3.18.0 to 3.19.3, the site won't load and shows the error in the screenshot. This error shows in the console:Note that I am running Nuxt behind a reverse proxy for local development, and loading
localhost:3000 works correctly. I can't see anything in the release changelog that would indicate what the issue is.My Vite server config looks like this
I tried disabling HMR with
hmr: false, as well as removing the config entirely to see if it would fix it, but the issue persists
