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
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...
- appwrite pull Tables duplicates all coll...
I encountered a bug when running appwrite pull Tables. Every existing collection in my appwrite.json gets duplicated. One collection ended up appearing three t...
- Opening Project I get "500 Internal Erro...
https://cloud.appwrite.io/console/project-fra-69521af1003b40c342b1/overview/platforms I want open my app now. how to fix this? I can't find solution to fix th...