#dzd-idempotency

1 messages · Page 1 of 1 (latest)

bronze tulip
#

How are you using Idempotency in this case? You should only retry an idempotent request after the original one returns an error.

fluid kettle
#

Im using the Stripe Firebase Subscriptions extension. It is making checkout sessions for me. It appears to be trying to make more than one checkout session at a time perhaps?

lone lake
#

Yes that would seem to be the case based on the error

#

Are you making two requests?

fluid kettle
#

no, just one. that's the weird part

lone lake
#

I'd suggest you add logging to your server / firebase function to trace when requests are coming in and going out to understand the source

fluid kettle
#

will do. ty

lone lake
#

Sounds good -- once you've identified where that's coming from, if it involves other parts of your stripe integration we can take a look again here 🙂