Issue
- install nuxt 3
- install nuxt ionic
- then npm run build
- npm run preview
and I get error :
error caught during app initialization TypeError: Cannot read properties of undefined (reading 'beforeResolve')
Solution
This issue might be of help. https://github.com/nuxt-modules/ionic/issues/484
tldr: the bug was introduced in [email protected]
, adding the following to nuxt.config.ts fixes the issue
experimental:{
payloadExtraction: false
}
Answered By - Andreas Holmgaard
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.