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
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- updateSession isn't working for google o...
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout ...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...