Firebase app check token validation error due to server time

I am using firebase app check(JWT TOKEN) to maintain security between client side and backend
the problem is backend throws this error Unauthorized: Decoding App Check token failed. Error: The token is not yet valid (iat)

this is most likely due to server time… how should I go on about this? is there something I can change on koyeb to help me fix this issue?

Hello,

We are currently looking at this, it might be related to a regression where the ntpd/chronyd is not automatically launched in the instance VM.

Bastien

1 Like

Thank you for your response I hope this fixes soon as the first screen of my application is the app check token validation screen so until this fixes I can not proceed

any update on this?

This has been fixed and should now be active on any new deployment.

Best,

Bastien

1 Like

wohoo! :partying_face: thank you!