Why it is showing this error?
I think this is happening because of the individual sizes of the followerId and followingId columns. So that when they're indexed together, the total size exceeds 767.
Can you tell if their type & size ?
this happens to me when i index an int i'm not sure how to fix this with a string but if i set the int limit to under 737 it works so it could possibly be a bug
In latest version, the string type is deprecated. There are other types available according to different sizes i.e. Text, Mediumtext, Longtext & Varchar. For attributes like ids, you can use Varchar as it has variable size
Recommended threads
- Scheduled functions (CRON) not firing — ...
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...