Closed sudddy closed 8 months ago
I get the below error when I try to hit the openidvc endpoint. What am I missing?
throw new core_1.CredoError('Request context not set.');
Fixed the issues.
What was the issue?
I forgot to register the router endpoint with the app 🤦
app.use('/oid4vci', openId4VciRouter);
When I tried to test the '/oid4vci' issuer endpoint, I realized that an issuerId is required for the process to proceed. (It's not an issue) but shall we try not to throw an Error message?
('Request context not set.');
Hello @TimoGlastra
I have created an offer using OpenID. However, when I attempted to receive the offer through [https://openid4vc.animo.id/](OpenId4vc Animo), I received an error message as seen in the screenshots below:
I am uncertain whether the agent will handle the configuration or if it needs to be done manually. Could you please clarify this for me?