AWS amplify push "uploading files.." runs about 30 minutes than says "difference between the request time and current time is too large"
There are many similar topic, but the difference are:
- I'm on windows
- I have different timezone: +2 hours than S3..
- Im using aws "amplify push"
And it works for a year, without any problem.
Update 1: In windows time settings I changed "internet time" to "0.amazon.pool.ntp.org" and time sync is done. (win restart done too).
Update 2: amplify cli log says:
A huge amount of file push was successful, then get some error (time difference), then another thousands successful push again..
Update 3: Problem resolved? I did an "amplify pull" and my modifications lost/overwritted. Then "amplify push", and its done without any errors.
Update 4:
When i run an "amplify pull", the amplify push worked again. But when i modify schema.graphql (add a @key) and run "amplify push" to push the changes to AWS, the error comes back again.
:(