Hi there!
It looks like I’m getting the following webhook errors from Stripe.
{
“statusCode”: 400,
“reason”: “MISSING_TO”,
“message”: “Please include at least one email address in the "to" field”,
“args”: {
“bubble_code”: “1712596461842x976738144770955100”
}
I’m using this Stripe Plugin (Stripe | Bubble Docs) and looks like the error is happening in 2 places:
- Subscribe the user to a plan action (but this only started happening recently, so I’m not sure what has changed)
- Stripe create payment link
Any thoughts or help would be much appreciated!!