Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project.
Issue 1 – Google OAuth credentials reverting
- I configure my own Google Client ID and Client Secret.
- Authentication works correctly after saving.
- After several hours, the credentials automatically revert to different values I did not set.
- Login then fails until I manually re-enter my credentials.
- No one else has project access.
- I am not modifying these settings manually.
Issue 2 – Apple OAuth configuration wiped
- Apple OAuth was fully configured and tested successfully.
- Several hours later, the provider was automatically disabled.
- All fields (Services ID, Key ID, Team ID, P8 content) were cleared.
- No manual changes were made.
Notes
- This behavior occurs overnight without any interaction.
- It affects multiple OAuth providers (Google and Apple)
- I am on a self-hosted instance of Appwrite v1.8.1
Questions
- Is there any automated config sync or environment override that could reset OAuth providers?
- Could this be caused by a deployment, container restart, or anything similar?
- Is there an audit log to track provider configuration changes?
TL;DR
Developers are facing issues with OAuth credentials reverting in Appwrite project. Google and Apple OAuth configurations are being reset without manual intervention, causing login failures. The behavior occurs overnight and affects multiple providers.
**Solution:** Check for automated config sync or environment override and monitor for any deployment or container restarts that could trigger the reset. Look into an audit log feature to track provider configuration changes.Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...