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
Cannot use MultiSendCallOnly for a batch with DelegateCall transactions
This indicates that the account is not configured to allow such calls. Instead of crashing the page we should transparently show the issue to the user so they can figure the issue out on their own rather than assuming Pilot is broken.
@frontendphil Maybe we should simply keep the full error details open even in prod?
The text was updated successfully, but these errors were encountered:
@jfschwarz, we can do that. I got trained not to do it because that freaked out people even more in the contexts I've worked in before. However, everything is different in the crypto world :D
Alternatively, do you think there is a good way to detect these kinds of errors and distinguish them from actual application errors? Then we could show them in a bit of a more friendly way.
Look at the following submit page, which is crashing due to an error in the account setup:
Sign page
The error here is:
This indicates that the account is not configured to allow such calls. Instead of crashing the page we should transparently show the issue to the user so they can figure the issue out on their own rather than assuming Pilot is broken.
@frontendphil Maybe we should simply keep the full error details open even in prod?
The text was updated successfully, but these errors were encountered: