Lesson15 - TokenURI is undefined #346
Answered
by
harendra-shakya
harendra-shakya
asked this question in
Q&A
-
Hey, I am on 26:59:29 lesson 15, I am trying to console.log token URI but it's showing This is how my console looking. It is showing everything except tokenURI Here is my NFTBox code
Here is my index.js code
And here is my basic nft contract
And yes my server is connected to moralis also. What am I doing wrong?? @PatrickAlphaC |
Beta Was this translation helpful? Give feedback.
Answered by
harendra-shakya
Jun 15, 2022
Replies: 1 comment 4 replies
-
I have solved the problem, gitpod was causing problem. You can't connect your hardhat node running on gitpod to metamask. It worked when I used vs code. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
harendra-shakya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have solved the problem, gitpod was causing problem. You can't connect your hardhat node running on gitpod to metamask. It worked when I used vs code.