Closed jjclinton closed 2 years ago
Yeah same error on my end, has been going on for hours now. People are complaining about lost Solana in fees trying to mint.
Are you using the latest version of metaplex? Also, what are your candy machine IDs?
Are you using the latest version of metaplex? Also, what are your candy machine IDs?
Yes I believe I am. This is my env, in which you can also find my candy machine ID. I hide my quicknode api key: `REACT_APP_CANDY_MACHINE_ID=99p5aEZadMED3FjFUkc6ESrYMk4D5Gt6bcm6E5HffCVs
REACT_APP_SOLANA_NETWORK=devnet REACT_APP_SOLANA_RPC_HOST=https://hidden-solitary-dew.solana-devnet.quiknode.pro/xxx/ SKIP_PREFLIGHT_CHECK=true `
I am using the most recent version to my understanding. It was working earlier that day, the suddenly stopped and hasnt worked since then.
Got same error while minting Fellow Apes. Thought these logs might be useful. Application was showing this transaction as successful. Fee deducted but actual transaction timeout.
The following failed gracefully.
I am running into the same issue :-/ Anyone has found a solution for this?
I am running into the same issue :-/ Anyone has found a solution for this?
Nope, got no response
This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.
Which package is this bug report for?
candy machine cli
Issue description
1 I try to mint with my WL token and sol with a wallet that didn't create the candy machine, and I keep getting "Unable to fetch balance changes". If I do it with the wallet that deployed the candy machine it does work.
If I turn off the WL functionality it also works with the other wallet.
My config file:
{ "price": 1.0, "number": 10, "gatekeeper": null, "solTreasuryAccount": "3DpbJNcUq1yPmCZpECECRx8Bh6KyhdXRWjGBtANmc8ao", "splTokenAccount": null, "splToken": null, "goLiveDate": "25 Dec 2021 00:00:00 GMT", "endSettings": null, "whitelistMintSettings": { "mode" : { "burnEveryTime": true }, "mint" : "WLjsj7uVxu1FNCAabkozZCKVNAT5fb2KXVn2Mv7hVT5", "presale" : true, "discountPrice" : 0.6 }, "hiddenSettings": null, "storage": "arweave-sol", "ipfsInfuraProjectId": null, "ipfsInfuraSecret": null, "nftStorageKey": null, "awsS3Bucket": null, "noRetainAuthority": false, "noMutable": false }
How can this be?
Command
No response
Relevant log output
No response
Operating system
Linux
Priority this issue should have
High (immediate attention needed)
Check the Docs First