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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...