Heucles
Heucles
I am also facing the same issue
Hey @3CE8D2BAC65BDD6AA9 I was able to get it to work increasing the value of QUERY_MAXIMUM_RESULTS env, the default is 10K, for me doubling it made it work. I've also was...
@MomenNano the workarround that you've made, you've made on the package.json? something on the likes of: ```js "scripts": { "preinstall": "npx only-allow pnpm", "infra:dev:up": "docker compose -f ./docker-compose.dev.yml up -d",...