Lesson 14: 04-mint.js InvalidConsumer() #3898
VeerniVishwanath
started this conversation in
General
Replies: 2 comments 1 reply
-
@VeerniVishwanath Follow this discussion #3789 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@VeerniVishwanath can you share 02-deploy -randomIpfsNft and 04-deploy-mint as in my case it still shows the same error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While i was trying to deploy
04-mint.js
i was getting this errorError: VM Exception while processing transaction: reverted with custom error 'InvalidConsumer()'
After some digging got to know that we need to add the consumer in the
02-deploy-random-nft.js
file after deploying the contractI simply included it in the verification else part
Beta Was this translation helpful? Give feedback.
All reactions