#rohidas
1 messages · Page 1 of 1 (latest)
Refuse to frame because it violates the following content policy directive: img-src 'self'
Going to need a lot more details to help.
What integration are you building?
Are you following a specific guide?
Are you using Stripe Checkout or building a custom flow?
Custom flow
Okay and what are you doing at that point? Calling your server?
Like card details
Yes calling express server
As a backend
Backend I'm creating payment intent
And send the client secret to front end
Yeah if this is a custom flow then this doesn't sound like a Stripe issue in this case.
You are going to need to debug why you are hitting a CORS error when trying to call your server.
Can you make other network requests to your server without hitting a CORS issue?
👍