#nerijusvitkauskas_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1443556781941850282
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
Yeah, I see the same error message in the console
Are you having problems with Google Pay not working?
It's working, but we are getting errors logged in our monitoring tools all the time.
I don't see this error with the Express Checkout Element added to a simple test page, so I'm wondering what else could be causing this
Perhaps something like a content-security-policy on the page
Interesting. This iframe with sandbox attribute is inside a other iframe that is mounted with stripe js, so i'm just wondering can I really do something about it in our side. If I try to change content-security-policy, I end up having even more problems with my application.
We have some documentation on the CSP setup to use with Stripe.js: https://docs.stripe.com/security/guide?csp=csp-js
However, I'm not actually sure whether CSP is what the issue is here
If these errors aren't something that you can filter out, then I think you'd have to figure out what the cause is. It's not something I've been able to reproduce on a simple ECE integration
Yes, i understand. If you manage to fix the DEMO error, let me know.