fix(finance): restore 6 missing news categories + add finance favicons#654
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
PR #622 (server-side feed aggregation) only ported 8 of 14 finance categories to VARIANT_FEEDS. The 6 omitted categories (derivatives, fintech, regulation, institutional, analysis, gccNews) caused "UNAVAILABLE" panels on finance.worldmonitor.app. Restores all feeds to match the pre-migration frontend config exactly. Also adds missing public/favico/finance/ directory (404s on favicon).
koala73
force-pushed
the
fix/finance-variant-missing-feeds
branch
from
March 1, 2026 10:34
30961f4 to
2c2ecc1
Compare
6 tasks
koala73
added a commit
that referenced
this pull request
Mar 1, 2026
#654) PR #622 (server-side feed aggregation) only ported 8 of 14 finance categories to VARIANT_FEEDS. The 6 omitted categories (derivatives, fintech, regulation, institutional, analysis, gccNews) caused "UNAVAILABLE" panels on finance.worldmonitor.app. Restores all feeds to match the pre-migration frontend config exactly. Also adds missing public/favico/finance/ directory (404s on favicon).
matthewvecchione1-ops
pushed a commit
to matthewvecchione1-ops/worldmonitor
that referenced
this pull request
Mar 4, 2026
koala73#654) PR koala73#622 (server-side feed aggregation) only ported 8 of 14 finance categories to VARIANT_FEEDS. The 6 omitted categories (derivatives, fintech, regulation, institutional, analysis, gccNews) caused "UNAVAILABLE" panels on finance.worldmonitor.app. Restores all feeds to match the pre-migration frontend config exactly. Also adds missing public/favico/finance/ directory (404s on favicon).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VARIANT_FEEDS['finance']since PR feat(news): server-side feed aggregation to cut Vercel costs ~70-95% #622eceeb6b8^)public/favico/finance/directory (was causing 404s on finance.worldmonitor.app)Root cause
PR #622 moved from per-feed client-side fetching to server-side digest aggregation. Only 8 of 14 finance categories were ported to
VARIANT_FEEDS. The 6 omitted categories had no digest data, and withnewsPerFeedFallbackdisabled, panels showed "UNAVAILABLE".Test plan