Appwrite custom domain: backend.mysite.io
Namecheap settings:
- CName: host:
backendvalue:nyc.cloud.appwrite.io - NS: host:
backendvalue:ns1.appwrite.zone - NS: host:
backendvalue:ns2.appwrite.zone
Google redirect link:
https://backend.mysite.io/v1/account/sessions/oauth2/callback/google
The sdk is using backend.mysite.io
I get: page not found when I click Google OAuth. It worked before changing to custom domain.
TL;DR
Developers are using OAuth with a custom domain but are receiving a "page not found" error when clicking on Google OAuth after changing to a custom domain. The custom domain is `backend.mysite.io`, with Appwrite settings correctly configured on Namecheap and Google redirect link set as `https://backend.mysite.io/v1/account/sessions/oauth2/callback/google`. Double-check the DNS and CName settings to ensure they are correctly pointing to the Appwrite server to resolve the issue.Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...