#rikushadow

1 messages · Page 1 of 1 (latest)

gusty crescentBOT
green bone
#

Hi
It looks like this is a network/reverse proxy configuration issue.... Are you getting the cors error on Stripe APIs or your own API?

#

can you share a screenshot of the error.

gleaming raft
#

Hey, thanks for your answer

#

Here are the problems

#

The config of nginx are adding access-control-allow-origin * in all the network connections but checkout session

green bone
#

How are you doing the redirection to Stripe Checkout Session ?

gleaming raft
#

With the django shortcut redirection

#

Just like the example

#

return redirect(checkout_session.url)

green bone
#

So in your local env is working fine, right?

#

probably you have something not well configured in your Docker reverse proxy

gleaming raft
#

Mmm

#

Yea, in local, works fine

#

But in the implementation not working when i use docker

#

Ill check about the docker reverse proxy, to see what i can find

#

Thanks for your time