You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh wait I found it.
This error is occurring because you're response isn't a JSON response but rather an image. And that is because you have passed the image IPFS link that dapp university provided rather than the JSON link he provided.
Check your scripts/deploy.js file.
In there you are minting an NFT with the wrong link. Copy the link from the master branch code's scripts/deploy.js file and then paste it in your code. Now deploy the contracts onto the hardhat blockchain and then try running it.
Cards are not showing because of the error
In app.js while getting metadata of the listed property, response.json() gives error.
The text was updated successfully, but these errors were encountered: