Yeezy Checkout Error: You Are Not Allowed To Update `email` [hot] Access

// checkoutEmailManager.js

// Attempt to update email updateEmail(newEmail, context = {}) if (this.emailLocked) return success: false, error: code: 'EMAIL_UPDATE_NOT_ALLOWED', message: 'You are not allowed to update email at this stage of checkout.', resolution: 'Continue with the original email or restart checkout.', lockReason: this.lockReason yeezy checkout error: you are not allowed to update `email`

const result = emailManager.updateEmail(newValue); if (!result.success) setError(result.error); else setError(null); setEmail(newValue); onValidEmailChange?.(newValue); // checkoutEmailManager

Your browser may be holding onto a previous checkout attempt with a different email. error: code: 'EMAIL_UPDATE_NOT_ALLOWED'

[Use Original Email] [Restart Checkout]

If you are logged in and seeing the error, try logging out or switching to a completely new account with a different email address.