We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
The error is also hidden in case of a 302 response.
302
Sorry, something went wrong.
romanstrobl
No branches or pull requests
The cause of error is not printed out in case enrollment URL is invalid (invalid protocol, port, etc.).
The error is:
We should provide more details.
The text was updated successfully, but these errors were encountered: