Open reitcircles opened 5 months ago
@reitcircles, thanks for reporting the issue. What revision of the identity-cloud-agent are you using to run the agents?
In short, we renamed many references and environment variables during the migration to Hyperledger, including some references to the term PRISM
.
I think you need to rename the NODE_VERSION
variable to PRISM_NODE_VERSION
in your revision
how do i find out version of the agent ? We just cloned the github and started it from main branch ...
AGENT_VERSION=1.35.1
PRISM_NODE_VERSION=2.4.1
VAULT_DEV_ROOT_TOKEN_ID=root
API_KEY_ENABLED=false
PORT=8000
NETWORK=identus
VAULT_DEV_ROOT_TOKEN_ID=root
PG_PORT=5432
I suggest using the above configuration for .env-issuer
file as it should work, unless you specifically need the previous version for some reason
@reitcircles
Is this a regression?
Yes
Description
Just trying to run an agent locally in docker. It fails to startup without any proper error message.
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response