Hello, I'm trying to sign a transaction from a dapp frontend, I'm redirected to the web wallet, all transaction details are filled correctly, when I Sign&Submit the transaction is not sent to the API, I'm redirected back to my dapp with all the query params in url, If I decode them and I manually do the transaction on the api swagger it works fine. Does anyone else have this issue ?
I believe this is the new way it works with Erdjs 10, the wallet just signs the transaction and then redirects back and it's up to the Dapp to implementing the sending of the transaction.
TBH I haven't bothered re-integrating web wallet login in my Dapp, too much work to get it done and not used by a lot of people compared to the extension, maiar or ledger.
I believe this is the new way it works with Erdjs 10, the wallet just signs the transaction and then redirects back and it's up to the Dapp to implementing the sending of the transaction. TBH I haven't bothered re-integrating web wallet login in my Dapp, too much work to get it done and not used by a lot of people compared to the extension, maiar or ledger.