#demmerson
1 messages · Page 1 of 1 (latest)
Hello
The recommended route here is to use a server redirect
Otherwise you can pass the Session URL to your client and redirect from your client to that URL as well
How are you currently attempting to redirect?
window.location.assign(url)
I can do the redirect on the server, but still get the same error
Well, I did not implement it other than manually grabbing the url and send the browser over there. I can quickly change it so the server sends the browser to Stripe's url, but I don't see how it would make a difference
Wait sorry
When you manually grab the URL and load it in a webpage you see that error?
I thought you meant it worked when manually getting the URL but was failing on redirect
Yes, in addition to calling window.location.assign(url), same error either way
Can you provide me with a URL or Checkout Session ID that I can reproduce with?