Walletconnect not working on mobile chrome

async function authWalletConnect() {

    const user = authenticate({

      provider: "walletconnect",

      chainId: 56,

      mobileLinks: [

        "metamask",

        "trust",

        "rainbow",

        "argent",

        "imtoken",

        "pillar",

        "mathwallet",

        "meet.one wallet",

        "equal",

        "safepal",

        "cool wallet",

        "xwallet",

        "atomic",

        "myetherwallet",

        "cybavo",

        "onto",

        "mycrypto",

        "minerva wallet",

        "metax",

        "encrypted ink",

        "gnosis safe",

        "bitpay",

        "fireblocks",

        "debank",

        "tokenpocket",

        "infinity wallet",

        "coinbase wallet"

      ],

      signingMessage: "Sign in",

    });

    console.log(user);

  };

here are my codes

Nothing wrong with the code.
Did you get any errors?

Hello!! Sr, I have the same error. Do you know what to do now?
Do you have find any solution for This?

Can you share the error which you got?

In Chrome for Mobile, dont work the extension of metamask. And i would like open the application of metamask to connect and sing the contract.
Someone have any idea how it could works?

What are you currently doing in code? One option is to use WalletConnect if you want to connect to your MetaMask mobile app.

I’m also not able to connect in mobile chrome and safari. Https is enabled. However, on desktop, there are no problems. Error: Connection failed. XMLHttpRequest failed: “Unable to connect to the Parse API”

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);
  }

What is your serverUrl? Can you post your full code.

I replied you here