[nuxt] Cannot load payload /_payload.json
I just created a brand new Nuxt project using
I am getting the following error in my browser's console:
Why is Nuxt is trying to load a non-existent JSON file? Did I find a bug already?
npx nuxi@latest init. I set up routing by adding <NuxtPage /> to app.vue and creating pages/index.vue. Then I made a static export using npm run generate and finally I serve it using npx serve .output/public.I am getting the following error in my browser's console:
Why is Nuxt is trying to load a non-existent JSON file? Did I find a bug already?