I've been attempting to upload a collection on Solana devnet using the Metaplex Candy Machine CLI with the following command:
ts-node metaplex/js/packages/cli/src/candy-machine-v2-cli.ts upload \
-e devnet \
-k wallet/devnet.json \
-cp config.json \
-c example \
./assets
But unfortunately, I keep encountering this error:
Could not complete Bundlr tx upload successfully, exiting due to: Error: timeout of 6000d
at createError (/Users/silachim/Desktop/newmetaplex/metaplex/js/node_modules/@)
...(error details continue)...
upload was not successful, please re-run. Error: timeout of 60000ms exceeded
at createError (/Users/silachim/Desktop/newmetaplex/metaplex/js/node_modules/@)
...(more error details here)...
It seems like the issue might be related to the size of the assets file. The sample collection provided by Metaplex uploads successfully, but whenever I try to upload a custom collection, it fails.