Is there an existing issue for this?
What is the bug related to?
Registry
Current Behavior/Issue
The presentation id returned is in the form did:web:localhost%3A9297:presentations:example-id which is a valid id , but returns the error A presentation with the specified ID does not exist.
Expected Behavior
The presentation must be returned as verified if valid id is entered.
Steps To Reproduce
No response
Environment
- OS: Fedora Linux 35
- Node:16.17.1
- Docker:Docker version 20.10.18, build b40c2f6
Anything else?
If we modify the localhost%3A9297 part as localhost%253A9297 in the id then the presentation is verified properly
Is there an existing issue for this?
What is the bug related to?
Registry
Current Behavior/Issue
The presentation id returned is in the form
did:web:localhost%3A9297:presentations:example-idwhich is a valid id , but returns the errorA presentation with the specified ID does not exist.Expected Behavior
The presentation must be returned as verified if valid id is entered.
Steps To Reproduce
No response
Environment
Anything else?
If we modify the localhost%3A9297 part as localhost%253A9297 in the id then the presentation is verified properly