All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 47s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m12s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 31s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s
Load-more requests read URL params (postcode, radius, etc.) but page_size is never in the URL — it's hardcoded in page.tsx. Without it the backend received page_size=None, hit a TypeError on (page-1)*None, returned 500, and the silent catch left the user stuck on page 1. In a dense area (e.g. Wimbledon SW19) 50 schools fit within ~1.8 miles, so page 1 never shows anything beyond that regardless of selected radius. Fix: - Backend: give page_size a safe default of 25 instead of None - Frontend: explicitly pass initialSchools.page_size in load-more params Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 KiB
32 KiB