#rohidas

1 messages · Page 1 of 1 (latest)

wheat kindleBOT
silk badger
#

Hey there

#

What error are you seeing exactly?

#

And what are you trying to do?

sweet flax
#

Refuse to frame because it violates the following content policy directive: img-src 'self'

silk badger
#

Going to need a lot more details to help.

#

What integration are you building?

#

Are you following a specific guide?

sweet flax
#

Subscription integration

#

Stripe docs I'm refering

silk badger
#

Are you using Stripe Checkout or building a custom flow?

sweet flax
#

Custom flow

silk badger
#

Okay and when do you see this error?

#

What are you trying to do?

sweet flax
#

When I click on pay now button

#

After entering the data

silk badger
#

Okay and what are you doing at that point? Calling your server?

sweet flax
#

Like card details

#

Yes calling express server

#

As a backend

#

Backend I'm creating payment intent

#

And send the client secret to front end

silk badger
#

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?

sweet flax
#

Okay I will check

#

With cors

#

Thank you

silk badger
#

👍