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
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...