I'm new to Solana development and have encountered an issue while trying to create an SPL token account on the devnet using the SPL Token CLI.
After creating a new SPL token, I attempted to create a token account with the following command:spl-token create-account <Token_Mint_Address>
However, I received the following error message:Error processing Instruction 0: incorrect program id for instruction
I've confirmed that my balance is sufficient and that I'm using the latest version of the SPL Token CLI (3.4.0). Running the command with the --verbose flag did not provide additional insight.
Could there be an issue with the default token program ID, or is there a step I might be missing?