You need the stripe account, as it's communicating with stripe. You need to enter your stripe keys in .env. Why wait to get a stripe account? You develop with it in test mode.
Spark 6.0.3 fresh instalation - register views error
Hi, I just install the new laravel spark 6.0.3 package. now when i'm going to the /register page i getting a lot of errors. It's seem that it related to stripe. Currently i dont have a stripe account due to the fact that i want to build the application first . in the 5.0.0. i didn't add this problem.
Please help!
Error message from console:
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Error in data(): "IntegrationError: Please call Stripe() with your publishable key. You used an empty string."
found in
--->
app.js?id=364c25b2b3e35b3c0b63:58077 Error: Please call Stripe() with your publishable key. You used an empty string. at new t ((index):1) at new e ((index):1) at ti ((index):1) at VueComponent.data (app.js?id=364c25b2b3e35b3c0b63:69864) at VueComponent.mergedDataFn (app.js?id=364c25b2b3e35b3c0b63:57517) at VueComponent.mergedDataFn (app.js?id=364c25b2b3e35b3c0b63:57518) at getData (app.js?id=364c25b2b3e35b3c0b63:59740) at initData (app.js?id=364c25b2b3e35b3c0b63:59699) at initState (app.js?id=364c25b2b3e35b3c0b63:59640) at VueComponent.Vue._init (app.js?id=364c25b2b3e35b3c0b63:60903)
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Error in getter for watcher "currentBillingAddress": "TypeError: Cannot read property 'address' of undefined"
found in
---> warn app.js?id=364c25b2b3e35b3c0b63:58077 TypeError: Cannot read property 'address' of undefined at VueComponent.currentBillingAddress (app.js?id=364c25b2b3e35b3c0b63:68286) at Watcher.get (app.js?id=364c25b2b3e35b3c0b63:59471) at Watcher.evaluate (app.js?id=364c25b2b3e35b3c0b63:59578) at VueComponent.computedGetter [as currentBillingAddress] (app.js?id=364c25b2b3e35b3c0b63:59828) at VueComponent. (app.js?id=364c25b2b3e35b3c0b63:56827) at Watcher.get (app.js?id=364c25b2b3e35b3c0b63:59471) at new Watcher (app.js?id=364c25b2b3e35b3c0b63:59460) at VueComponent.Vue.$watch (app.js?id=364c25b2b3e35b3c0b63:59932) at createWatcher (app.js?id=364c25b2b3e35b3c0b63:59892) at initWatch (app.js?id=364c25b2b3e35b3c0b63:59874)
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Property or method "coupon" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
--->
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Property or method "invalidCoupon" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
--->
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Property or method "invitation" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
--->
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Property or method "invalidInvitation" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
--->
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Property or method "registerForm" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
--->
app.js?id=364c25b2b3e35b3c0b63:56942 [Vue warn]: Error in render: "TypeError: Cannot read property 'errors' of undefined"
found in
--->
app.js?id=364c25b2b3e35b3c0b63:58077 TypeError: Cannot read property 'errors' of undefined at Proxy.render (eval at createFunction (app.js?id=364c25b2b3e35b3c0b63:66876), :2:6018) at VueComponent.Vue._render (app.js?id=364c25b2b3e35b3c0b63:60823) at VueComponent.updateComponent (app.js?id=364c25b2b3e35b3c0b63:59123) at Watcher.get (app.js?id=364c25b2b3e35b3c0b63:59471) at new Watcher (app.js?id=364c25b2b3e35b3c0b63:59460) at mountComponent (app.js?id=364c25b2b3e35b3c0b63:59130) at VueComponent../node_modules/vue/dist/vue.js.Vue$3.$mount (app.js?id=364c25b2b3e35b3c0b63:64774) at VueComponent../node_modules/vue/dist/vue.js.Vue$3.$mount (app.js?id=364c25b2b3e35b3c0b63:67135) at init (app.js?id=364c25b2b3e35b3c0b63:60417) at createComponent (app.js?id=364c25b2b3e35b3c0b63:61857)
Please or to participate in this conversation.