I have n numbers of data in appwrite collection. I want to get that data where id is something and createdAt DESC. But I 'm getting error while creating index in it.
you don't need fulltext on $createdAt. There is index by default on all internal attributes. Leave it on "key" and try recreating once?
I thought that was related to yesterday issue 😅
@Khushal@2303 Try this
okay, I'm trying @joeyouss
Getting same error
is it on cloud?
Yes, in cloud
weird, i tried creating it, it is successful for me
Can you DM me your project ID please?
Also, why are you creating a createdAt index? can you tell me your use case of this?
I think I don't need to create index for it. I will work with $createAt. So I will manage it with key $createAt. Thank you @joeyouss for you time.
it's strange, I'm trying with other attribute and it's still failing
Seems like there are problems with the database cluster
would be helpful if you share your project ID with me once?
@Khushal@2303 Does it work now? If not, send your project ID to Jyoti
@D5 and @joeyouss Now working perfectly, don't know how but it's working fine now.
That’s great to know, I shall close this then
[SOLVED] Failed - Index creating
Error in line 92749718848: Jyoti couldn't fetch further information
I wonder if I might be an AI as well
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...