You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
alkanyunus, julius-b, stephen-talari, vegetarianlife, rafaneri and 1 more