You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server returns this errors when you do grant captcha
403 Unauthorized - Client has failed captcha
404 Not Found - Promotion or wallet specified do not exist
410 Gone - No more grants are available for this promotion
422 Bad Data - Malformed client request, should not be retried
We should handle all of them. Currently we only handled 402.
For 404 and 410 we should display error that grant ended and provide button to close (action is the same as pressing X). It should also remove claim banner at the top.
When you get 422 we should display error and say please try claiming again later. There should be ok button that do the same as close button in previous scenario.
The text was updated successfully, but these errors were encountered:
Server returns this errors when you do grant captcha
We should handle all of them. Currently we only handled 402.
For 404 and 410 we should display error that grant ended and provide button to close (action is the same as pressing X). It should also remove claim banner at the top.
When you get 422 we should display error and say please try claiming again later. There should be ok button that do the same as close button in previous scenario.
The text was updated successfully, but these errors were encountered: