-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mint button is inactive #19
Comments
Did some more digging around, I think {!candyMachine is triggered by default even when the wallet is not connected instead of !wallet ? (which points to Connect Wallet to be active). |
Thanks for the feedback @jaypordy , on my way to fix that. |
@Fulgurus hate being a nail under the foot but are we closer to getting this fixed? |
@Fulgurus so it seems if your candy machine doesn't have a count down date and whitelist that some errors will be thrown in the console but I am not sure if that's related to the mint button not being active. Home.tsx(666,32):
also go a |
I do have a golive date set up and only difference from the default config file is that I have the gatekeeper turned off. Mint button gets activated once the wallet is connected however, it's just that when the wallet is not connected, BOTH Mint button and the top wallet balance/button do not invoke the Edit: No WL or presales as well. Just the public mint. |
{ |
Readme update
in home component, there is a place where you have used connectbutton with text 'connect wallet', there is [ wallet ? ], |
Fresh clone of the latest build, when the wallet is not connected, the mint button says "Connecting.." instead of "Connect Wallet" like it used to in the previous builds.
The text was updated successfully, but these errors were encountered: