#rikushadow
1 messages · Page 1 of 1 (latest)
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.
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
How are you doing the redirection to Stripe Checkout Session ?
With the django shortcut redirection
Just like the example
return redirect(checkout_session.url)