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 encountered an issue while using Typescript sample app - (Next demo) where the agent fails with the following error message:
The DID 'did:peer:2.Ez6LS...SW10' is not enrolled., CODE e.p.req.not_enroll.
Hi @shuidev99 ,
This tends to happen when a stale peerDID is being used to communicate with the mediator.
Can you clear your local db: open dev-tools, select the Application tab, then select IndexedDB storage and remove all the tables. Then try again: refresh the page, enter your mediator DID, connect to DB and start the Agent.
Is this a regression?
Yes
Description
I encountered an issue while using Typescript sample app - (Next demo) where the agent fails with the following error message:
The DID 'did:peer:2.Ez6LS...SW10' is not enrolled., CODE e.p.req.not_enroll.
This occurred while I was following the official tutorial provided by the project (https://hyperledger.github.io/identus-docs/docs/quick-start/) . Relevant logs and a screenshot of the error are provided below for reference.
UI log:
identus-mediator-identus-mediator-1 container log:
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
I was following the official tutorial and ensured that all steps were executed as described.
The text was updated successfully, but these errors were encountered: