-
-
Notifications
You must be signed in to change notification settings - Fork 39
Authenticate Cloud Run #50
-
Hi there 👋🏻,
I have a problem and I hope someone can help me.
I`m using Laravel 8 (PHP 8) and Cloud Run. I get to create an Job but I don't get to handle this Job because it occurs an erro in authentication, follow this log:
UnexpectedValueException: Audience does not match in /app/vendor/google/auth/src/AccessToken.php:271
Someone would known if is need more some step for working in cloud run.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions
Hi, this was a bug in 3.x which I just released a patch for: 3.1.1
Can you try with that version and let me know if it works?
Replies: 1 comment 1 reply
-
Hi, this was a bug in 3.x which I just released a patch for: 3.1.1
Can you try with that version and let me know if it works?
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1 -
🎉 1
-
Yes, it worked.
Thank u very much! 😀
Beta Was this translation helpful? Give feedback.