Skip to content

/packs listing appears stale while direct pack pages are already live #16

@Sogl

Description

@Sogl

The /packs page appears to be serving a stale snapshot, even though direct pack pages are already live.

Examples of direct pack pages that currently work:

But the main listing page still looks stale:

Observed behavior:

  • /packs still reports lastUpdated: 2026-03-12
  • newer packs are available by direct URL, but are not reflected correctly in the /packs listing snapshot

What I checked:

Relevant code:

Potential cause:

  • the direct pack route explicitly exports revalidate = 1800
  • the /packs route does not appear to export revalidate
  • fetchAllPacks() uses cached fetches against the published registry index

My guess:

  • direct pack pages are revalidating correctly
  • /packs is still serving an older prerendered snapshot

If helpful, I can also open a follow-up PR once the intended caching behavior for /packs is confirmed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions