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.'
1 个解决方案
#1
1
Check whether correct time is configured in the server. Mostly this will resolve the issue.
检查服务器中是否配置了正确的时间。这主要将解决问题。
#1
1
Check whether correct time is configured in the server. Mostly this will resolve the issue.
检查服务器中是否配置了正确的时间。这主要将解决问题。