multiversx / mx-sdk-dapp

A library that holds the core functional logic of a dapp on the MultiversX
66 stars 63 forks source link

XPortal Hub test - not working #1190

Closed 6a5p1 closed 2 weeks ago

6a5p1 commented 2 months ago

When logged in with XPortal Hub test extension (loginMethod: 'extra'), the confirmation popup does not show up when trying to make a transaction. We've tested this also in production. So we are authenticated, but we cannot make any transactions. However, it worked before in version 2.24.3

Thank you!

Screenshot 2024-06-25 at 09 40 51
CiprianDraghici commented 1 month ago

When logged in with XPortal Hub test extension (loginMethod: 'extra'), the confirmation popup does not show up when trying to make a transaction. We've tested this also in production. So we are authenticated, but we cannot make any transactions. However, it worked before in version 2.24.3

Thank you!

Screenshot 2024-06-25 at 09 40 51

@6a5p1 I don't know about any xPortal Hub test extension. Could you elaborate on your problem?

6a5p1 commented 1 month ago

XPortal Hub test extension is the emulation of what is being used inside xPortal, in the Hub section with Dapps. https://github.com/stephaneLeroy/mx-xportalhub-chrome

So its not working in the xPortal/Dapp live, and also its not working with the local extension (link above). The authentification works, but when trying to make a transaction the confirmation does not show

CiprianDraghici commented 4 weeks ago

@6a5p1 This repo is not maintained by MultiversX team. sdk-dapp has a new way of communication inside a webview. There is also a new webview-provider which is used inside sdk-dapp. xPortal uses the latest changes, so I recommend opening an issue on the repo you mentioned above and asking the maintainers to upgrade.

6a5p1 commented 4 weeks ago

wow, didn't know about this new webview-provider. I will take a look into it. Thank you for the answer!

CiprianDraghici commented 4 weeks ago

@6a5p1 There is also this repo which illustrate how the providers can be used besides sdk-dapp. I hope this helps.