Invalid Access Token Exception #130
Closed
ankitbhansali
started this conversation in
Bugs
Replies: 2 comments
-
You need to port-forward to create the root user. Please use the command: You can then call the API with host: localhost:8080 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of: #131 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, All pods are running fine in QUick Setup.
I can access the employee page.
But when i run the postman collection to create super user, i get the below response.
"Errors": [
{
"code": "BadRequest",
"message": "400 : [{"ResponseInfo":null,"Errors":[{"code":"InvalidAccessTokenException","message":"An unhandled exception occurred on the server","description":"Invalid Access Token Exception","params":null}]}]",
"description": "400 : [{"ResponseInfo":null,"Errors":[{"code":"InvalidAccessTokenException","message":"An unhandled exception occurred on the server","description":"Invalid Access Token Exception","params":null}]}]",
"params": null
}
]
Beta Was this translation helpful? Give feedback.
All reactions