diff --git a/src/infrastructure/RequestHelper.ts b/src/infrastructure/RequestHelper.ts index 8477c0df..9ba3120c 100644 --- a/src/infrastructure/RequestHelper.ts +++ b/src/infrastructure/RequestHelper.ts @@ -31,7 +31,7 @@ export async function get( // Rescurse through pagination results if (!query.page && underLimit && pagination.next) { const { next } = Li.parse(headers.link); - const more = await get(service, next.replace(service.url, ''), { + const more = await get(service, next.replace(service.url + '/', ''), { maxPages, sudo, showPagination: true