-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Uphold 25 BAT minimum modal triggering in bitFlyer flow #15264
Comments
Reopening to add some STR. Steps to Reproduce
Presumably, underlying issue is that the wallet ID is not found, since that wallet ID is in the production db and not in the staging db. |
@Miyayes Our original fix for this addresses the new STR as well, so I'll close this out. One thing to note, however, is that an error like this drops us into a modal that only offers a "Try again" option. In a scenario like this, trying again isn't going to fix anything. We should have another option in there to dismiss the modal. |
Verified
Steps:
I confirmed with @Miyayes that the error message triggered here is from us, not the Uphold minimum-25 BAT message (which I'm familiar with), and that that's what's needed to verify the issue here is fixed 👍
Verification passed on
Verification passed on
|
@Miyayes encountered an issue where he was testing the bitFlyer flow, but he received an error modal about the Uphold 25 BAT minimum. After some investigation, @zenparsing noticed that if the claim endpoint returns a
404
it's converted intoNOT_FOUND
and can accidentally trigger the modal. This may not be the issue we're seeing, but it is one way that it could happen so best to fix it.Steps to Reproduce
Presumably, underlying issue is that the wallet ID is not found, since that wallet ID is in the production db and not in the staging db.
The text was updated successfully, but these errors were encountered: