Awesome-Repository icon indicating copy to clipboard operation
Awesome-Repository copied to clipboard

POAP BOOTH: no wallet error

Open dragGH102 opened this issue 2 years ago • 0 comments

When I run the template and I click on the POAP button in the scene, it appears a pop up asking to get metamask.

I have noticed this function can't somehow find the user data by using the Identity package.

if (!userData || !userData.hasConnectedWeb3) {
  log('no wallet')
  PlayCloseSound()

  boothUI.metamask()
  return
}

I have tried to connect both on local and deployment server with metamask ETH ropsten extension on (also tried with mainnet) and still failing.

I have also tried to run the command dcl start --web3 with the --web3 flag

Is it a bug or am I doing something wrong?

dragGH102 avatar Jun 30 '22 13:06 dragGH102