
When I select NULL as the value and click update, it shows that the update is successful, but when I refresh it changes back to add-avatar. It seems that all fields cannot be changed to null.
TL;DR
Developers are experiencing a database error where selecting NULL as a value and updating appears successful but reverts back to 'add-avatar' upon refresh. This issue indicates that all fields cannot be changed to null. A possible solution could be to check for any constraints that prevent null values from being accepted in the database.Recommended threads
- Error while updating documents from Appw...
while trying to update the document in a collection getting Invalid document structure: Unknown attribute: "ids" which is not in the collection. Appreciate the...
- Appwrite schema migrations
Hi team, I'm new to Appwrite and wanted to read up on how database schema migrations are handled. I did see the cli collections pull and push commands however, ...
- Email Rate Limiting Issues with Magic Li...
Hi team, I'm experiencing rate limiting issues with email sending during user sign-up and need some guidance. **Setup**: - SvelteKit SPA with Appwrite Cloud (P...
