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_INVALIDerror. With help from your support team, we diagnosed that myCAADNS record was blocking certificate generation from your provider, "Certainly" - The Fix (Completed): I have since added the correct
CAArecord (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 Permanentlyredirects
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
- Appwrite Cloud project is paused and nev...
Hi Appwrite Team & Community, I am facing a problem with one of my Appwrite Cloud projects which seems to be identical to the other cases of "paused projects" ...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...
- Project auto-blocked after load testing ...
Hi team 👋 My project has been automatically blocked with the message: "Project is currently blocked — Access to this project is restricted. Contact support if...