please help: when I try to modify attribute size or key or anything, I am getting this errors:
TypeScript
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/src/code/vendor/utopia-php/database/src/Database/Validator/Index.php on line 62
[Error] Timestamp: 2025-06-30T21:48:17+00:00
[Error] Method: PATCH
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/attributes/string/:key
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Invalid index attribute "" not found
[Error] File: /usr/src/code/app/controllers/api/databases.php
[Error] Line: 409
TL;DR
Developers on appwrite 1.7.4 facing issues modifying attributes due to deprecated function call. Error message indicates invalid index attribute not found. To fix, update to the latest version of appwrite, as this issue may have been resolved in newer releases.I am using appwrite 1.7.4. is it safe to use the migrate command?
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...