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
- Error connecting Github
I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am...
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".