Customer portal
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [],
"message": "Required"
}
]
I am getting this error when clicking manage supscription only in production however I have added
REACT_APP_STRIPE_CUSTOMER_PORTAL and STRIPE_CUSTOMER_PORTAL_URL to my erver secrets on fly and REACT_APP_STRIPE_CUSTOMER_PORTAL to my client secrets
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [],
"message": "Required"
}
]
I am getting this error when clicking manage supscription only in production however I have added
REACT_APP_STRIPE_CUSTOMER_PORTAL and STRIPE_CUSTOMER_PORTAL_URL to my erver secrets on fly and REACT_APP_STRIPE_CUSTOMER_PORTAL to my client secrets