π Bug Report: Sign in with Apple/Google not working on self-hosted Appwrite 1.8.0-RC2
- 0
- Self Hosted
- React Native
- Cloud
Environment:
- Appwrite version: 1.8.0-RC2 (self-hosted)
- Working version: 1.8.0 (Appwrite Cloud)
- Platform: React Native
- React Native version: 0.74.5
- react-native-appwrite: ^0.14.0
- Deployment: Self-hosted (https://staging.app.doko.so/ ) Cloud: https://cloud.appwrite.io/console/project-nyc-68a017a2000ccc93e120 π§© Description
Iβm trying to implement Sign in with Apple and Sign in with Google using react-native-appwrite on my self-hosted Appwrite instance (1.8.0-RC2).
I followed all the steps in the documentation exactly, but the login flow does not work β no token or redirect is completed. However, when I try the same setup on Appwrite Cloud (version 1.8.0), everything works fine.
This suggests something might be different between 1.8.0-RC2 (self-hosted) and 1.8.0 (cloud).
π§ͺ Steps to Reproduce Set up a self-hosted Appwrite server at version 1.8.0-RC2. Configure Sign in with Apple and Sign in with Google according to the official Appwrite documentation Integrate react-native-appwrite in the React Native app. Try to sign in using Apple or Google.
β Actual Behavior On self-hosted (1.8.0-RC2), the sign-in process fails. On Appwrite Cloud (1.8.0), the exact same configuration works fine.
π₯ Expected Behavior The authentication flow should work the same as it does on Appwrite Cloud (version 1.8.0). User should be redirected back to the app with a valid session.
π Question
- Is there any known issue with Apple/Google OAuth in version 1.8.0-RC2?
- Are there additional environment variables or configs required on self-hosted?
The screen recording video is running the cloud version, and the other picture is running by self host.
Recommended threads
- Bug Report: type generation for enum of ...
### π Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Github Repos are not appearing on sites ...
Hi, Has anyone had recent issues with sites feature where github repos are not appearing? I even tried unliking and giving it a shot! It does not even show up, ...
- Selfhosted 1.8.0 500 Server Error [Fresh...
Good evening, Currently running into issues with deploying 1.8.0 on a Dokploy instance I have. Prior to this we had 1.6.x running and it was fine. Tried to up...