🦞 igor-claw: warn about in-app-browser checkout failures in domain purchase recipe - #933
Open
ayal wants to merge 1 commit into
Open
🦞 igor-claw: warn about in-app-browser checkout failures in domain purchase recipe#933ayal wants to merge 1 commit into
ayal wants to merge 1 commit into
Conversation
…rchase recipe Opened automatically by an AI agent on behalf of Ayal (ayalg@wix.com), researching MCP user feedback. Slack thread: https://wix.slack.com/archives/C08P5DKLJR5/p1786224261667799 A user hit the domain-purchase checkout link inside an MCP client's own in-app browser (Claude iOS app) and got a generic "technical issue" error on manage.wix.com/cart/checkout, even though the cart was created correctly and persisted server-side. Root cause is being fixed in wix-private/premium-cart#1010 (401s from a webview session mismatch were mapped to a non-actionable generic error page instead of a permission error). Until that ships everywhere, agents following this recipe should proactively suggest opening the checkout link in the device's default browser when it fails to load, since the failure is webview/session related and does not affect the underlying cart.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ayalg@wix.com), researching Wix MCP user feedback. Slack thread: https://wix.slack.com/archives/C08P5DKLJR5/p1786224261667799manage.wix.com/cart/checkoutinside an MCP client's own in-app browser (Claude iOS app) and got a generic "technical issue" error, even though the cart was created correctly and confirmed intact server-side afterwards.Test plan