create-10k-nft-collection
create-10k-nft-collection copied to clipboard
[Bug]: need help with mint.js says contract has token id
Version
- [X] Yes
General Question
- [X] No
What happened?
A bug happened! When I run mint.js it has a problem with token id and says to use a new one
What have you tried?
I Googled and asked the community in the discord server but could not find a solution.
Relevant log output
No response
Protect your information
- [X] I Agree
Says contract already has given token id. It must be unique id inside contract please use another id
The code currently doesn't skip an item that has been minted already. It will get stuck. You can remove the object from the _ipfsMetas.json array so that when the mint runs, it won't try to mint it again.