Hello!
I use nuxt-auth-utils on a site hosted on Netlify with Google Oauth scheme.
(https://koalamed.org)
Everything worked ok for a month or so, but now Google throws 400: invalid_request error with this info: redirect_uri=https://proxy.proxy-production.svc.cluster.local:80/api/auth/google flowName=GeneralOAuthFlow
In google console I’ve set authorized redirect URI as https://koalamed.org/api/auth/google
As I understand instead of this proxy-proxy stuff it awaits my domain, right?
Is it auth-utils problem or is it on Netlify side?
same problem here for some sites with cloud functions from yesterday, we have to add proxy.proxy-production.svc.cluster.local:80 to origins allowed… no sense