Skip to content

POAP BOOTH: no wallet error #18

@dragGH102

Description

@dragGH102

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions