My Nuxt application is throwing the following error in the console:
GET http://localhost:3000/_nuxt/manifest.e8b5c21c.json 404 (Not Found)
manifest.e8b5c21c.json:1 Manifest: Line: 1, column: 1, Syntax error.
Furthermore, the application keeps serving versions of pages and components that no longer exist. I can't even find any evidence of these versions, yet somehow they (and their bugs) are being rendered in the application.
I have tried all of the following:
- Closing the browser tab and reopening it.
- Restarting the Nuxt server (I'm running it through
npm run dev). - Deleting
.nuxt/components. - Deleting a stray
distfolder. - Deleting the entire
.nuxtfolder.
I'm completely stumped, and this is stopping my development cold. What is the problem, and how do I resolve it?