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
Everytime I am trying to generate accessToken using oauth/token I am getting this error 500 Internal Server Error Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
On checking pycharm console I see the following :- redis.exceptions.DataError: Invalid input of type: 'ObjectId'. Convert to a byte, string or number first.
The text was updated successfully, but these errors were encountered:
Everytime I am trying to generate accessToken using
oauth/token
I am getting this error500 Internal Server Error Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
On checking pycharm console I see the following :-
redis.exceptions.DataError: Invalid input of type: 'ObjectId'. Convert to a byte, string or number first.
The text was updated successfully, but these errors were encountered: