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

Race condition Stripe signup #9097

Open
FelixMalfait opened this issue Dec 17, 2024 · 0 comments
Open

Race condition Stripe signup #9097

FelixMalfait opened this issue Dec 17, 2024 · 0 comments
Assignees

Comments

@FelixMalfait
Copy link
Member

I tried to signup today with a credit card but after being redirected I saw the page telling me to pick a plan again, probably because the webhook hadn't arrived yet. Then I clicked to pick the plan, when back to Stripe's billing page, when back to the previous page with the browser, then saw the "Payment success" page.

I would guess there is a race condition if we redirect before the Stripe webhook has arrived then the "pick a plan" modal is being displayed? We shouldn't display it on the Payment success page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants