alephium / desktop-wallet

The official Alephium wallet for desktop
https://alephium.org
GNU Lesser General Public License v3.0
79 stars 44 forks source link

Dapp connection loss when changing webpage #800

Closed MaudSimon closed 1 year ago

MaudSimon commented 1 year ago

Describe the bug When using the https://walph.io/ website, when I connect on the homepage, then select a "walph", I lose the desktop wallet connection and need to reconnect. The same thing happens when I return to the homepage, I need to reconnect my wallet.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://walph.io/
  2. Connect to your desktop wallet
  3. Select a walph to participate in
  4. See wallet connection loss.

Expected behavior I shouldn't lose the connection while interacting with the same dapp.

Environment

Additional context I just tested on Deadrare.io and I am not losing the connection to the desktop wallet so it might be walph.io specific.

nop33 commented 1 year ago

Ayin, deadrare, our own nft marketplace, tooklit, all these are web apps and handle links accordingly (when clicking on links you don’t see the whole page refreshing). Walph seems to be a website where every click loads a new page from scratch. This is not necessarily a bad thing, they just need to re-establish the WalletConnect connection. The same happens with Ayin, Deadrare, etc when you refresh the page (Cmd+R / Ctrl+R).

MaudSimon commented 1 year ago

Great I guess I can close this.