openwallet-foundation/credo-ts

Anoncreds Initialisation Error

sudddy opened this issue · 2 comments

I'm unable to find the anoncreds and autoCreateLinkSecret in AnonCredsModuleConfigOptions.

{
   "level":"error",
   "message":"Agent Initialization Failed Cannot inject the dependency \"anonCredsIssuerService\" at position #3 of "AnonCredsApi constructor. Reason:\n    Attempted to resolve unregistered dependency token: \"Symbol(AnonCredsIssuerService)\"",
   "stack":"Error: Cannot inject the dependency \"anonCredsIssuerService\" at position #3 of \"AnonCredsApi\" constructor. Reason:\n    Attempted to resolve unregistered dependency token: \"Symbol(AnonCredsIssuerService
} 

Versions: 
{
"@credo-ts/action-menu": "^0.5.0-alpha.101",
"@credo-ts/anoncreds": "^0.5.0-alpha.101",
"@credo-ts/askar": "^0.5.0-alpha.101",
"@credo-ts/cheqd": "^0.5.0-alpha.101",
"@credo-ts/core": "^0.5.0-alpha.101",Ï
"@credo-ts/indy-vdr": "^0.5.0-alpha.101",
"@credo-ts/node": "^0.5.0-alpha.101",
"@credo-ts/openid4vc": "^0.5.0-alpha.115",
"@credo-ts/question-answer": "^0.5.0-alpha.101",
"@credo-ts/tenants": "^0.5.0-alpha.101",
}


I can see this has been merged as well - https://github.com/openwallet-foundation/credo-ts/pull/1204

You're not on the latest alpha release for 0.5.0. Please update to alpha 127

Ahh, cool. Thanks @TimoGlastra.