Google YOLO登录功能失效:客户端源不被API允许,求修复方案及时间
Google YOLO (One Tap) Login Failure: "Client Origin Not Permitted" Error & Fix ETA
Hey there, let’s break down this widespread issue with Google YOLO (One Tap) authentication that’s hitting a lot of developers right now.
First, the core problem you’re facing:
Your YOLO login flow is completely non-functional, throwing the error: The client origin is not permitted to use this API
You’ve already correctly added your domain to the allowed HTTP referrers in the Google Cloud Console, which makes this even more frustrating because that’s the first fix everyone checks.
This isn’t an isolated case—many developers are reporting identical failures, even after verifying their referrer restrictions multiple times. There’s active chatter in developer communities where users have noted that while most sites are affected, a small handful of platforms still have working One Tap implementations.
What we know about a fix ETA
Unfortunately, Google hasn’t released an official timeline for resolving this outage yet. The most reliable way to get updates is to keep an eye on:
The Google Cloud Status Dashboard (for real-time service health)
The official Google Identity Platform support forums, where the team posts outage details and resolution progress.
Temporary workaround
To keep your login system working for users while we wait for a fix, consider rolling out a fallback authentication method—like the traditional Google OAuth 2.0 authorization flow. It’s a bit more involved than One Tap, but it’s a stable alternative that should keep your users able to log in without disruption.
内容的提问来源于stack exchange,提问作者tsukasagenesis