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 have a credential with ID a7c00bb8-db11-4eca-b15a-959fbc032112 in the state of Offered. However, when I try to call the issue endpoint as listed in the reference, I get errors:
When I 'Try It' in the UI or run locally in a node program, it fails with a 500 and response body:
{
"error": "Unhandled exception: A value must be provided. (Parameter 'id')",
"errorType": "ArgumentException"
}
When I use the curl command in a shell, I get an HTML error response body:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Length Required</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Length Required</h2>
<hr><p>HTTP Error 411. The request must be chunked or have a content length.</p>
</BODY></HTML>
The text was updated successfully, but these errors were encountered:
I have a credential with ID
a7c00bb8-db11-4eca-b15a-959fbc032112
in the state ofOffered
. However, when I try to call the issue endpoint as listed in the reference, I get errors:The text was updated successfully, but these errors were encountered: