https://github.com/martinjh99/astro-site/blob/pagination/src/pages/yorkshire/[...page].astro
I am getting this error when using pagination with an api call...
at paginateUtility (file:///home/martin/astro/astro-site/node_modules/astro/dist/core/render/paginate.js:22:24)
at Module.getStaticPaths (/home/martin/astro/astro-site/src/pages/yorkshire/[...page].astro:10:8)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async callGetStaticPaths (file:///home/martin/astro/astro-site/node_modules/astro/dist/core/render/route-cache.js:29:17)
at async getProps (file:///home/martin/astro/astro-site/node_modules/astro/dist/core/render/params-and-props.js:14:23)
at async matchRoute (file:///home/martin/astro/astro-site/node_modules/astro/dist/vite-plugin-astro-server/route.js:37:7)
at async run (file:///home/martin/astro/astro-site/node_modules/astro/dist/vite-plugin-astro-server/request.js:38:28)
at async runWithErrorHandling (file:///home/martin/astro/astro-site/node_modules/astro/dist/vite-plugin-astro-server/controller.js:64:5)
at async handleRequest (file:///home/martin/astro/astro-site/node_modules/astro/dist/vite-plugin-astro-server/request.js:34:3)```
Please ignore the debug line...