-
Notifications
You must be signed in to change notification settings - Fork 841
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
NFT image is not viewable in my wallet #355
Comments
Can you share how your metadata looks like? |
What wallet did you used? |
Metamask mobile |
I also have the same issue........ |
@JAI-VINOD-GIT are you able to see it on OpenSea? |
Hi, you have to override function tokenURI, not _baseURI. This because if _baseURI is set, then tokenURI (which is the function called to check the NFT metadata) will return a concatenation of _baseURI and the tokenID. Also for me it worked passing the https URL like this:
|
After minting i imported the NFT with my address & token ID into my wallet, its getting imported but i can see only an text on that NFT
The text was updated successfully, but these errors were encountered: