Sobes.tech
Senior

Not all reviews are loaded Description Not all reviews are displayed on some listings.

sobes.tech AI

Answer from AI

If not all reviews are displayed on some listings, possible reasons could be:

  • Limitation on the number of reviews loaded (e.g., pagination or API limit).
  • Frontend logic errors, causing not all reviews to be displayed.
  • Backend issues: not all reviews are correctly saved or returned.
  • Caching that is not updated and shows outdated data.

For diagnostics:

  1. Check if there is pagination or a limit on the number of reviews and how it is implemented.
  2. Review API request logs and responses — are all reviews returned?
  3. Check for errors in the browser console.
  4. Verify how reviews are loaded on the frontend (e.g., lazy loading).
  5. Check if reviews are filtered by any parameters.

In tests, cover scenarios with a large number of reviews, check pagination, and the correctness of displaying all reviews.