Hi,
its me again. Since days i try to solve this problem⦠it would be AWESOME if someone could help me.
The problem is after connecting with walletconnect from for example chrome (pc or mobilephone doesnt make an difference) after a page-reload/refresh, this command is popping up the QR code again and again instead of āreconnectingā the user.
//alert(window.localStorage.walletconnect);
if (window.localStorage.walletconnect) {
await Moralis.enableWeb3({
provider: "walletconnect",
chainId: 56
});
}
as you can see i tried to alert the window.localStorage.walletconnect and it is showing me all the walletconnect informationā¦so i know the walletconnect datas are stored ⦠but stil the browser tells me the Web3 instance is missing and i need to be sure to call Moralis.enableWeb3() ⦠wich i do ⦠as you clearly can see.
What can i do to solve this problem? Thank you very much i advance