stephaneLeroy/vue-mvx

Web wallet sending signed transaction issue

Closed this issue · 2 comments

After getting prompted to the Web Wallet & signing and sending the transaction users get redirected to the dapp with no transaction sent.
Right when user get prompted to the Web Wallet when interacting with the dapp this type error is visible in the console:
image

Maybe due to no
if(this.currentStrategy instanceof WebWalletStrategy) {
return this.currentProvider.sendTransaction(transaction);
}
in /src/providers/Providers.ts

Fix in version 1.0.2-vue2-erdjs11