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
I wrote a service file to use ANR to run a local devnet that doesn't get killed when I close my terminal but I cannot add a subnet to it when it's running in the service
Here is the error I get Error: rpc error: code = Unknown desc = avalanche exec is not defined
It seems ANR is not finding a suitable executable. You can either use Environment= setting of the service configuration to set AVALANCHEGO_EXEC_PATH to the appropriate avago binary (I believe you may prefer this option).
Or you can add a flag --avalanchego-path to your avalanche-network-runner control start command.
I wrote a service file to use ANR to run a local devnet that doesn't get killed when I close my terminal but I cannot add a subnet to it when it's running in the service
Here is the error I get
Error: rpc error: code = Unknown desc = avalanche exec is not defined
Here is the service
Here is the command I am trying to run which gives the error above
The text was updated successfully, but these errors were encountered: