-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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
Labels
No labels