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
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?