#liaLund

1 messages · Page 1 of 1 (latest)

cloud badgerBOT
normal crow
#

haven't seen that problem no. Do you have a link to a page that reproduces the issue?

thorny gulch
#

it's my own web page. i will record it.

normal crow
#

yeah I'd really need a direct link to your site so I can debug this in my own browser devtools and/or for you to share the exact code of your integration to be able to say much here.

thorny gulch
#

ok, the code is pretty much copy of your code from setup future payment. i will try to copy it here so that it is easy for you to read. i use vue.js as frontend, and node and azure functions as backend

normal crow
#

yeah again, we don't support Vue

#

the shadow DOM probably breaks some kind of inter-Element communication that causes this problem, I'm almost sure of that

#

you need to use third parties like https://vuestripe.com since we don't natively support Vue in our own integration and don't test against it

thorny gulch
#

ok...everything else works between vue and stripe otherwise. i will take a look at vuestripe.

#

is it possible to solve 'the shadow DOM probably breaks some kind of inter-Element communication ' as you mentioned?

normal crow
#

yep, by using the third party who I think built some kind of workaround