You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Go to **Auth** → **OAuth2 Providers** → **Google**
76
+
2. In the Google OAuth configuration, you'll see a **Redirect URL** field
77
+
3. Set this to: `https://yourdomain.com/auth/callback`
78
+
79
+
### For Apple OAuth:
80
+
81
+
1. Go to **Auth** → **OAuth2 Providers** → **Apple**
82
+
2. In the Apple OAuth configuration, you'll see a **Redirect URL** field
83
+
3. Set this to: `https://yourdomain.com/auth/callback`
84
+
85
+
**Note**: The success/failure URLs mentioned in the original documentation are not standard Appwrite settings. Appwrite handles OAuth redirects automatically to the redirect URL you specify above. The success/failure parameters are handled by your application logic in the callback route.
0 commit comments