Closed jvel07 closed 1 year ago
Hi @jvel07, thanks for reporting this issue. I'm able to reproduce the error, but in my case the ENV vars are still there when I click the "Start Over" button.
I'm gonna reach out to DigitalOcean since it looks like it might be an issue on their end.
Thanks for your reply @liarco! Is it possible to deploy this app on Cloudflare just like the MintingDapp?
@jvel07 as far as I know CloudFlare supports 2 types of deployments:
Unfortunately none of these deployment options work with this app, since we have to keep listening for new mint events. Anyway I got in touch with DigitalOcean and they told me they are investigating on the issue.
@liarco, thanks for the reply. Is this solution only for collections that have instant reveals? If the reveal happens, say, 24 hours after mint this app wouldn't be needed, would it be?
@jvel07 this tools is pretty much the only option whenever you need to reveal your collection before it's sold out. It doesn't matter how much time it takes before you reveal, what matters is the actual amount of token left to be minted at reveal time.
Without a tool like this, then any tokens that weren't minted before reveal will be freely accessible to snipers.
Yes, @liarco. I totally agree with you on that. :)
What I actually tried to say is about the reveal happening after the collection is minted out.
Supposing all the items were minted, then the next step is to reveal them (after sold out); in this case, it wouldn't be necessary, right?
@jvel07 yes, that's correct! A little thing to add here: I would also suggest not to upload the assets and metadata on IPFS before mint out. This especially applies with highly hyped collections, because IPFS data is public and it's possible to watch for new data added to the network and download it before it gets revealed on-chain.
Anyway, this doesn't make any difference on the main topic: if your plan is to reveal after mint out, then you can avoid using this tool.
I just got an update from DigitalOcean and they finally fixed the button. I wanna thank everyone who reported the issue and I'm sorry for the inconvenience.
After hitting "Deploy to Digital Ocean" the website shows "error when trying to create the app" and gives the option to start over. Start-over takes you to a wizard with the basic information of the app; the app deploys successfully but all the env variables are lost... I'd assume it's just a matter of versioning?