Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 server error #6

Open
Ali-Hussein-dev opened this issue Apr 20, 2024 · 0 comments
Open

500 server error #6

Ali-Hussein-dev opened this issue Apr 20, 2024 · 0 comments

Comments

@Ali-Hussein-dev
Copy link

This probably a bug in Lemon Squeezy

when I don't provide the pre-filled email in checkout_data, it causes a server error

await createCheckout(
        config.lemonsqueezy.storeId,
        variantId,
        {
            productOptions: {
                enabledVariants: [variantId],
            },
            checkoutData: {
                // "email": "tita0x00@gmail.com", // if not provided it cause a server error as shown in the screenshot
            },
            testMode: isDev,
            expiresAt: null,
            preview: true,
        },
    )

Checkout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant