Skip to content

Missing error details when enrollment URL is invalid #255

Description

@romanstrobl

The cause of error is not printed out in case enrollment URL is invalid (invalid protocol, port, etc.).

The error is:

    {
      "id" : "activation-create-error-generic",
      "status" : "ERROR",
      "object" : {
        "stackTrace" : [
          {
            "methodName" : "callServer",
            "fileName" : "AbstractBaseStep.java",
            "lineNumber" : 336,
            "className" : "io.getlime.security.powerauth.lib.cmd.steps.AbstractBaseStep",
            "nativeMethod" : false
          },
          {
            "methodName" : "execute",
            "fileName" : "AbstractBaseStep.java",
            "lineNumber" : 148,
            "className" : "io.getlime.security.powerauth.lib.cmd.steps.AbstractBaseStep",
            "nativeMethod" : false
          },
...

We should provide more details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions