Reputation: 33
when I am trying to run this on my server I am getting following error but is working on my local machine.
RefreshError: ('invalid_grant: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe.
Check your iat and exp values and use a clock with skew to account for clock differences between systems.'
Upvotes: 2
Views: 827
Reputation: 1016
Check whether correct time is configured in the server. Mostly this will resolve the issue.
Upvotes: 1