kolabrineOriginal post
Web Developer
I’ve encountered a bug in the Appwrite Cloud UI when attempting to update the user limit to 0.
My goal is to disable public registration while still allowing existing users to log in. When I send the update request, the PATCH operation completes successfully. However, after refreshing the page, the settings shows the older values instead of showing the updated limit.
Summary
Developers are facing a bug in the Appwrite Cloud UI when trying to set the user limit to 0. The `PATCH` operation seems successful but the UI reverts back to the older limit after refreshing.