Skip to content

chore(cache): bump 3 cache keys to flush stale HL frontends snapshot - #773

Merged
Flotapponnier merged 1 commit into
mainfrom
chore/cache-bump-for-hl-frontends
Jun 28, 2026
Merged

chore(cache): bump 3 cache keys to flush stale HL frontends snapshot#773
Flotapponnier merged 1 commit into
mainfrom
chore/cache-bump-for-hl-frontends

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Why

After #772 (logos + registry + YAML for 6 newly identified HL frontends) deployed, the new product pages 404 because `getProvider()` reads from cached benchmark snapshots that pre-date the new YAML providers list. The cached snapshot doesn't include invo/bitget-wallet/etc., so their /products/ route resolves to undefined → notFound().

Bumps:

  • `providers-v4` → `providers-v5`
  • `bench-unfiltered-v15` → `bench-unfiltered-v16`
  • `all-benchmarks-v19` → `all-benchmarks-v20`

Same pattern as historical bumps (v11→v15, v15→v19).

…ks-v20
Flushes stale snapshots that don't include the 6 newly identified HL
frontends (invo, bitget-wallet, defi-saver, unitywallet, marsgo,
metamask-alt) added in #772. Without this, /products/<slug> 404s for
them even after the YAML + builders.json updates landed because the
cached provider list still mirrors the pre-deploy snapshot.
Same pattern as the v11→v15/v15→v19 historical bumps.
@Flotapponnier
Flotapponnier merged commit d5cee18 into mainJun 28, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the chore/cache-bump-for-hl-frontends branch July 17, 2026 14:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Flotapponnier