Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember correctly, the "Memberships privacy" option in Auth > Security didn’t exist back then.
With 1.7.4, I initially had trouble accessing the userName and userEmail fields of memberships, but after discovering the "Memberships privacy" setting and enabling both options, everything worked fine.
However, over the past two days, I’ve had this issue occur twice: suddenly, the server starts returning null for both userName and userEmail in the membership objects again. Both times, I was able to fix it by toggling the privacy options off and back on in Auth > Security > Memberships privacy, and after that, the server immediately started returning the values again.
It seems like Appwrite sporadically “forgets” this setting or stops applying it correctly. Since I didn’t change any code, this feels like it might be a bug in version 1.7.4?
Has anyone else experienced this?
Cheers!
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...