Hello Bubblers! I’m new to Bubble and while I’ve had only a couple major issues I needed help with, I’m really stumped with this one. Here’s a link to my editor if anyone a lot smarter than me can take a crack at it.
I’m getting this error when I test my checkout.
However, I don’t have “retrieve checkout session details” anywhere within my checkout workflow.
As you can see from the above picture, it throws the error at the “create_items” API workflow which has worked fine in the past. and doesn’t contain a call for retrieving checkout session details.
The wierdest part is, I get this error from one part of Stripe but when I check the Logs within the developer dashboard, it shows a perfect 200 under “/v1/checkout/sessions” as if there wasn’t anything wrong.
I’ve made changes to my app since I set up my checkout workflow but I can’t for the life of me figure out why it would give me an error regarding “retrieve checkout session details” when it’s not anywhere in my workflow and again, as you can see, it throws the error before the checkout session is even made.
As for webhooks, the only one I’m using right now is “stripe.checkout.completed”
Also, yes, I’m needing to use two different plugins for my checkout session due to how I have everything set up. and I haven’t had problems with it previously.
Thank you to anyone that can help!