Common Preparation errors and fixes
Version V0.0.2
These are the most common issues during Preparation checks (setup + preflight) and how to fix them quickly.
Missing RPC URL
- The RPC URL is empty or invalid.
- Fix: set a valid Solana RPC URL and rerun Preparation.
Missing token mint
- The token mint address is missing or invalid.
- Fix: update the token mint and rerun Preparation.
Missing burn wallet
- The burn wallet is not configured.
- Fix: set the burn wallet and rerun Preparation.
Burn wallet has no tokens
- Preparation preflight simulates a burn. If the burn wallet holds zero tokens, the simulation cannot proceed.
- Fix: send a small amount of the token to the burn wallet and rerun Preparation.
Token account / ATA missing
- The burn wallet has no token account for the mint.
- Fix: create the associated token account (ATA) and rerun Preparation.