Hey guys, I keep getting `ERROR: Token is issued i...
# orm-help
d
Hey guys, I keep getting
ERROR: Token is issued in the future (iat).
when trying to
prisma deploy
. I made sure my server and local environments are using the same timezone. I made changes to the timezones recently, so maybe the problem somehow persists from the time when they used to be different. Though I also generated new token with
prisma token --env-file variables.env
. Any idea where to look at?
Solved that by using the NTP tool on my DO droplet. Synced time, it looked like the system clock was out of sync. It was a small change that really made much difference.