NuxtN
Nuxt3y ago
Mole

How to debug missing `vue/server-renderer` in bundle?

I am seeing the below error when requesting any path on production (debian):
[nuxt] [request error] [unhandled] [500] Cannot find module '/<redacted>/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /<redacted>/.output/server/chunks/handlers/renderer.mjs


The vue/server-renderer is not being properly included in bundled output. This reproduces steadily on the one server and I am yet to reproduce anywhere else.

Major dependency that may cause the issue is nuxt-seo-kit.
I am not asking to debug the issue for me, rather for an idea why server-renderer may be missing.

Question is: How to debug missing vue/server-renderer in bundle?
Was this page helpful?