Hi everyone, I would like to query data from a collection with a list of $id, but getting this error saying that the list of $id can only be 100.
Is this a hard limit or soft limit?
How can I solve this? or does this mean I can only divide the list of $id with 100 and does the query from collection for multiple times?
Summary
Developers getting "Query on attribute has greater than 100 values: $id" error even after updating `APP_LIMIT_ARRAY_PARAMS_SIZE` in `init.php`. The solution involves replacing `init.php` with volume attach. The correct path is `/usr/src/code/src/app/init.php`. The error is related to the params size constant found in the GitHub link provided. This issue can be resolved by dividing the $id list into batches of 100 and querying the collection multiple times.