-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Post-checkout redirect sometimes gets stuck in site fetching loop #69833
Comments
Ok, so this case (the "Almost done…" notice) only shows up for siteless checkout (or this condition which I'm pretty sure is always false since If that happens, rather than redirecting, and there's a domain in the cart, checkout will repeatedly fetch the sites data until the site is included. Because a gift purchase doesn't actually create a new site, the polling goes on forever. This makes me think that these transactions have |
Currently it is set by the existence of |
Looks like |
See report here: #69769 (review)
Also reported here: https://github.com/Automattic/payments-shilling/issues/1217#issuecomment-1301169773
This appears to happen (at least) when using a checkout URL like
/checkout/personal-bundle,dotlive_domain/gift/<PLAN_SUB_ID>,<DOMAIN_SUB_ID>
(a purchase of a plan and a domain for someone else's site).The text was updated successfully, but these errors were encountered: