Cannot read properties of undefined (reading 'nuxt2Context')
I'm trying to enable nuxt bridge on my app. I have:
- Nuxt 2.18.1
- Vue 2.7.16
I've installed bridge and configured it like this:
But now when I launch
What is wrong How can I debug it and fix it?
- Nuxt 2.18.1
- Vue 2.7.16
I've installed bridge and configured it like this:
But now when I launch
npm run dev then I get this error:What is wrong How can I debug it and fix it?
