"apple id token invalid: Token used before issued
social:
apple:
bundle_id: ‘bundle_Id’
any idea about this please help.
"apple id token invalid: Token used before issued
social:
apple:
bundle_id: ‘bundle_Id’
any idea about this please help.
Hello @developerdinno,
This seems to indicate that the server clock is incorrect, please make sure it’s synchronized with an ntp server.
If the issue persists please provide the full server error logs.
Best.
inside the docker file
ENV TZ=Etc/UTC
RUN apt-get update &&
apt-get install -y --no-install-recommends tzdata ntp &&
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime &&
echo $TZ > /etc/timezone &&
service ntp start &&
apt-get clean && rm -rf /var/lib/apt/lists/*
this is my error logs
backend_dev | {“level”:“info”,“ts”:“2024-12-24T04:01:58.660Z”,“caller”:“server/core_authenticate.go:42”,“msg”:“Could not authenticate Apple profile.”,“error”:“apple id token invalid: Token used before issued”}
this is the error log
This solve the issue in apple authenticate But when i use link apple same issue arise
Perhaps the clock is skewing inside Docker for some reason, I can’t think of another reason why this would happen.