You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having a really hard time narrowing down what is the problem with my setup, I can create accounts but cannot increment, delete, nor set them. I find in the JS console:
{
"signature": "",
"transactionMessage": "Transaction simulation failed: Attempt to load a program that does not exist",
"transactionLogs": [],
"programErrorStack": []
}
But create works fine.
I have been having issues with my anchor/rust/solana setup and thought I ironed them out this morning by doing a completely fresh uninstall and reinstall. I don't know what I can do to diagnose this weird error.
I have a solana-test-validator --reset running in another terminal (--reset to clear the data and start afresh each time)
and I am running the project using the following after pnpm install
Hi, I'm having a really hard time narrowing down what is the problem with my setup, I can create accounts but cannot increment, delete, nor set them. I find in the JS console:
But create works fine.
I have been having issues with my anchor/rust/solana setup and thought I ironed them out this morning by doing a completely fresh uninstall and reinstall. I don't know what I can do to diagnose this weird error.
I have a
solana-test-validator --reset
running in another terminal (--reset to clear the data and start afresh each time)and I am running the project using the following after
pnpm install
pnpm anchor keys sync && pnpm anchor-build && pnpm anchor deploy && pnpm dev
The text was updated successfully, but these errors were encountered: