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
When minting multiple NFTs at once the page does not update items redeemed/remaining/available or show the "Congratulations" message at the top of the screen. The transaction is successful but I'm not able to mint again without refreshing the page as the button gets stuck on "loading." My novice understanding has brought me to 'const startMint' and 'const startMintMultiple' in useCandyMachine.tsx but I don't know if I'm looking in the right place or what to do If I am. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hey there - I run into the same issue. I think the answer was given in an earlier issue that the code is really designed for one off minting and you can pass multiples but it doesn't handle it well from the metaplex function. IOW - i don't think it's this repo's ability to handle. Max will probably jump in here to comment in a few. fwiw - i run into the same thing and just decided to use it for single mints. good luck!
When minting multiple NFTs at once the page does not update items redeemed/remaining/available or show the "Congratulations" message at the top of the screen. The transaction is successful but I'm not able to mint again without refreshing the page as the button gets stuck on "loading." My novice understanding has brought me to 'const startMint' and 'const startMintMultiple' in useCandyMachine.tsx but I don't know if I'm looking in the right place or what to do If I am. Thanks in advance.
The text was updated successfully, but these errors were encountered: