Hi,
I am using a spring boot application and making $near queries using the @Query annotation. My queries work fine in my application until I pass a Pageable with size smaller than 2 or with a page number greater than 1.
The explanation I provided is very broad and I apologies in advance. I spent hours attempting to figure things out but I still don’t exactly know what this error even means given that my queries using $near work.
Thanks a lot!