You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as I change export default defineNuxtConfig({ bridge: false,
to export default defineNuxtConfig({ bridge: { typescript: true, nitro: false // If migration to Nitro is complete, set to true },
I get errors like ERROR in ./.nuxt/capi.plugin.mjs and no there is no capi: true line in my brdge config friendly-errors 4:57:37
Module parse failed: Identifier 'defineNuxtPlugin' has already been declared (2:94) and the server won't compile. my non ssr apps work correctly. Does anyone else have this issue with ssr enabled apps?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As soon as I change
export default defineNuxtConfig({ bridge: false,
to
export default defineNuxtConfig({ bridge: { typescript: true, nitro: false // If migration to Nitro is complete, set to true },
I get errors like ERROR in ./.nuxt/capi.plugin.mjs and no there is no capi: true line in my brdge config friendly-errors 4:57:37
Module parse failed: Identifier 'defineNuxtPlugin' has already been declared (2:94) and the server won't compile. my non ssr apps work correctly. Does anyone else have this issue with ssr enabled apps?
Beta Was this translation helpful? Give feedback.
All reactions