mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-13 10:36:21 +02:00
Desktop Configuration panel was leaking to web due to being in FULL_PANELS/TECH_PANELS configs. Removed from static configs (injected programmatically for Tauri) and filtered from toggle UI on web. World Bank API returns 403 to Vercel edge IPs. Added /worldbank proxy route to Railway relay with full response transformation and 30-min cache. Client tries Railway first, falls back to Vercel. Polymarket gamma-api suffers Cloudflare JA3 blocking from Vercel. Added /polymarket proxy route to Railway relay with 2-min cache. Client fallback chain: browser-direct → Tauri → Railway → Vercel → production.