index creation failed in cloud version, if String attribute size is more the 500
- 0
- Databases
- Cloud
workig if size is less then 500,
The total size of all the attributes in your index is probably too big. It's probably this error: https://medium.com/geekculture/appwrite-frequently-asked-questions-374ce81513fe#d54c
FYI, we plan to improve how we present these types of errors to give more feedback than just a 500 error...especially since you can't check the docker logs on cloud
i have only one attribute and size is set to 1000, in upper version it s working fine
check what i linked
ok,reading
4*1000= 4000 >3072(bytes) this is the reason ?
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...