_createnovalidate API error #1816
Replies: 1 comment
-
Duplicate ticket: egovernments/Digit-Core#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 superuser, 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
}
]
Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions