maxwellfortney / next-candy-machine

Simplified NextJs with typescript example app integrated with Metaplex's Candy Machine
MIT License
123 stars 116 forks source link

Updates without refreshing #15

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi,

Is there a way to have the "mint" button show up after the time runs out without having to do a force refresh? Same thing with each mint and displaying the NFT image itself.

Thanks!

georgiod9 commented 2 years ago

Same thoughts..

ck256-2000 commented 2 years ago

Hey there - i replied above on issue #20 the following, might be true for you too? 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!