Open kamran-ashlarglobal opened 2 years ago
Same issue for me
Checking to see if any of the contributors know what's going on with this error.
It seems related to this line in module.js:
const options = Object.assign({}, defaults, this.options.stripe, moduleOptions)
@WilliamDASILVA
Has anyone found a solution to this error?
Bumping this. Same issue here with
"nuxt": "^3.4.1", "nuxt-stripe-module": "^3.2.0",
same issue here as well
"nuxt": "^3.6.5", "nuxt-stripe-module": "^3.2.0"
After digging into it, it seems the current package nuxt-stripe-module
does not support nuxt3.
This is related to https://github.com/WilliamDASILVA/nuxt-stripe-module/issues/45. As florenzo mentioned here https://github.com/WilliamDASILVA/nuxt-stripe-module/issues/45#issuecomment-1610402690, another package supporting nuxt3 was released and can be found here https://www.npmjs.com/package/nuxt3-stripe.
Following the quick setup there solves the error for me !
same issue here as well
Hi,
I am using nuxt 2.8.1. with spa mode After Installing the package and adding the following configuration nuxt.conf.js
I am getting this error. [nuxt-stripe-module] Cannot read properties of undefined (reading 'stripe')
Can anyone guide me on what I am doing wrong?
@WilliamDASILVA