
TypeScript
Request header field User-Agent is not allowed by Access-Control-Allow-Headers.
Fetch API cannot load https://appwrite.ven0m.kr/v1/account?# due to access control checks.
Failed to load resource: Request header field User-Agent is not allowed by Access-Control-Allow-Headers.
Google OAuth was working fine until few days ago, but suddenly cannot login in iOS Safari. I searched the internet and it might be Appwrite server-side problem. (And I didn't touch anything in Netlify, too.)
appwrite.ven0m.kr
=cloud.appwrite.io
's custom domain
TL;DR
Issue: Cannot login via Google OAuth in Flutter Web due to header issue.
- Google OAuth suddenly stopped working, leading to login issues in iOS Safari.
- Error message: Request header field User-Agent is not allowed by Access-Control-Allow-Headers.
- The problem might be related to Appwrite server-side settings.
Solution: The issue might be due to the Appwrite server-side problem. Check and adjust the server-side settings to ensure proper handling of headers, specifically Access-Control-Allow-Headers, which may resolve the login problem.Recommended threads
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- dart function very slow
sometimes waiting too long, about 3mins to 5mins, sometimes very fast, not build time, just execute, anyway to speed up?
