Norel
Results
2
comments of
Norel
I have the exact same problem except I can't reproduce the bug in a local project (dev or prod), only when deployed to a distant server.
It turns out that using `node 18` is problematic when using nuxt fetch (https://github.com/nuxt/nuxt/issues/12552). Upgrading to `node 20` fixed the issue for me. Stackblitz is probably using node 18 too.