stripe/stripe-billing-typographic

"Account" page blank, errors fill console

Closed this issue · 2 comments

ss

Console log:

q.stripe.com/:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
15:21:50.088 q.stripe.com/:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
15:21:54.661 vue.runtime.esm.js:587 [Vue warn]: Property or method "store" 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

---> <Account> at /var/www/pi/client/src/components/Account.vue
       <Typographic> at /var/www/pi/client/src/components/Typographic.vue
         <Root>
Re @ vue.runtime.esm.js:587
15:21:54.661 vue.runtime.esm.js:587 [Vue warn]: Error in render: "TypeError: Cannot read property 'email' of undefined"

found in

---> <Account> at /var/www/pi/client/src/components/Account.vue
       <Typographic> at /var/www/pi/client/src/components/Typographic.vue
         <Root>
Re @ vue.runtime.esm.js:587
15:21:54.661 vue.runtime.esm.js:1737 TypeError: Cannot read property 'email' of undefined
    at Proxy.cc (Payment.vue:4)
    at a.e._render (vue.runtime.esm.js:4540)
    at a.r (vue.runtime.esm.js:2784)
    at kn.get (vue.runtime.esm.js:3138)
    at new kn (vue.runtime.esm.js:3127)
    at e (vue.runtime.esm.js:2791)
    at a.ir.$mount (vue.runtime.esm.js:7995)
    at init (vue.runtime.esm.js:4133)
    at vue.runtime.esm.js:5604
    at l (vue.runtime.esm.js:5551)
_t @ vue.runtime.esm.js:1737
15:21:55.842 :3000/#/login:1 This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.
15:21:59.875 vue.runtime.esm.js:587 [Vue warn]: Property or method "store" 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

---> <Account> at /var/www/pi/client/src/components/Account.vue
       <Typographic> at /var/www/pi/client/src/components/Typographic.vue
         <Root>
Re @ vue.runtime.esm.js:587
15:21:59.875 vue.runtime.esm.js:587 [Vue warn]: Error in render: "TypeError: Cannot read property 'email' of undefined"

found in

---> <Account> at /var/www/pi/client/src/components/Account.vue
       <Typographic> at /var/www/pi/client/src/components/Typographic.vue
         <Root>
Re @ vue.runtime.esm.js:587
15:21:59.875 vue.runtime.esm.js:1737 TypeError: Cannot read property 'email' of undefined
    at Proxy.cc (Payment.vue:4)
    at a.e._render (vue.runtime.esm.js:4540)
    at a.r (vue.runtime.esm.js:2784)
    at kn.get (vue.runtime.esm.js:3138)
    at new kn (vue.runtime.esm.js:3127)
    at e (vue.runtime.esm.js:2791)
    at a.ir.$mount (vue.runtime.esm.js:7995)
    at init (vue.runtime.esm.js:4133)
    at vue.runtime.esm.js:5604
    at l (vue.runtime.esm.js:5551)
_t @ vue.runtime.esm.js:1737

Node version: 8.12.0

I know somebody will think it, so: this is not uBlock related. I have disabled the extension in further tests and it produces the same result. Thanks!

Can you try the latest version and let me know if this is still happening? Unable to reproduce closing for now. Thank you for reporting.