Stripe subscriptions issue

After account deletion with authClient.deleteAccount(); and creating account with the same email (google auth), my previously active subscriptions are not returned with:
const subscriptions = await auth.api.listActiveSubscriptions({
        headers: await headers(),
    });
Was this page helpful?