Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Increment/Decrement/Set/Delete on fresh install #105

Open
eleCush opened this issue Jan 23, 2025 · 0 comments
Open

Unable to Increment/Decrement/Set/Delete on fresh install #105

eleCush opened this issue Jan 23, 2025 · 0 comments
Assignees

Comments

@eleCush
Copy link

eleCush commented Jan 23, 2025

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

pnpm anchor keys sync && pnpm anchor-build && pnpm anchor deploy && pnpm dev

@beeman beeman self-assigned this Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants