`ERROR: Token is issued in the future (iat).` `{`...
# orm-help
r
ERROR: Token is issued in the future (iat).
{
"data": {
"addProject": null
},
"errors": [
{
"locations": [
{
"line": 2,
"column": 9
}
],
"path": [
"addProject"
],
"code": 3015,
"message": "Token is issued in the future (iat).",
"requestId": "local:ck8t82idw1fl90725fogs8xdy"
}
],
"status": 200
}
Get in touch if you need help: <https://slack.prisma.io>
I still have this issue, have no clue where to start looking. Do you have at least some resurces to point me to? https://prisma.slack.com/archives/CA491RJH0/p1586339152379000
Each time I run prisma token, it generates a token with a new iat. Even if I wait few hours I get the same error. The server where I try to deploy is on Frankfurt GMT+2, and I'm on GMT+3
All worked fine until I tried my last deploy, not sure what changed that could affect it
"Get in touch if you need help: https://slack.prisma.io" 😄
r
Where do you deploy your prod env? Looks like a system-time issue
r
in AWS in a docker, on Frankfurt time, which is 1 h behind my local time. But even if I wait for an hour, I get the same error (not sure if my assumption was correct)
Also when I try tp debug the token, each time I run prisma token it return a new one, with a new iat timestamp
Thanks! I changed my local machine system time with 2 hours backwords and it worked :))
👍 1