Broken 3rd party module pagination
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
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.
This is still a problem, so reopening
Happy to help. Is there documentation about how to bootstrap a local mongodb instance for the registry?
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
This has been fixed now.