45.DanOriginal post
Web Developer
Hi All,
I am having a issues across my app with how i am getting data, and just wanted to check if this was an issues with the new changes on appwrite over the past few weeks, or if it is an issue with how i am calling the database.
{"message":"Invalid queries param: Value must a valid array no longer than 100 items and Value must be a valid string and at least 1 chars and no longer than 4096 chars","code":400,"type":"general_argument_invalid","version":"1.8.0"}'
Summary
Developers are facing issues with query lengths in their app. The error message indicates that the query must be a valid array with a length between 1 and 100 characters. The solution is to ensure the query complies with these specifications.