Having a strange issue where as the WalletConnect modal will not open if click on the โXโ icon to close the modal when it is opened the fist time. To be a bit more clear, i am able to open the modal one time, but after i close it, it does not open again.
In fact, when i close the modal, it does not even go into catch exception. Any idea how to solve this?
try {
user = await Moralis.Web3.authenticate({ provider: "walletconnect" });
} catch (error) {
console.log('error', error);
}