#cooperwl1-checkout
1 messages ยท Page 1 of 1 (latest)
Yeah do you have an example link? Or the checkout session ID?
Also do you seen anything in the conosole logs or in the network requests?
Ill make a fresh one
network looks fine on loading the stripe page (hopefullly not exposing anything ๐ )
checkout just showing this with loading animation if that helps
Is there a reason you're going to that URL? That URL is not the same as the one returned from the Checkout Session creation request
oh fr? let me look
im just going to the response.url i get in my frontend that may be wrong let me double check
oh im getting somewhere ๐
๐
we have received stripe liftoff ๐
i was missing a ```
.then((response) => {
return response.json();
})
perfect! Glad I could point you in the right direction ๐