Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

tdaniel1925/docs2video

https://github.com/tdaniel1925/docs2video · scanned 2026-06-16 00:30 UTC (2 months, 2 weeks ago)

419 raw signals (0 security + 419 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 419 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 47.9/100 with 100.0% coverage. It contains 2468 nodes across 12 cross-layer flows, written primarily in mixed languages. Engine surfaced 419 findings — concentrated in api (265), frontend (81), quality (60). Risk profile is high: 0 critical, 260 high, 61 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 414 of 419 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/campaigns/${id} (app/(dashboard)/admin/campaigns/page.tsx:260)
`app/(dashboard)/admin/campaigns/page.tsx:260` calls `DELETE /api/admin/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/clients/${clientId} (app/(dashboard)/clients/[id]/page.tsx:213)
`app/(dashboard)/clients/[id]/page.tsx:213` calls `DELETE /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/templates?id=${id} (app/(dashboard)/templates/page.tsx:238)
`app/(dashboard)/templates/page.tsx:238` calls `DELETE /api/templates?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://app.ayrshare.com/api/profiles/social (app/api/social-accounts/route.ts:159)
`app/api/social-accounts/route.ts:159` calls `DELETE https://app.ayrshare.com/api/profiles/social` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/profiles/social` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/activity/jobs (app/(dashboard)/activity/page.tsx:55)
`app/(dashboard)/activity/page.tsx:55` calls `GET /api/activity/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/activity/jobs` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/affiliates (app/(dashboard)/admin/affiliates/page.tsx:29)
`app/(dashboard)/admin/affiliates/page.tsx:29` calls `GET /api/admin/affiliates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/affiliates` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/api-keys (app/(dashboard)/admin/api-keys/page.tsx:30)
`app/(dashboard)/admin/api-keys/page.tsx:30` calls `GET /api/admin/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api-keys` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:80)
`app/(dashboard)/admin/page.tsx:80` calls `GET /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:95)
`app/(dashboard)/admin/page.tsx:95` calls `GET /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/campaigns (app/(dashboard)/admin/campaigns/page.tsx:206)
`app/(dashboard)/admin/campaigns/page.tsx:206` calls `GET /api/admin/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/campaigns/${id} (app/(dashboard)/admin/campaigns/page.tsx:218)
`app/(dashboard)/admin/campaigns/page.tsx:218` calls `GET /api/admin/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/costs (app/(dashboard)/admin/costs/page.tsx:32)
`app/(dashboard)/admin/costs/page.tsx:32` calls `GET /api/admin/costs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/costs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/credit-history?userId=${userId} (app/(dashboard)/admin/users/[id]/page.tsx:33)
`app/(dashboard)/admin/users/[id]/page.tsx:33` calls `GET /api/admin/credit-history?userId=${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/credit-history` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/data (app/(dashboard)/admin/page.tsx:535)
`app/(dashboard)/admin/page.tsx:535` calls `GET /api/admin/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/data` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/data (app/(dashboard)/admin/page.tsx:57)
`app/(dashboard)/admin/page.tsx:57` calls `GET /api/admin/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/data` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/data (app/(dashboard)/admin/page.tsx:86)
`app/(dashboard)/admin/page.tsx:86` calls `GET /api/admin/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/data` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:754)
`app/(dashboard)/admin/page.tsx:754` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:76)
`app/(dashboard)/admin/page.tsx:76` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:768)
`app/(dashboard)/admin/page.tsx:768` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:827)
`app/(dashboard)/admin/page.tsx:827` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:894)
`app/(dashboard)/admin/page.tsx:894` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:956)
`app/(dashboard)/admin/page.tsx:956` calls `GET /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue (app/(dashboard)/admin/revenue/page.tsx:37)
`app/(dashboard)/admin/revenue/page.tsx:37` calls `GET /api/admin/revenue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/stats (app/(dashboard)/admin/page.tsx:1345)
`app/(dashboard)/admin/page.tsx:1345` calls `GET /api/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/stats (app/(dashboard)/admin/page.tsx:72)
`app/(dashboard)/admin/page.tsx:72` calls `GET /api/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/user-detail?id=${userId} (app/(dashboard)/admin/users/[id]/page.tsx:32)
`app/(dashboard)/admin/users/[id]/page.tsx:32` calls `GET /api/admin/user-detail?id=${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-detail` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/user-detail?id=${userId} (app/(dashboard)/admin/users/[id]/page.tsx:66)
`app/(dashboard)/admin/users/[id]/page.tsx:66` calls `GET /api/admin/user-detail?id=${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-detail` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/affiliate/stats (app/(dashboard)/affiliate/page.tsx:27)
`app/(dashboard)/affiliate/page.tsx:27` calls `GET /api/affiliate/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/affiliate/stats` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/analytics (app/(dashboard)/analytics/page.tsx:57)
`app/(dashboard)/analytics/page.tsx:57` calls `GET /api/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analytics` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/benchmarks (app/(dashboard)/analytics/page.tsx:58)
`app/(dashboard)/analytics/page.tsx:58` calls `GET /api/benchmarks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/benchmarks` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients/${clientId} (app/(dashboard)/clients/[id]/page.tsx:123)
`app/(dashboard)/clients/[id]/page.tsx:123` calls `GET /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients/${clientId} (app/(dashboard)/create/_components/Step1Content.tsx:66)
`app/(dashboard)/create/_components/Step1Content.tsx:66` calls `GET /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients/${clientId}/activities (app/(dashboard)/clients/[id]/page.tsx:144)
`app/(dashboard)/clients/[id]/page.tsx:144` calls `GET /api/clients/${clientId}/activities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>/activities` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients/${clientId}/videos (app/(dashboard)/clients/[id]/page.tsx:149)
`app/(dashboard)/clients/[id]/page.tsx:149` calls `GET /api/clients/${clientId}/videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>/videos` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients/export (app/(dashboard)/clients/page.tsx:136)
`app/(dashboard)/clients/page.tsx:136` calls `GET /api/clients/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/export` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients?${params} (app/(dashboard)/clients/page.tsx:57)
`app/(dashboard)/clients/page.tsx:57` calls `GET /api/clients?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clients?search=${encodeURIComponent(q)}&sort=last_activity_at&order=desc (app/(dashboard)/create/client/page.tsx:43)
`app/(dashboard)/create/client/page.tsx:43` calls `GET /api/clients?search=${encodeURIComponent(q)}&sort=last_activity_at&order=desc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/credits/balance (app/(dashboard)/create/_components/CreditCost.tsx:38)
`app/(dashboard)/create/_components/CreditCost.tsx:38` calls `GET /api/credits/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/credits/balance (app/(dashboard)/create/voice/page.tsx:111)
`app/(dashboard)/create/voice/page.tsx:111` calls `GET /api/credits/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/credits/balance (app/(dashboard)/settings/page.tsx:141)
`app/(dashboard)/settings/page.tsx:141` calls `GET /api/credits/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/credits/balance (app/_components/Header.tsx:42)
`app/_components/Header.tsx:42` calls `GET /api/credits/balance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/balance` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/demo-video/${id} (app/_components/DemoForm.tsx:71)
`app/_components/DemoForm.tsx:71` calls `GET /api/demo-video/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/demo-video/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-connections (app/(dashboard)/settings/page.tsx:188)
`app/(dashboard)/settings/page.tsx:188` calls `GET /api/email-connections` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-connections` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-connections (app/_components/SendEmailModal.tsx:26)
`app/_components/SendEmailModal.tsx:26` calls `GET /api/email-connections` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-connections` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications (app/(dashboard)/activity/page.tsx:50)
`app/(dashboard)/activity/page.tsx:50` calls `GET /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications (app/_components/NotificationBell.tsx:47)
`app/_components/NotificationBell.tsx:47` calls `GET /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/campaign-view/${contactId} (app/(public)/m/[id]/page.tsx:55)
`app/(public)/m/[id]/page.tsx:55` calls `GET /api/public/campaign-view/${contactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/campaign-view/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/watch/${params.id as string} (app/(public)/watch/[id]/page.tsx:793)
`app/(public)/watch/[id]/page.tsx:793` calls `GET /api/public/watch/${params.id as string}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/watch/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/quotes?clientEmail=${encodeURIComponent(client.email)} (app/(dashboard)/clients/[id]/page.tsx:160)
`app/(dashboard)/clients/[id]/page.tsx:160` calls `GET /api/quotes?clientEmail=${encodeURIComponent(client.email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/referrals (app/(dashboard)/settings/page.tsx:23)
`app/(dashboard)/settings/page.tsx:23` calls `GET /api/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/referrals` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/sent-emails?email=${encodeURIComponent(client.email)} (app/(dashboard)/clients/[id]/page.tsx:155)
`app/(dashboard)/clients/[id]/page.tsx:155` calls `GET /api/sent-emails?email=${encodeURIComponent(client.email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sent-emails` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social-accounts (app/(dashboard)/settings/page.tsx:195)
`app/(dashboard)/settings/page.tsx:195` calls `GET /api/social-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-accounts` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social-accounts (app/(dashboard)/social-media/page.tsx:77)
`app/(dashboard)/social-media/page.tsx:77` calls `GET /api/social-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-accounts` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social-share (app/_components/SocialShareButton.tsx:27)
`app/_components/SocialShareButton.tsx:27` calls `GET /api/social-share` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-share` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social-share (app/_components/SocialShareButton.tsx:53)
`app/_components/SocialShareButton.tsx:53` calls `GET /api/social-share` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-share` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/templates (app/(dashboard)/templates/page.tsx:124)
`app/(dashboard)/templates/page.tsx:124` calls `GET /api/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/templates (app/_components/BrandStylePicker.tsx:54)
`app/_components/BrandStylePicker.tsx:54` calls `GET /api/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/video-analytics?videoId=${params.id} (app/(dashboard)/videos/[id]/page.tsx:606)
`app/(dashboard)/videos/[id]/page.tsx:606` calls `GET /api/video-analytics?videoId=${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/video-analytics` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/videos/draft?videoId=${existingDraftId} (app/(dashboard)/create/_components/Step1Content.tsx:44)
`app/(dashboard)/create/_components/Step1Content.tsx:44` calls `GET /api/videos/draft?videoId=${existingDraftId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/videos/draft?videoId=${videoId} (app/(dashboard)/create/brand/page.tsx:61)
`app/(dashboard)/create/brand/page.tsx:61` calls `GET /api/videos/draft?videoId=${videoId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/videos/draft?videoId=${videoId} (app/(dashboard)/create/script/page.tsx:89)
`app/(dashboard)/create/script/page.tsx:89` calls `GET /api/videos/draft?videoId=${videoId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/videos/draft?videoId=${videoId} (app/(dashboard)/create/voice/page.tsx:70)
`app/(dashboard)/create/voice/page.tsx:70` calls `GET /api/videos/draft?videoId=${videoId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.creatomate.com/v2/renders/${renderId} (scripts/finalize-creatomate-local.mjs:20)
`scripts/finalize-creatomate-local.mjs:20` calls `GET https://api.creatomate.com/v2/renders/${renderId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.creatomate.com/v2/renders/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.kie.ai/api/v1/jobs/recordInfo?taskId=${taskId} (scripts/test-presenter.js:96)
`scripts/test-presenter.js:96` calls `GET https://api.kie.ai/api/v1/jobs/recordInfo?taskId=${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.kie.ai/api/v1/jobs/recordinfo` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://app.ayrshare.com/api/profiles/${profileKey} (app/api/social-accounts/route.ts:33)
`app/api/social-accounts/route.ts:33` calls `GET https://app.ayrshare.com/api/profiles/${profileKey}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/profiles/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://app.ayrshare.com/api/user (app/api/social-accounts/route.ts:61)
`app/api/social-accounts/route.ts:61` calls `GET https://app.ayrshare.com/api/user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/user` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.microsoft.com/v1.0/me (app/api/auth/microsoft/callback/route.ts:38)
`app/api/auth/microsoft/callback/route.ts:38` calls `GET https://graph.microsoft.com/v1.0/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/me` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/oauth2/v2/userinfo (app/api/auth/google/callback/route.ts:37)
`app/api/auth/google/callback/route.ts:37` calls `GET https://www.googleapis.com/oauth2/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/oauth2/v2/userinfo` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/webfonts/v1/webfonts?key=${apiKey}&sort=popularity (app/_lib/google-fonts.ts:17)
`app/_lib/google-fonts.ts:17` calls `GET https://www.googleapis.com/webfonts/v1/webfonts?key=${apiKey}&sort=popularity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/webfonts/v1/webfonts` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/clients/${clientId} (app/(dashboard)/clients/[id]/page.tsx:183)
`app/(dashboard)/clients/[id]/page.tsx:183` calls `PATCH /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/clients/${clientId} (app/(dashboard)/clients/[id]/page.tsx:246)
`app/(dashboard)/clients/[id]/page.tsx:246` calls `PATCH /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/clients/${clientId} (app/(dashboard)/clients/[id]/page.tsx:259)
`app/(dashboard)/clients/[id]/page.tsx:259` calls `PATCH /api/clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/_components/Step1Content.tsx:116)
`app/(dashboard)/create/_components/Step1Content.tsx:116` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/_components/Step1Content.tsx:170)
`app/(dashboard)/create/_components/Step1Content.tsx:170` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/_components/Step1Content.tsx:186)
`app/(dashboard)/create/_components/Step1Content.tsx:186` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/brand/page.tsx:213)
`app/(dashboard)/create/brand/page.tsx:213` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/brand/page.tsx:245)
`app/(dashboard)/create/brand/page.tsx:245` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/script/page.tsx:189)
`app/(dashboard)/create/script/page.tsx:189` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/script/page.tsx:361)
`app/(dashboard)/create/script/page.tsx:361` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/script/page.tsx:457)
`app/(dashboard)/create/script/page.tsx:457` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/videos/draft (app/(dashboard)/create/voice/page.tsx:142)
`app/(dashboard)/create/voice/page.tsx:142` calls `PATCH /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/account/delete (app/(dashboard)/settings/page.tsx:1094)
`app/(dashboard)/settings/page.tsx:1094` calls `POST /api/account/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/account/delete` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/affiliates (app/(dashboard)/admin/affiliates/page.tsx:40)
`app/(dashboard)/admin/affiliates/page.tsx:40` calls `POST /api/admin/affiliates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/affiliates` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/affiliates (app/(dashboard)/admin/affiliates/page.tsx:50)
`app/(dashboard)/admin/affiliates/page.tsx:50` calls `POST /api/admin/affiliates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/affiliates` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/api-keys (app/(dashboard)/admin/api-keys/page.tsx:41)
`app/(dashboard)/admin/api-keys/page.tsx:41` calls `POST /api/admin/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/api-keys` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/bulk-generate (app/(dashboard)/admin/bulk/page.tsx:101)
`app/(dashboard)/admin/bulk/page.tsx:101` calls `POST /api/admin/bulk-generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/bulk-generate` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:103)
`app/(dashboard)/admin/page.tsx:103` calls `POST /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:1127)
`app/(dashboard)/admin/page.tsx:1127` calls `POST /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:1197)
`app/(dashboard)/admin/page.tsx:1197` calls `POST /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:1213)
`app/(dashboard)/admin/page.tsx:1213` calls `POST /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaign-send (app/(dashboard)/admin/page.tsx:1232)
`app/(dashboard)/admin/page.tsx:1232` calls `POST /api/admin/campaign-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaign-send` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns (app/(dashboard)/admin/campaigns/page.tsx:235)
`app/(dashboard)/admin/campaigns/page.tsx:235` calls `POST /api/admin/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns/${selectedCampaign.id}/approve (app/(dashboard)/admin/campaigns/page.tsx:313)
`app/(dashboard)/admin/campaigns/page.tsx:313` calls `POST /api/admin/campaigns/${selectedCampaign.id}/approve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>/approve` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns/${selectedCampaign.id}/contacts (app/(dashboard)/admin/campaigns/page.tsx:279)
`app/(dashboard)/admin/campaigns/page.tsx:279` calls `POST /api/admin/campaigns/${selectedCampaign.id}/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>/contacts` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns/${selectedCampaign.id}/generate (app/(dashboard)/admin/campaigns/page.tsx:301)
`app/(dashboard)/admin/campaigns/page.tsx:301` calls `POST /api/admin/campaigns/${selectedCampaign.id}/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>/generate` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns/${selectedCampaign.id}/send (app/(dashboard)/admin/campaigns/page.tsx:327)
`app/(dashboard)/admin/campaigns/page.tsx:327` calls `POST /api/admin/campaigns/${selectedCampaign.id}/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/<p>/send` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/campaigns/nurture (app/(dashboard)/admin/campaigns/page.tsx:340)
`app/(dashboard)/admin/campaigns/page.tsx:340` calls `POST /api/admin/campaigns/nurture` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/campaigns/nurture` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/create-user (app/(dashboard)/admin/page.tsx:518)
`app/(dashboard)/admin/page.tsx:518` calls `POST /api/admin/create-user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/create-user` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/impersonate (app/(dashboard)/admin/page.tsx:131)
`app/(dashboard)/admin/page.tsx:131` calls `POST /api/admin/impersonate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/impersonate` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/impersonate (app/_components/ImpersonationBanner.tsx:31)
`app/_components/ImpersonationBanner.tsx:31` calls `POST /api/admin/impersonate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/impersonate` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/manage-access (app/(dashboard)/admin/page.tsx:157)
`app/(dashboard)/admin/page.tsx:157` calls `POST /api/admin/manage-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/manage-access` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/manage-access (app/(dashboard)/admin/users/[id]/page.tsx:48)
`app/(dashboard)/admin/users/[id]/page.tsx:48` calls `POST /api/admin/manage-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/manage-access` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:745)
`app/(dashboard)/admin/page.tsx:745` calls `POST /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:826)
`app/(dashboard)/admin/page.tsx:826` calls `POST /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:839)
`app/(dashboard)/admin/page.tsx:839` calls `POST /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/prospect-pipeline (app/(dashboard)/admin/page.tsx:955)
`app/(dashboard)/admin/page.tsx:955` calls `POST /api/admin/prospect-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-pipeline` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/prospect-send (app/(dashboard)/admin/page.tsx:879)
`app/(dashboard)/admin/page.tsx:879` calls `POST /api/admin/prospect-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/prospect-send` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/retry-video (app/(dashboard)/admin/page.tsx:144)
`app/(dashboard)/admin/page.tsx:144` calls `POST /api/admin/retry-video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/retry-video` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/user-action (app/(dashboard)/admin/page.tsx:117)
`app/(dashboard)/admin/page.tsx:117` calls `POST /api/admin/user-action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-action` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/user-action (app/(dashboard)/admin/users/[id]/page.tsx:61)
`app/(dashboard)/admin/users/[id]/page.tsx:61` calls `POST /api/admin/user-action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-action` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/affiliate/enroll (app/(dashboard)/affiliate/page.tsx:51)
`app/(dashboard)/affiliate/page.tsx:51` calls `POST /api/affiliate/enroll` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/affiliate/enroll` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/affiliate/payout (app/(dashboard)/affiliate/page.tsx:40)
`app/(dashboard)/affiliate/page.tsx:40` calls `POST /api/affiliate/payout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/affiliate/payout` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai-research (app/(dashboard)/deck-builder/page.tsx:165)
`app/(dashboard)/deck-builder/page.tsx:165` calls `POST /api/ai-research` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai-research` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auto-select (app/(dashboard)/quick/page.tsx:160)
`app/(dashboard)/quick/page.tsx:160` calls `POST /api/auto-select` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-select` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-kit (app/(dashboard)/brand-kit/page.tsx:155)
`app/(dashboard)/brand-kit/page.tsx:155` calls `POST /api/brand-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-kit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-kit (app/(dashboard)/brand-kit/page.tsx:210)
`app/(dashboard)/brand-kit/page.tsx:210` calls `POST /api/brand-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-kit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-kit (app/(dashboard)/brand-kit/page.tsx:231)
`app/(dashboard)/brand-kit/page.tsx:231` calls `POST /api/brand-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-kit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-kit (app/(dashboard)/brand-kit/page.tsx:254)
`app/(dashboard)/brand-kit/page.tsx:254` calls `POST /api/brand-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-kit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/brand-kit (app/(dashboard)/brand-kit/page.tsx:297)
`app/(dashboard)/brand-kit/page.tsx:297` calls `POST /api/brand-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/brand-kit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/capture-lead (app/(public)/watch/[id]/page.tsx:1737)
`app/(public)/watch/[id]/page.tsx:1737` calls `POST /api/capture-lead` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/capture-lead` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat (app/(dashboard)/videos/[id]/page.tsx:436)
`app/(dashboard)/videos/[id]/page.tsx:436` calls `POST /api/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clients (app/(dashboard)/clients/page.tsx:81)
`app/(dashboard)/clients/page.tsx:81` calls `POST /api/clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clients (app/(dashboard)/create/client/page.tsx:64)
`app/(dashboard)/create/client/page.tsx:64` calls `POST /api/clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clients/${clientId}/activities (app/(dashboard)/clients/[id]/page.tsx:228)
`app/(dashboard)/clients/[id]/page.tsx:228` calls `POST /api/clients/${clientId}/activities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/<p>/activities` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clients/import (app/(dashboard)/clients/page.tsx:116)
`app/(dashboard)/clients/page.tsx:116` calls `POST /api/clients/import` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clients/import` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/confirm-card (app/(auth)/setup-payment/page.tsx:56)
`app/(auth)/setup-payment/page.tsx:56` calls `POST /api/confirm-card` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/confirm-card` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contact (app/(public)/contact/page.tsx:21)
`app/(public)/contact/page.tsx:21` calls `POST /api/contact` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contact` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/course-builder (app/(dashboard)/course-builder/page.tsx:100)
`app/(dashboard)/course-builder/page.tsx:100` calls `POST /api/course-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/course-builder` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/course-builder (app/(dashboard)/course-builder/page.tsx:50)
`app/(dashboard)/course-builder/page.tsx:50` calls `POST /api/course-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/course-builder` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/create-setup-intent (app/(auth)/setup-payment/page.tsx:22)
`app/(auth)/setup-payment/page.tsx:22` calls `POST /api/create-setup-intent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/create-setup-intent` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/credits/buy (app/_components/BuyCreditsModal.tsx:29)
`app/_components/BuyCreditsModal.tsx:29` calls `POST /api/credits/buy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/credits/buy` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/deck-builder (app/(dashboard)/deck-builder/page.tsx:204)
`app/(dashboard)/deck-builder/page.tsx:204` calls `POST /api/deck-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/deck-builder` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/deck-builder (app/(dashboard)/deck-builder/page.tsx:227)
`app/(dashboard)/deck-builder/page.tsx:227` calls `POST /api/deck-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/deck-builder` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/deck-builder (app/(dashboard)/deck-builder/page.tsx:274)
`app/(dashboard)/deck-builder/page.tsx:274` calls `POST /api/deck-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/deck-builder` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/demo-slide-gpt (app/(dashboard)/demo-slide/page.tsx:34)
`app/(dashboard)/demo-slide/page.tsx:34` calls `POST /api/demo-slide-gpt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/demo-slide-gpt` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/demo-video (app/_components/DemoForm.tsx:103)
`app/_components/DemoForm.tsx:103` calls `POST /api/demo-video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/demo-video` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/download-pdf (app/(dashboard)/infographics/[id]/page.tsx:77)
`app/(dashboard)/infographics/[id]/page.tsx:77` calls `POST /api/download-pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/download-pdf` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/download-pdf (app/(dashboard)/videos/[id]/page.tsx:847)
`app/(dashboard)/videos/[id]/page.tsx:847` calls `POST /api/download-pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/download-pdf` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/download-pptx (app/(dashboard)/videos/[id]/page.tsx:869)
`app/(dashboard)/videos/[id]/page.tsx:869` calls `POST /api/download-pptx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/download-pptx` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/download-pptx (app/(public)/watch/[id]/page.tsx:1261)
`app/(public)/watch/[id]/page.tsx:1261` calls `POST /api/download-pptx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/download-pptx` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/edit-slide (app/(dashboard)/videos/[id]/page.tsx:1657)
`app/(dashboard)/videos/[id]/page.tsx:1657` calls `POST /api/edit-slide` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/edit-slide` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-connections (app/_components/SmtpSetupModal.tsx:27)
`app/_components/SmtpSetupModal.tsx:27` calls `POST /api/email-connections` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-connections` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-connections/test (app/(dashboard)/settings/page.tsx:265)
`app/(dashboard)/settings/page.tsx:265` calls `POST /api/email-connections/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-connections/test` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/create/_components/Step1Content.tsx:319)
`app/(dashboard)/create/_components/Step1Content.tsx:319` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/create/_components/Step1Content.tsx:340)
`app/(dashboard)/create/_components/Step1Content.tsx:340` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/create/_components/Step1Content.tsx:421)
`app/(dashboard)/create/_components/Step1Content.tsx:421` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/create/_components/Step1Content.tsx:442)
`app/(dashboard)/create/_components/Step1Content.tsx:442` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/deck-builder/page.tsx:112)
`app/(dashboard)/deck-builder/page.tsx:112` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract (app/(dashboard)/quick/page.tsx:118)
`app/(dashboard)/quick/page.tsx:118` calls `POST /api/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-doc (app/(dashboard)/create/_components/Step1Content.tsx:334)
`app/(dashboard)/create/_components/Step1Content.tsx:334` calls `POST /api/extract-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-doc` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-doc (app/(dashboard)/create/_components/Step1Content.tsx:436)
`app/(dashboard)/create/_components/Step1Content.tsx:436` calls `POST /api/extract-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-doc` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-logo-colors (app/(dashboard)/brands/[id]/page.tsx:156)
`app/(dashboard)/brands/[id]/page.tsx:156` calls `POST /api/extract-logo-colors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-logo-colors` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-logo-colors (app/(dashboard)/brands/new/page.tsx:530)
`app/(dashboard)/brands/new/page.tsx:530` calls `POST /api/extract-logo-colors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-logo-colors` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-logo-colors (app/(onboarding)/setup/page.tsx:164)
`app/(onboarding)/setup/page.tsx:164` calls `POST /api/extract-logo-colors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-logo-colors` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-logo-colors (app/_lib/logo-colors.ts:13)
`app/_lib/logo-colors.ts:13` calls `POST /api/extract-logo-colors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-logo-colors` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-text (app/(dashboard)/deck-builder/page.tsx:127)
`app/(dashboard)/deck-builder/page.tsx:127` calls `POST /api/extract-text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-text` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-text (app/(dashboard)/quick/page.tsx:141)
`app/(dashboard)/quick/page.tsx:141` calls `POST /api/extract-text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-text` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-url (app/(dashboard)/create/_components/Step1Content.tsx:306)
`app/(dashboard)/create/_components/Step1Content.tsx:306` calls `POST /api/extract-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-url` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-url (app/(dashboard)/create/_components/Step1Content.tsx:406)
`app/(dashboard)/create/_components/Step1Content.tsx:406` calls `POST /api/extract-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-url` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-url (app/(dashboard)/deck-builder/page.tsx:146)
`app/(dashboard)/deck-builder/page.tsx:146` calls `POST /api/extract-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-url` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/extract-url (app/(dashboard)/quick/page.tsx:128)
`app/(dashboard)/quick/page.tsx:128` calls `POST /api/extract-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/extract-url` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/fix-photo (app/(dashboard)/fix/page.tsx:52)
`app/(dashboard)/fix/page.tsx:52` calls `POST /api/fix-photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/fix-photo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/follow-up/generate (app/(dashboard)/videos/[id]/page.tsx:626)
`app/(dashboard)/videos/[id]/page.tsx:626` calls `POST /api/follow-up/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/follow-up/generate` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/follow-up/send (app/(dashboard)/videos/[id]/page.tsx:683)
`app/(dashboard)/videos/[id]/page.tsx:683` calls `POST /api/follow-up/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/follow-up/send` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-ads (app/(dashboard)/ads/page.tsx:130)
`app/(dashboard)/ads/page.tsx:130` calls `POST /api/generate-ads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-ads` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-brand-deck (app/(dashboard)/brands/[id]/page.tsx:234)
`app/(dashboard)/brands/[id]/page.tsx:234` calls `POST /api/generate-brand-deck` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-brand-deck` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-business-card (app/(dashboard)/business-cards/page.tsx:87)
`app/(dashboard)/business-cards/page.tsx:87` calls `POST /api/generate-business-card` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-business-card` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-email-signature (app/(dashboard)/email-signature/page.tsx:97)
`app/(dashboard)/email-signature/page.tsx:97` calls `POST /api/generate-email-signature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-email-signature` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-flyer (app/(dashboard)/flyers/page.tsx:164)
`app/(dashboard)/flyers/page.tsx:164` calls `POST /api/generate-flyer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-flyer` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-headshot (app/(dashboard)/headshot/page.tsx:76)
`app/(dashboard)/headshot/page.tsx:76` calls `POST /api/generate-headshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-headshot` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-infographic (app/(dashboard)/infographic-creator/page.tsx:94)
`app/(dashboard)/infographic-creator/page.tsx:94` calls `POST /api/generate-infographic` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-infographic` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-logo-kit (app/(dashboard)/brands/[id]/page.tsx:84)
`app/(dashboard)/brands/[id]/page.tsx:84` calls `POST /api/generate-logo-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-logo-kit` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-logo-kit (e2e/integration.spec.ts:422)
`e2e/integration.spec.ts:422` calls `POST /api/generate-logo-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-logo-kit` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-script (app/(dashboard)/create/script/page.tsx:153)
`app/(dashboard)/create/script/page.tsx:153` calls `POST /api/generate-script` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-script` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-slide (e2e/integration.spec.ts:660)
`e2e/integration.spec.ts:660` calls `POST /api/generate-slide` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-slide` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-social-kit (app/(dashboard)/social-kit/page.tsx:95)
`app/(dashboard)/social-kit/page.tsx:95` calls `POST /api/generate-social-kit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-social-kit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-social-post (app/(dashboard)/videos/[id]/page.tsx:1478)
`app/(dashboard)/videos/[id]/page.tsx:1478` calls `POST /api/generate-social-post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-social-post` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-video (app/(dashboard)/create/script/page.tsx:377)
`app/(dashboard)/create/script/page.tsx:377` calls `POST /api/generate-video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-video` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-video (app/(dashboard)/infographics/[id]/page.tsx:111)
`app/(dashboard)/infographics/[id]/page.tsx:111` calls `POST /api/generate-video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-video` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-video (app/(dashboard)/videos/[id]/page.tsx:531)
`app/(dashboard)/videos/[id]/page.tsx:531` calls `POST /api/generate-video` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-video` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/help-chat (app/_components/HelpChatWidget.tsx:38)
`app/_components/HelpChatWidget.tsx:38` calls `POST /api/help-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/help-chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/image-remix (app/(dashboard)/image-remix/page.tsx:86)
`app/(dashboard)/image-remix/page.tsx:86` calls `POST /api/image-remix` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/image-remix` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/logo-chat (app/(dashboard)/logo-creator/page.tsx:245)
`app/(dashboard)/logo-creator/page.tsx:245` calls `POST /api/logo-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/logo-chat (app/(dashboard)/logo-creator/page.tsx:309)
`app/(dashboard)/logo-creator/page.tsx:309` calls `POST /api/logo-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/logo-chat (app/(dashboard)/logo-creator/page.tsx:355)
`app/(dashboard)/logo-creator/page.tsx:355` calls `POST /api/logo-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/logo-chat (app/(dashboard)/logo-creator/page.tsx:391)
`app/(dashboard)/logo-creator/page.tsx:391` calls `POST /api/logo-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications (app/_components/NotificationBell.tsx:72)
`app/_components/NotificationBell.tsx:72` calls `POST /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications (app/_components/NotificationBell.tsx:82)
`app/_components/NotificationBell.tsx:82` calls `POST /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications (app/_components/NotificationBell.tsx:93)
`app/_components/NotificationBell.tsx:93` calls `POST /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pre-generate-audio (e2e/integration.spec.ts:633)
`e2e/integration.spec.ts:633` calls `POST /api/pre-generate-audio` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pre-generate-audio` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/unsubscribe/${contactId} (app/(public)/unsubscribe/[id]/page.tsx:15)
`app/(public)/unsubscribe/[id]/page.tsx:15` calls `POST /api/public/unsubscribe/${contactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/unsubscribe/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/quick-preview (app/(dashboard)/create/script/page.tsx:429)
`app/(dashboard)/create/script/page.tsx:429` calls `POST /api/quick-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quick-preview` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/quotes/pay (app/(public)/watch/[id]/page.tsx:865)
`app/(public)/watch/[id]/page.tsx:865` calls `POST /api/quotes/pay` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/pay` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/re-render (app/(dashboard)/videos/[id]/page.tsx:1605)
`app/(dashboard)/videos/[id]/page.tsx:1605` calls `POST /api/re-render` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/re-render` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/referrals (app/(dashboard)/settings/page.tsx:34)
`app/(dashboard)/settings/page.tsx:34` calls `POST /api/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/referrals` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/scrape-brand (app/(dashboard)/brands/new/page.tsx:182)
`app/(dashboard)/brands/new/page.tsx:182` calls `POST /api/scrape-brand` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scrape-brand` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/script-chat (app/(dashboard)/create/script/page.tsx:248)
`app/(dashboard)/create/script/page.tsx:248` calls `POST /api/script-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/script-chat` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/send-email (app/_components/SendEmailModal.tsx:43)
`app/_components/SendEmailModal.tsx:43` calls `POST /api/send-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/send-email` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-accounts (app/(dashboard)/settings/page.tsx:207)
`app/(dashboard)/settings/page.tsx:207` calls `POST /api/social-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-accounts` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-accounts (app/(dashboard)/settings/page.tsx:232)
`app/(dashboard)/settings/page.tsx:232` calls `POST /api/social-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-accounts` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-campaign (app/(dashboard)/social-campaigns/page.tsx:116)
`app/(dashboard)/social-campaigns/page.tsx:116` calls `POST /api/social-campaign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-campaign` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-campaign (app/(dashboard)/social-campaigns/page.tsx:81)
`app/(dashboard)/social-campaigns/page.tsx:81` calls `POST /api/social-campaign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-campaign` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-media/generate (app/(dashboard)/social-media/page.tsx:153)
`app/(dashboard)/social-media/page.tsx:153` calls `POST /api/social-media/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-media/generate` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-media/generate (app/(dashboard)/social-media/page.tsx:202)
`app/(dashboard)/social-media/page.tsx:202` calls `POST /api/social-media/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-media/generate` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-media/post (app/(dashboard)/social-media/page.tsx:177)
`app/(dashboard)/social-media/page.tsx:177` calls `POST /api/social-media/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-media/post` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-media/post (app/(dashboard)/social-media/page.tsx:223)
`app/(dashboard)/social-media/page.tsx:223` calls `POST /api/social-media/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-media/post` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/social-share (app/_components/SocialShareButton.tsx:38)
`app/_components/SocialShareButton.tsx:38` calls `POST /api/social-share` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-share` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (app/(dashboard)/pricing/page.tsx:29)
`app/(dashboard)/pricing/page.tsx:29` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (app/(onboarding)/setup/page.tsx:803)
`app/(onboarding)/setup/page.tsx:803` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (app/_components/UpgradeModal.tsx:18)
`app/_components/UpgradeModal.tsx:18` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (app/(dashboard)/pricing/page.tsx:46)
`app/(dashboard)/pricing/page.tsx:46` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (app/(dashboard)/settings/page.tsx:1049)
`app/(dashboard)/settings/page.tsx:1049` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (app/(dashboard)/settings/page.tsx:941)
`app/(dashboard)/settings/page.tsx:941` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (app/(dashboard)/settings/page.tsx:950)
`app/(dashboard)/settings/page.tsx:950` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/style-preview-from-ref (app/(dashboard)/create/_components/Step1Content.tsx:244)
`app/(dashboard)/create/_components/Step1Content.tsx:244` calls `POST /api/style-preview-from-ref` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/style-preview-from-ref` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/style-previews (app/(dashboard)/create/script/page.tsx:325)
`app/(dashboard)/create/script/page.tsx:325` calls `POST /api/style-previews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/style-previews` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/subscribe (app/(dashboard)/settings/page.tsx:1062)
`app/(dashboard)/settings/page.tsx:1062` calls `POST /api/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/subscribe` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/template-chat (app/(dashboard)/templates/page.tsx:143)
`app/(dashboard)/templates/page.tsx:143` calls `POST /api/template-chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/template-chat` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/template-demo/extract (app/(dashboard)/template-demo/page.tsx:39)
`app/(dashboard)/template-demo/page.tsx:39` calls `POST /api/template-demo/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/template-demo/extract` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/template-demo/generate (app/(dashboard)/template-demo/page.tsx:85)
`app/(dashboard)/template-demo/page.tsx:85` calls `POST /api/template-demo/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/template-demo/generate` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates (app/(dashboard)/templates/page.tsx:215)
`app/(dashboard)/templates/page.tsx:215` calls `POST /api/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates/from-reference (app/_components/BrandStylePicker.tsx:89)
`app/_components/BrandStylePicker.tsx:89` calls `POST /api/templates/from-reference` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates/from-reference` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates/generate-preview (app/(dashboard)/templates/page.tsx:170)
`app/(dashboard)/templates/page.tsx:170` calls `POST /api/templates/generate-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates/generate-preview` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates/generate-preview (app/(dashboard)/templates/page.tsx:280)
`app/(dashboard)/templates/page.tsx:280` calls `POST /api/templates/generate-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates/generate-preview` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates/generate-preview (app/(dashboard)/templates/page.tsx:312)
`app/(dashboard)/templates/page.tsx:312` calls `POST /api/templates/generate-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates/generate-preview` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/templates/refine (app/(dashboard)/templates/page.tsx:192)
`app/(dashboard)/templates/page.tsx:192` calls `POST /api/templates/refine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/templates/refine` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/track-view (app/(public)/m/[id]/page.tsx:72)
`app/(public)/m/[id]/page.tsx:72` calls `POST /api/track-view` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/track-view` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/track-view (app/(public)/watch/[id]/page.tsx:779)
`app/(public)/watch/[id]/page.tsx:779` calls `POST /api/track-view` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/track-view` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/translate-presentation (app/(dashboard)/videos/[id]/page.tsx:891)
`app/(dashboard)/videos/[id]/page.tsx:891` calls `POST /api/translate-presentation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translate-presentation` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/try-demo (app/(public)/try/[slug]/creating/page.tsx:48)
`app/(public)/try/[slug]/creating/page.tsx:48` calls `POST /api/try-demo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/try-demo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/try-demo (app/(public)/try/[slug]/page.tsx:41)
`app/(public)/try/[slug]/page.tsx:41` calls `POST /api/try-demo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/try-demo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload (app/(dashboard)/email-signature/page.tsx:68)
`app/(dashboard)/email-signature/page.tsx:68` calls `POST /api/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-asset (app/(dashboard)/quick/page.tsx:87)
`app/(dashboard)/quick/page.tsx:87` calls `POST /api/upload-asset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-asset` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-logo (app/(dashboard)/brands/[id]/page.tsx:150)
`app/(dashboard)/brands/[id]/page.tsx:150` calls `POST /api/upload-logo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-logo` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-logo (app/(dashboard)/fix/page.tsx:93)
`app/(dashboard)/fix/page.tsx:93` calls `POST /api/upload-logo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-logo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-logo (app/(dashboard)/settings/page.tsx:355)
`app/(dashboard)/settings/page.tsx:355` calls `POST /api/upload-logo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-logo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-logo (app/(onboarding)/setup/page.tsx:158)
`app/(onboarding)/setup/page.tsx:158` calls `POST /api/upload-logo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-logo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-photo (app/(dashboard)/fix/page.tsx:83)
`app/(dashboard)/fix/page.tsx:83` calls `POST /api/upload-photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-photo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-photo (app/(dashboard)/settings/page.tsx:331)
`app/(dashboard)/settings/page.tsx:331` calls `POST /api/upload-photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-photo` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload-photo (app/(onboarding)/setup/page.tsx:140)
`app/(onboarding)/setup/page.tsx:140` calls `POST /api/upload-photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload-photo` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/videos (app/(dashboard)/quick/page.tsx:171)
`app/(dashboard)/quick/page.tsx:171` calls `POST /api/videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/videos/draft (app/(dashboard)/create/_components/Step1Content.tsx:141)
`app/(dashboard)/create/_components/Step1Content.tsx:141` calls `POST /api/videos/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/videos/draft` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice-preview (app/(onboarding)/setup/page.tsx:235)
`app/(onboarding)/setup/page.tsx:235` calls `POST /api/voice-preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice-preview` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/webhooks/creatomate (scripts/finalize-creatomate-local.mjs:26)
`scripts/finalize-creatomate-local.mjs:26` calls `POST http://localhost:3000/api/webhooks/creatomate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/webhooks/creatomate` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cartesia.ai/tts/bytes (app/_lib/tts-cartesia.ts:19)
`app/_lib/tts-cartesia.ts:19` calls `POST https://api.cartesia.ai/tts/bytes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cartesia.ai/tts/bytes` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cartesia.ai/tts/bytes (app/api/voice-preview/route.ts:22)
`app/api/voice-preview/route.ts:22` calls `POST https://api.cartesia.ai/tts/bytes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cartesia.ai/tts/bytes` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.creatomate.com/v1/renders (scripts/re-render-v2.mjs:45)
`scripts/re-render-v2.mjs:45` calls `POST https://api.creatomate.com/v1/renders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.creatomate.com/v1/renders` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.kie.ai/api/v1/jobs/createTask (scripts/test-presenter.js:63)
`scripts/test-presenter.js:63` calls `POST https://api.kie.ai/api/v1/jobs/createTask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.kie.ai/api/v1/jobs/createtask` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://app.ayrshare.com/api/post (app/api/social-campaign/route.ts:309)
`app/api/social-campaign/route.ts:309` calls `POST https://app.ayrshare.com/api/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/post` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://app.ayrshare.com/api/post (app/api/social-media/post/route.ts:73)
`app/api/social-media/post/route.ts:73` calls `POST https://app.ayrshare.com/api/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/post` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://app.ayrshare.com/api/post (app/api/social-share/route.ts:78)
`app/api/social-share/route.ts:78` calls `POST https://app.ayrshare.com/api/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/post` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://app.ayrshare.com/api/profiles/profile (app/api/social-accounts/route.ts:113)
`app/api/social-accounts/route.ts:113` calls `POST https://app.ayrshare.com/api/profiles/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/app.ayrshare.com/api/profiles/profile` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://connect.stripe.com/oauth/token (app/api/stripe/oauth/callback/route.ts:26)
`app/api/stripe/oauth/callback/route.ts:26` calls `POST https://connect.stripe.com/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/connect.stripe.com/oauth/token` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=${process.env.GEMINI_API_KEY} (app/api/follow-up/generate/route.ts:66)
`app/api/follow-up/generate/route.ts:66` calls `POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=${process.env.GEMINI_API_KEY}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://gmail.googleapis.com/gmail/v1/users/me/messages/send (app/_lib/email.ts:121)
`app/_lib/email.ts:121` calls `POST https://gmail.googleapis.com/gmail/v1/users/me/messages/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gmail.googleapis.com/gmail/v1/users/me/messages/send` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.microsoft.com/v1.0/me/sendMail (app/_lib/email.ts:148)
`app/_lib/email.ts:148` calls `POST https://graph.microsoft.com/v1.0/me/sendMail` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/me/sendmail` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/common/oauth2/v2.0/token (app/_lib/email.ts:197)
`app/_lib/email.ts:197` calls `POST https://login.microsoftonline.com/common/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/common/oauth2/v2.0/token` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/common/oauth2/v2.0/token (app/api/auth/microsoft/callback/route.ts:19)
`app/api/auth/microsoft/callback/route.ts:19` calls `POST https://login.microsoftonline.com/common/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/common/oauth2/v2.…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (app/_lib/email.ts:182)
`app/_lib/email.ts:182` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (app/api/auth/google/callback/route.ts:19)
`app/api/auth/google/callback/route.ts:19` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefi…
Dangling fetchFetch
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/(dashboard)/admin/help/page.tsx:368
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/(dashboard)/brand-kit/page.tsx:1057
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/(dashboard)/email-signature/page.tsx:495
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/(dashboard)/help/faq/page.tsx:182
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/(dashboard)/help/page.tsx:570
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/activity/page.tsx:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/admin/campaigns/page.tsx:279
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/admin/page.tsx:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/admin/users/[id]/page.tsx:66
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/ads/page.tsx:130
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/create/_components/Step1Content.tsx:44
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/create/brand/page.tsx:61
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/create/script/page.tsx:189
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/deck-builder/page.tsx:204
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/email-signature/page.tsx:97
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/fix/page.tsx:79
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/flyers/page.tsx:164
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/infographics/[id]/page.tsx:65
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/quick/page.tsx:118
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/settings/page.tsx:941
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/templates/page.tsx:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(dashboard)/videos/[id]/page.tsx:531
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/(public)/try/[slug]/creating/page.tsx:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/_components/NotificationBell.tsx:72
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/_components/SendEmailModal.tsx:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/_lib/email.ts:121
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/_lib/logo-styler.ts:71
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/_lib/tts-cartesia.ts:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/admin/bulk-generate/route.ts:73
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/auth/google/callback/route.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/auth/microsoft/callback/route.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/create-video/route.ts:46
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/extract/route.ts:242
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/social-media/post/route.ts:73
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/social-share/route.ts:78
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/stripe/oauth/callback/route.ts:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/v1/videos/route.ts:45
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/video-editor/route.ts:137
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/videos/start-pipeline/route.ts:58
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/voice-preview/route.ts:22
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness

Showing first 300 of 414. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/5e175f6f-e782-4c67-9352-6f5f80c12f31/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5e175f6f-e782-4c67-9352-6f5f80c12f31/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.