openwallet-foundation / credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://credo.js.org
Apache License 2.0
260 stars 197 forks source link

"message": "No message class found for message type \"https://didcomm.org/issue-credential/1.0/offer-credential\"" #1875

Open Pratik-1001 opened 3 months ago

Pratik-1001 commented 3 months ago
image

On credential offer , the data is not getting stored by the agent automatically as it happens for basicMessages.

genaris commented 3 months ago

It seems that you are not including anoncreds module to your Agent instance. This one is the one that adds support to issue-credential V1. You can see in the demo an example of module configuration.In particular, you will be more interested in the config used in proofs, credentials and anoncreds module to make it work.