Hey guys,
I'm trying to use the web wallet login in my app but it's not working ????
It redirects me to the web wallet but it does nothing there
https://testnet-wallet.elrond.com/hook/sign?receiver=erd19mx8rl3sxwc27hqfrfu4s964ht6l3kxnf3av3k9jjjlavfz7wm2s3xqdng&value=1000000000000000000&gasLimit=1000000&gasPrice=1000000000&nonce=11&callbackUrl=https://testnet.esdt.market/send-tokens
Any ideas?
Replying to myself ????
I fixed it by dapp.provider.sendTransaction(transaction) using instead of dapp.provider.signTransaction(transaction) when the login method is web wallet
Replying to myself ???? I fixed it by dapp.provider.sendTransaction(transaction) using instead of dapp.provider.signTransaction(transaction) when the login method is web wallet