js
js copied to clipboard
Candy Machine mint throws mint account not found
This is occurring, seemingly at random, after minting an NFT from a candy machine.
The mint is successful, and the transaction didn't incur a bot tax: https://explorer.solana.com/tx/4DE3suJcv3GyNKrokufpVujYmYtojQVQT8JC8gicksgfwEhXt66d3wq7Y1hBoNgBA1r8u2MgcGb4qVi1yiLrb9LU?cluster=devnet
To me, it looks like the minted NFT is being fetched before the blockchain has updated the account. If that's the case, changing the commitment should help, however when using processed
commitment I'm still receiving this error sometimes
The candy machine was created using Sugar CLI about a week ago