#nikivi

1 messages · Page 1 of 1 (latest)

lost echoBOT
#

Hello nikivi, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
nikivi, 20 hours ago, 26 messages
nikivi, 23 hours ago, 19 messages
nikivi, 3 days ago, 224 messages
nikivi, 3 days ago, 68 messages

scarlet shoal
#

it means stripeSubscriptionObjectId is null or undefined.

#

await stripe.subscriptions.retrieve(null)
basically your code is evaluating to that ^^.

Add some logs/debugging to inspect the variables.

exotic fiber
#

oh i see