Open
Description
Hi, I've successfully get access token using Password Grant. When I try to use the access token to access secured pages, I got this error:
{
"statusCode": 503,
"status": 503,
"code": 503,
"message": "Server error: accessTokenExpiresAt
must be a Date instance",
"name": "server_error"
}
I'm using this library with Mongo Model, using Dockerized Mongo DB Version 3.4.4
Any idea how to solve this?
Metadata
Metadata
Assignees
Labels
No labels