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
Setting my anchor.toml to cluster = "http://127.0.0.1:8899" or cluster = "localnet" and then running "anchor build", "anchor clean" or "anchor run" all result in Error: Cluster must be one of [localnet, testnet, mainnet, devnet] or be an http or https url. Why does my anchor.toml need to be configured a certain way for anchor to delete files?
The text was updated successfully, but these errors were encountered:
Are you sure cluster is the only field you've changed? Pretty sure those values you set should work. We even have tests in CI using exactly cluster = "localnet", e.g.
Setting my anchor.toml to
cluster = "http://127.0.0.1:8899"
orcluster = "localnet"
and then running "anchor build", "anchor clean" or "anchor run" all result inError: Cluster must be one of [localnet, testnet, mainnet, devnet] or be an http or https url
. Why does my anchor.toml need to be configured a certain way for anchor to delete files?The text was updated successfully, but these errors were encountered: