dotland icon indicating copy to clipboard operation
dotland copied to clipboard

Broken 3rd party module pagination

Open dudleycarr opened this issue 3 years ago • 1 comments

As of right now, the 3rd party modules page (https://deno.land/x) indicates 4,726 total modules. The modules index endpoint (https://apiland.deno.dev/v2/modules) returns a 404 for pages 12 and over (limit=100). The same behavior can be seen attempting to page past page 60 on https://deno.land/x.

https://apiland.deno.dev/v2/modules?limit=100&page=12

The broken URL path is being return as the next value from page 11: https://apiland.deno.dev/v2/modules?limit=100&page=11

dudleycarr avatar Sep 21 '22 14:09 dudleycarr

https://deno.land/x no longer sources it content from apiland.deno.dev. It instead gets it from our search engine. So I am not sure the behaviour you are observing is connected.

kitsonk avatar Sep 26 '22 07:09 kitsonk

This is still a problem, so reopening

crowlKats avatar Dec 26 '22 18:12 crowlKats

Happy to help. Is there documentation about how to bootstrap a local mongodb instance for the registry?

dudleycarr avatar Dec 26 '22 18:12 dudleycarr

mongodb is not related, but rather datastore. it seems more of a setup issue or something of the sort; i will investigate this in the coming weeks

crowlKats avatar Dec 26 '22 19:12 crowlKats

This has been fixed now.

crowlKats avatar Jan 03 '23 16:01 crowlKats