walletconnect-monorepo icon indicating copy to clipboard operation
walletconnect-monorepo copied to clipboard

When Google Browser clicks the Connect button, it will open a new invalid page while opening the wallet app

Open mvpyb opened this issue 2 years ago • 3 comments

Describe the bug

When Google Browser clicks the Connect button, it will open a new invalid page while opening the wallet app

The location of the bug: qrcode modal/dist/cjs/index Js line 76 (target: "_blank") The solution is to comment out the changed code

mvpyb avatar Sep 19 '22 02:09 mvpyb

Hi @mvpyb can I know the SDK version and a bit more about your environment?

hackyguru avatar Sep 19 '22 11:09 hackyguru

"@walletconnect/client": "^1.8.0", "@walletconnect/qrcode-modal": "^1.8.0", "@walletconnect/utils": "^1.8.0",

node 12.18.0 win11

mvpyb avatar Sep 20 '22 00:09 mvpyb

1663638959166

mvpyb avatar Sep 20 '22 01:09 mvpyb

hey @mvpyb v1 has been deprecated so please be sure to use the latest SDK. Migration Guide: https://docs.walletconnect.com/2.0/advanced/migrating-from-v1.0

finessevanes avatar Mar 28 '23 03:03 finessevanes