Need a help with JokenJwks and Joken

Hi!
I have a flutter mobile app and graphql phoenix app for server.
Flutter app uses google sign in function using idToken and I verify that token in my server.
I used Joken and JokenJwks for this purpose and it works in my dev environment.

Then I deployed to fly.io. and set secrets for google api , client_id and client_secret same
with dev environment.

I tried google sign in flutter app to live server for testing
I got error

idToken error
[
message: "Invalid token",
claim: "aud",
claim_val: "google client id*****"
]

Am I missing something? Do you guys have any idea?