http://localhost:8004/api/novu are blocked with “unknown address space” / net::ERR_FAILED (health-check and discover). Looks like HTTPS→HTTP mixed-content/Private Network blocking before CORS./api/novu via serve({ workflows })proxy.ts (Next.js v16 convention) with matcher ['/api/novu', '/api/novu/:path*']eu.dashboard-v2.novu.co, dashboard-v2.novu.co, dashboard-v0.novu.coOPTIONS returns 204 with Access-Control-Allow-Private-Network: truehttp://localhost:8004/api/novu?action=health-check → { "status": "ok", "sdkVersion": "2.7.1", ... }https://dashboard-v0.novu.co), requests to localhost are blocked before CORS is appliedproxy.ts, expanded allowlist, verified preflight/PNAnpx novu@latest dev --port 8004 --route /api/novu and opened the printed link; still sometimes lands on v0-origin and remains blocked
