-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metamask not signing - Not Working #2
Comments
Can you check the browser console for any JavaScript errors or messages https://balsamiq.com/support/faqs/browserconsole/ |
What is the contract address you are using and which chain is it on? Also, does the Object that is in the error stack expand with any more info? |
https://etherscan.io/address/0x495f947276749ce646f68ac8c248420045cb7b5e Nope.. no more errors |
Is the contract for a NFT collection? It seems different, like for OpenSea
tokens. Which collection are you trying to use for login?
…On Mon, Mar 14, 2022 at 10:38 AM misterkayr ***@***.***> wrote:
https://etherscan.io/address/0x495f947276749ce646f68ac8c248420045cb7b5e
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYNOMA4SWIJ2CTKNTCEBTU75FNJANCNFSM5QVB6KHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Here is the collection |
These are ERC-1155 tokens which have a different contract interface than
ERC-721 NFT's. I will need to look into how to support these
…On Tue, Mar 15, 2022 at 4:56 AM misterkayr ***@***.***> wrote:
Here is the collection
https://opensea.io/collection/takahashi-mutant
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYNOLFKGKNR2QIJCDBUSLVABGD5ANCNFSM5QVB6KHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks... that would be much appreciated and I am sure other Opensea users will appreciate it too |
I am running PHP 7.4 (8.0 and 8.1) dont work
My login page shows the Verify Wallet button and it does call Metamask and connect
However, it stops there and doesnt show that I am registered
You can see it here https://postimg.cc/t7J9N6xL
Ive connected to the correct contract address
It just doesnt work
The text was updated successfully, but these errors were encountered: