Rank 1: Thread
Hi,
I am having an issue with my application after the appwrite cloud got updated; before it was working absolutely fine. Some of the queries are giving me this error
{
"message": "Invalid query method: equal",
"code": 400,
"type": "general_argument_invalid",
"version": "0.11.3"
}
Also, in the project console, a few indexes are showing failed. I suppose the problem might be with the indexing. So I deleted the index and tried recreating it, but that too won't work, and it throws an error: "Index length is longer than maximum: 768".
I can't understand why this is happening because since I deployed the application, everything has been working flawlessly until the update. Please help me with it.