Walletconnect authentication not working

Thanks @blackwater, this indeed works.

But I was trying using Moralis latest sdk, v1.0.3, and facing issue there.

Thanks for your help anyways, appreciate your effort.

Can you try if it works with moralis v1.0.4, we just released a fix

@Erno, its working perfectly fine now with v1.0.4
Thanks everyone for your help.

4 Likes

Hi, I am facing the exact same issue

I have

  • Moralis v1.9.1
  • @walletconnect/web3-provider v1.7.8

I do this with await Moralis.authenticate({ type: 'walletconnect' }) in Vue3 and still have the same issue

in my console.log(e)
Cannot enable via WalletConnect: dependency "@walletconnect/web3-provider" is missing

Hello can you make a new thread please with more details e.g. your Vue component code.