Skip to content

Instantly share code, notes, and snippets.

@nuggetnchill
Last active November 17, 2021 18:14
Show Gist options
  • Save nuggetnchill/bf3be93ba84a87eeb94f31f26599424e to your computer and use it in GitHub Desktop.
Save nuggetnchill/bf3be93ba84a87eeb94f31f26599424e to your computer and use it in GitHub Desktop.
anchor deploy error: unrecognized signer source

anchor deploy and I ran into this problem.

error: Invalid value for '--program-id <PROGRAM_ID>': unrecognized signer source There was a problem deploying: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "" }.

My filepath folder has "space" in its name .../solana sandbox/cool-project/target/deploy/chicken.so Changed it to .../solana-sandbox/cool-project/target/deploy/chicken.so

anchor deploy again and it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment