
Hello,
Project ID: 6878bf3f003760131a6d Custom Domain: api.hustleproof.app
Problem: New users are unable to sign up via Google OAuth on my custom domain. Network logs show that the Appwrite server is incorrectly responding with a 301 Moved Permanently status code on both the initial OAuth endpoint (.../oauth2/google) and on the callback endpoint (.../oauth2/callback/google/...).
This breaks the authentication flow, preventing new user creation. Existing users with active sessions are unaffected. Can you please investigate and fix the server/proxy configuration for my custom domain to remove these incorrect 301 redirects?
** Context for the Support Team**
Hello Appwrite Team,
Here is context for my issue. I have been working to set up a new custom domain (api.hustleproof.app
) for my Appwrite Cloud project.
- Initial Problem (Now SOLVED): At first, I had a
net::ERR_CERT_COMMON_NAME_INVALID
error. With help from your support team, we diagnosed that myCAA
DNS record was blocking certificate generation from your provider, "Certainly" - The Fix (Completed): I have since added the correct
CAA
record (0 issue "certainly.com"
) to my DNS provider (Vercel). This successfully fixed the SSL issue, and my domain is now reachable with a valid certificate - The New Problem (Current Issue): Immediately after the SSL certificate was fixed, a new problem appeared. The Google OAuth flow is broken due to incorrect
301 Moved Permanently
redirects
New issue is preventing any new user from signing up. Existing users who already have a session cookie can use the application fine, but if they were to log out, they would be unable to log back in
Thank you for looking into the server configuration for my custom domain to resolve these 301
redirects.
Recommended threads
- Bulk API upsert or Create documents func...
Hi , I keep getting “databases.upsertDocuments” or “createDocuments” function is not a valid appwrite function error . Following is a simple node.js code (modi...
- Nameserver IPs
I try to set up the nameservers for Appwrite on EUServ, however Appwrite's nameservers both have the same IP. EUServ wants at least two different IPs for the na...
- SSL Certificate Not Provisioning for Cus...
Hello! I need some help with my Appwrite Cloud project. Project ID: 6878bf3f003760131a6d Custom Domain: api.hustleproof.app Problem: I have correctly configur...
