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
SignAndSendTransaction for MyNearWallet redirects to MyNearWallet app causing the currently running app to lose state/memory of the wallet selector. This is causing issues when you want to act based on the promise result.
Steps To Reproduceå
Steps to reproduce the behavior:
SignAndSend any transaction to MNW
await on the promise
console.log(...) after the promise. The console log will never be triggered.
Error description
Expected behavior
Keep state and resolve the promise.
The text was updated successfully, but these errors were encountered:
PierreLeGuen
changed the title
Signing with MyNearWallet loses the state of wallet-selector on signAndSend
Sign and send transaction to MyNearWallet loses Promise<FinalExecutionOutcome>
Jan 12, 2024
This is the default behavior of browser wallets for transactions that attach any deposit or non-function-call actions because these transactions can not be signed with a limited access key and need to be signed with the full-access-key on the wallet.
Describe the bug
SignAndSendTransaction for MyNearWallet redirects to MyNearWallet app causing the currently running app to lose state/memory of the wallet selector. This is causing issues when you want to act based on the promise result.
Steps To Reproduceå
Steps to reproduce the behavior:
Error description
Expected behavior
Keep state and resolve the promise.
The text was updated successfully, but these errors were encountered: