Deployed a collection of 1 NFT to mainnet and it works as it should.
I deployed the full collection of 1200 NFTs and when I try to mint I get an error
InvalidRentPayingAccount when awaitConfirmationSignature is called. Seems to fail on the Set and Verify Collection instruction.
Anyone run into this before ?
Command
No response
Relevant log output
From the console of candymachineui (running latest)
REST null result for jnt4qwRgHRRntsJKiwJD8dueztKgowGjoT5wfiMTZgccPXoux3EMEUWC4W9TpLLqV9avNezEWdVuNxpNFkvkqLN null
connection.tsx:496 Rejected via websocket InvalidRentPayingAccount
index.js:1 Timeout Error caught {err: 'InvalidRentPayingAccount', slot: 139694285, confirmations: 0}
Caught failure: Error: Transaction failed: Instruction: Set and Verify Collection
### Operating system
Linux
### Priority this issue should have
Medium (should be fixed soon)
### Check the Docs First
- [X] I have checked the docs and it didn't solve my issue
Which package is this bug report for?
candy machine ui
Issue description
Deployed a collection of 1 NFT to mainnet and it works as it should.
I deployed the full collection of 1200 NFTs and when I try to mint I get an error
InvalidRentPayingAccount
when awaitConfirmationSignature is called. Seems to fail on the Set and Verify Collection instruction.Anyone run into this before ?
Command
No response
Relevant log output