Walletconnect not working while initiating from the web site on mobile chrome and safari. I’m not able to connect. Https is enabled. Moreover, on the desktop, there are no problems.
Error is: Connection failed. XMLHttpRequest failed: “Unable to connect to the Parse API”
I tested it using mobile wallets: imToken, Metamask
Also, maybe it is important while I’m initiating walletconnect QR from desktop, and scanning it using wallet on mobile phone I can see id:KX… and H:… for transaction and no error. However, if website is open on mobile, and Im redirected to chosen wallet I see no id and h and Im getting that error.
Code to reproduce:
try {
let user = await Moralis.authenticate({
provider: "walletconnect",
});
let web3 = await Moralis.enableWeb3({ provider: "walletconnect" });
// console.log("web3:", web3);
} catch (error) {
console.log("authenticate failed", error.message);
}