-
Notifications
You must be signed in to change notification settings - Fork 94
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
TypeError: Cannot read properties of null (reading 'guards') #37
Comments
Looks like you left out a step when setting up your candy machine. You have to add guards to the config file. Wasn't always the case but I believe this minting tutorial is based on Candy Machine V3, where it's necessary. |
Hey @yukosgiti, |
Thanks! I assumed if I didn't provide it, it would automatically do it (because there is an option |
@qudo-code
Add this guard section updating those guards with what you want to do in your config.json and the run those command Hope it's clear |
Hello, I was trying to have the ui mint example to run. And I got the following message:
The error happens at line 79 of MintNFTs.js.
My sugar config is like this:
address and token are of course are changed to my wallet and key
I believe it assumes there will be guards? How can I get the UI to run?
The text was updated successfully, but these errors were encountered: