Skip to content

503version--bug--SimpleIdServer.IdServer.Website.Startup #853

@worldofchu

Description

@worldofchu

SimpleIdServer.IdServer.Website.Startup -release503

after program started, when you click Deferred credentials ,then you got a bug.
the did is null!!!
can help me !

error in
public class DidExtractor
{
public static DecentralizedIdentifier Extract(string did)
{
if (string.IsNullOrWhiteSpace(did)) throw new ArgumentNullException(nameof(did));

Metadata

Metadata

Labels

No labels
No labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions