#hiroshi nishio
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) with the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks for sharing. The error means that the value of return_url is invalid. It can't be /. It should be something like https://...
It has to be a full pass, right? Indeed! I'm using Next.js, so I thought I could just use "/"!
It has to be a full path as Stripe has no visibility about your application paths
You're right, I'll give it a go!