-
Notifications
You must be signed in to change notification settings - Fork 27
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
Operation cancelled #70
Comments
Update: this appears to only happen when connecting from Firefox browser. |
Popup appeared, TX appeared correctly and user was able to go through with entering password and press "Sign". Popup closed and the above error was thrown. |
We are almost certainly seeing this issue: #35 (comment) |
@hutch120 I'm not sure, because this issue blocks the MyAlgo Connect popup immediately: |
Hi All,
We have a user who is experiencing this error,
Operation cancelled
which seems to stem fromsignTransaction
.Unfortunately we can't reproduce and are having a hard time getting much from the user, but I thought I'd reach out to see if anyone is seeing something similar, or has an troubleshooting tips.
Basically all we are doing is asking our users to connect their wallet (popup 1), then sign a 0 amount transaction (popup 2). Each with a user action to avoid popup warnings.
We have at least 10 people regularly and successfully doing this (multiple times a day) on our web app.
This user however, seems to always get the error
Operation cancelled
and we have tracked the message back to the call tosignTransaction
.Again, not much to go off, we are asking the client to try a different browser, new account, etc... but any tips would be welcome.
Cheers.
The text was updated successfully, but these errors were encountered: