Skip to content

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

Open
@eleCush

Description

@eleCush

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions