PLP Page Navigation Issue - JioMart

While scrolling through PLP in JioMart app, if there are 15 products coming from data, the api hits 5 products at a time (limit set by app dev) and ideally scroll should stop after 15 products. But, the scroll doesn’t stop and the products keep repeating itself, resulting in a never ending loop.
There is a “has_next” flag which should return false when data (15 products) are over. In this case, it is resulting in true value which causes the infinite loop.

Hi @Surbhit can you please share the relevant logs for the same.