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.

Sakshay28/aries-ai-landing

https://github.com/Sakshay28/aries-ai-landing · scanned 2026-06-16 00:00 UTC (2 months, 3 weeks ago)

535 raw signals (0 security + 535 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 535 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 50.5/100 with 100.0% coverage. It contains 3153 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 535 findings — concentrated in api (231), frontend (152), quality (139). Risk profile is high: 0 critical, 227 high, 48 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 397 of 535 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/broadcast/campaign?id=${id} (src/app/dashboard/broadcast/_components/BroadcastClient.tsx:503)
`src/app/dashboard/broadcast/_components/BroadcastClient.tsx:503` calls `DELETE /api/broadcast/campaign?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaign` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/agents/${id} (src/app/dashboard/agents/_components/AgentsClient.tsx:113)
`src/app/dashboard/agents/_components/AgentsClient.tsx:113` calls `DELETE /api/dashboard/agents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/agents/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/automations/${id} (src/app/dashboard/automations/_components/AutomationsClient.tsx:144)
`src/app/dashboard/automations/_components/AutomationsClient.tsx:144` calls `DELETE /api/dashboard/automations/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/campaigns?id=${c.id} (src/app/dashboard/campaigns/_components/CampaignsClient.tsx:81)
`src/app/dashboard/campaigns/_components/CampaignsClient.tsx:81` calls `DELETE /api/dashboard/campaigns?id=${c.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/campaigns` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/contacts/${selectedContactId} (src/app/dashboard/contacts/_components/ContactsClient.tsx:408)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:408` calls `DELETE /api/dashboard/contacts/${selectedContactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts/<p>` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/flows/${id} (src/app/dashboard/flows/page.tsx:57)
`src/app/dashboard/flows/page.tsx:57` calls `DELETE /api/dashboard/flows/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>` 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: DELETE /api/dashboard/integrations?id=${integration.id} (src/app/dashboard/integrations/_components/IntegrationsClient.tsx:215)
`src/app/dashboard/integrations/_components/IntegrationsClient.tsx:215` calls `DELETE /api/dashboard/integrations?id=${integration.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/integrations` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/knowledge?id=${docId} (src/app/dashboard/agents/page.tsx:627)
`src/app/dashboard/agents/page.tsx:627` calls `DELETE /api/dashboard/knowledge?id=${docId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/knowledge` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/playground/reset (src/app/dashboard/agents/page.tsx:764)
`src/app/dashboard/agents/page.tsx:764` calls `DELETE /api/dashboard/playground/reset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/playground/reset` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/scripted-replies/${id} (src/app/dashboard/agents/page.tsx:506)
`src/app/dashboard/agents/page.tsx:506` calls `DELETE /api/dashboard/scripted-replies/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/team?id=${user.id} (src/app/dashboard/team/_components/TeamClient.tsx:115)
`src/app/dashboard/team/_components/TeamClient.tsx:115` calls `DELETE /api/dashboard/team?id=${user.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/dashboard/templates/${id}?name=${encodeURIComponent(name)} (src/app/dashboard/templates/page.tsx:219)
`src/app/dashboard/templates/page.tsx:219` calls `DELETE /api/dashboard/templates/${id}?name=${encodeURIComponent(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/meta-ads/campaigns/${id} (src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:123)
`src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:123` calls `DELETE /api/meta-ads/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/restaurant/blocked-dates/${id} (src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:122)
`src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:122` calls `DELETE /api/restaurant/blocked-dates/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/blocked-dates/<p>` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/restaurant/slots/${slotId} (src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:128)
`src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:128` calls `DELETE /api/restaurant/slots/${slotId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/approvals (src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:22)
`src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:22` calls `GET /api/admin/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/approvals` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/overview (_disabled/app/admin/analytics/page.tsx:32)
`_disabled/app/admin/analytics/page.tsx:32` calls `GET /api/admin/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/overview` 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/overview (_disabled/app/admin/clients/page.tsx:47)
`_disabled/app/admin/clients/page.tsx:47` calls `GET /api/admin/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/overview` 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/overview (_disabled/app/admin/page.tsx:82)
`_disabled/app/admin/page.tsx:82` calls `GET /api/admin/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/overview` 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/overview (_disabled/app/admin/revenue/page.tsx:29)
`_disabled/app/admin/revenue/page.tsx:29` calls `GET /api/admin/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/overview` 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/provision (src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:79)
`src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:79` calls `GET /api/admin/provision` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/provision` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/provision?tenant_id=${encodeURIComponent(id)} (src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:107)
`src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:107` calls `GET /api/admin/provision?tenant_id=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/provision` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/approval-status (src/app/pending/page.tsx:12)
`src/app/pending/page.tsx:12` calls `GET /api/auth/approval-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/approval-status` 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/broadcast/campaign/${campaignId}/stats (src/app/dashboard/broadcast/[id]/stats/page.tsx:54)
`src/app/dashboard/broadcast/[id]/stats/page.tsx:54` calls `GET /api/broadcast/campaign/${campaignId}/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaign/<p>/stats` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcast/campaigns (src/app/dashboard/broadcast/_components/BroadcastClient.tsx:439)
`src/app/dashboard/broadcast/_components/BroadcastClient.tsx:439` calls `GET /api/broadcast/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaigns` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcast/contacts/search?${queryParams.toString()} (src/app/dashboard/broadcast/_components/ContactPickerDrawer.tsx:74)
`src/app/dashboard/broadcast/_components/ContactPickerDrawer.tsx:74` calls `GET /api/broadcast/contacts/search?${queryParams.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/contacts/search` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcast/contacts/search?q=${encodeURIComponent(searchQuery)}&limit=15 (src/app/dashboard/broadcast/_components/RecipientDrawer.tsx:68)
`src/app/dashboard/broadcast/_components/RecipientDrawer.tsx:68` calls `GET /api/broadcast/contacts/search?q=${encodeURIComponent(searchQuery)}&limit=15` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/cont…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcasts/audit-logs?campaignId=${campaignId} (src/app/dashboard/broadcast/_components/BroadcastAuditLog.tsx:25)
`src/app/dashboard/broadcast/_components/BroadcastAuditLog.tsx:25` calls `GET /api/broadcasts/audit-logs?campaignId=${campaignId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/audit-logs` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcasts/observability?campaignId=${campaignId} (src/app/dashboard/broadcast/_components/QueueStatusCard.tsx:43)
`src/app/dashboard/broadcast/_components/QueueStatusCard.tsx:43` calls `GET /api/broadcasts/observability?campaignId=${campaignId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/observability` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcasts/performance (src/app/dashboard/broadcast/_components/BroadcastPerformanceCard.tsx:31)
`src/app/dashboard/broadcast/_components/BroadcastPerformanceCard.tsx:31` calls `GET /api/broadcasts/performance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/performance` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/broadcasts/timeline?campaignId=${campaignId} (src/app/dashboard/broadcast/_components/BroadcastExecutionTimeline.tsx:32)
`src/app/dashboard/broadcast/_components/BroadcastExecutionTimeline.tsx:32` calls `GET /api/broadcasts/timeline?campaignId=${campaignId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/timeline` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/agents (src/app/dashboard/agents/_components/AgentsClient.tsx:32)
`src/app/dashboard/agents/_components/AgentsClient.tsx:32` calls `GET /api/dashboard/agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/agents` 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/dashboard/agents (src/app/dashboard/operations/_components/AgentPerformanceStatus.tsx:37)
`src/app/dashboard/operations/_components/AgentPerformanceStatus.tsx:37` calls `GET /api/dashboard/agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/agents` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/analytics (src/app/dashboard/analytics/_components/AnalyticsClient.tsx:34)
`src/app/dashboard/analytics/_components/AnalyticsClient.tsx:34` calls `GET /api/dashboard/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/analytics` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/analytics (src/app/dashboard/operations/_components/AIEfficiencyPanel.tsx:35)
`src/app/dashboard/operations/_components/AIEfficiencyPanel.tsx:35` calls `GET /api/dashboard/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/analytics` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/analytics (src/app/dashboard/operations/_components/ResponseMetricsChart.tsx:25)
`src/app/dashboard/operations/_components/ResponseMetricsChart.tsx:25` calls `GET /api/dashboard/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/analytics` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/automations (src/app/dashboard/automations/_components/AutomationsClient.tsx:85)
`src/app/dashboard/automations/_components/AutomationsClient.tsx:85` calls `GET /api/dashboard/automations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/automations (src/app/dashboard/operations/_components/OperationsKPIs.tsx:36)
`src/app/dashboard/operations/_components/OperationsKPIs.tsx:36` calls `GET /api/dashboard/automations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/campaigns (src/app/dashboard/campaigns/_components/CampaignsClient.tsx:30)
`src/app/dashboard/campaigns/_components/CampaignsClient.tsx:30` calls `GET /api/dashboard/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/campaigns` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/campaigns (src/app/dashboard/leads/_components/LeadsClient.tsx:70)
`src/app/dashboard/leads/_components/LeadsClient.tsx:70` calls `GET /api/dashboard/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/campaigns` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/chat/conversation?id=${conversationId}&_t=${Date.now()} (src/app/dashboard/chat/ChatArea.tsx:452)
`src/app/dashboard/chat/ChatArea.tsx:452` calls `GET /api/dashboard/chat/conversation?id=${conversationId}&_t=${Date.now()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/conversation` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/chat/conversations?_t=${Date.now()} (src/app/dashboard/chat/ChatSidebar.tsx:101)
`src/app/dashboard/chat/ChatSidebar.tsx:101` calls `GET /api/dashboard/chat/conversations?_t=${Date.now()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/conversations` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/chat/new-messages?${params} (src/app/dashboard/chat/ChatArea.tsx:572)
`src/app/dashboard/chat/ChatArea.tsx:572` calls `GET /api/dashboard/chat/new-messages?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/new-messages` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/chat/statuses?conversationId=${conversationId} (src/app/dashboard/chat/ChatArea.tsx:528)
`src/app/dashboard/chat/ChatArea.tsx:528` calls `GET /api/dashboard/chat/statuses?conversationId=${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/statuses` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/contacts?${params.toString()} (src/app/dashboard/contacts/_components/ContactsClient.tsx:169)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:169` calls `GET /api/dashboard/contacts?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/contacts?limit=2000&cc=${get().workspaceDefaultCountryCode} (src/lib/store/contactsStore.ts:136)
`src/lib/store/contactsStore.ts:136` calls `GET /api/dashboard/contacts?limit=2000&cc=${get().workspaceDefaultCountryCode}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/conversations?limit=5&active=false (src/app/dashboard/_sections/RecentChats.tsx:66)
`src/app/dashboard/_sections/RecentChats.tsx:66` calls `GET /api/dashboard/conversations?limit=5&active=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/conversations` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/flows (src/app/dashboard/flows/page.tsx:38)
`src/app/dashboard/flows/page.tsx:38` calls `GET /api/dashboard/flows` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows` 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/dashboard/flows/${flowId}/analytics?days=${days} (src/app/dashboard/flows/_components/FlowAnalytics.tsx:79)
`src/app/dashboard/flows/_components/FlowAnalytics.tsx:79` calls `GET /api/dashboard/flows/${flowId}/analytics?days=${days}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/analytics` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/flows/${flowId}/executions (src/app/dashboard/flows/_components/FlowFlightRecorder.tsx:66)
`src/app/dashboard/flows/_components/FlowFlightRecorder.tsx:66` calls `GET /api/dashboard/flows/${flowId}/executions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/executions` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/flows/${flowId}/executions?conversation_id=${exec.conversation_id} (src/app/dashboard/flows/_components/FlowFlightRecorder.tsx:76)
`src/app/dashboard/flows/_components/FlowFlightRecorder.tsx:76` calls `GET /api/dashboard/flows/${flowId}/executions?conversation_id=${exec.conversation_id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/flows/${flowId}/versions (src/app/dashboard/flows/_components/FlowVersionPanel.tsx:37)
`src/app/dashboard/flows/_components/FlowVersionPanel.tsx:37` calls `GET /api/dashboard/flows/${flowId}/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/versions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/flows/${id} (src/app/dashboard/flows/store.ts:202)
`src/app/dashboard/flows/store.ts:202` calls `GET /api/dashboard/flows/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>` 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/dashboard/follow-up-templates (src/app/dashboard/settings/page.tsx:375)
`src/app/dashboard/settings/page.tsx:375` calls `GET /api/dashboard/follow-up-templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/follow-up-templates` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/integrations (src/app/dashboard/integrations/_components/IntegrationsClient.tsx:354)
`src/app/dashboard/integrations/_components/IntegrationsClient.tsx:354` calls `GET /api/dashboard/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/integrations` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/knowledge (src/app/dashboard/agents/page.tsx:351)
`src/app/dashboard/agents/page.tsx:351` calls `GET /api/dashboard/knowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/knowledge` 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: GET /api/dashboard/knowledge (src/app/dashboard/agents/page.tsx:542)
`src/app/dashboard/agents/page.tsx:542` calls `GET /api/dashboard/knowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/knowledge` 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: GET /api/dashboard/leads (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:269)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:269` calls `GET /api/dashboard/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/leads` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/leads (src/app/dashboard/leads/_components/LeadsClient.tsx:45)
`src/app/dashboard/leads/_components/LeadsClient.tsx:45` calls `GET /api/dashboard/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/leads` 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/dashboard/logs (src/app/dashboard/logs/_components/LogsClient.tsx:26)
`src/app/dashboard/logs/_components/LogsClient.tsx:26` calls `GET /api/dashboard/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/logs` 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/dashboard/logs (src/app/dashboard/logs/page.tsx:30)
`src/app/dashboard/logs/page.tsx:30` calls `GET /api/dashboard/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/logs` 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/dashboard/logs (src/app/dashboard/operations/_components/LiveActivityFeed.tsx:48)
`src/app/dashboard/operations/_components/LiveActivityFeed.tsx:48` calls `GET /api/dashboard/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/logs` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/readiness (src/app/dashboard/readiness/page.tsx:38)
`src/app/dashboard/readiness/page.tsx:38` calls `GET /api/dashboard/readiness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/readiness` 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: GET /api/dashboard/scripted-replies (src/app/dashboard/agents/page.tsx:321)
`src/app/dashboard/agents/page.tsx:321` calls `GET /api/dashboard/scripted-replies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies` 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/dashboard/scripted-replies (src/app/dashboard/agents/page.tsx:462)
`src/app/dashboard/agents/page.tsx:462` calls `GET /api/dashboard/scripted-replies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies` 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/dashboard/settings (src/app/dashboard/agents/page.tsx:347)
`src/app/dashboard/agents/page.tsx:347` calls `GET /api/dashboard/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings` 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: GET /api/dashboard/settings (src/app/dashboard/settings/page.tsx:374)
`src/app/dashboard/settings/page.tsx:374` calls `GET /api/dashboard/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings` 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: GET /api/dashboard/settings/audit-log (src/app/dashboard/settings/audit-log/page.tsx:41)
`src/app/dashboard/settings/audit-log/page.tsx:41` calls `GET /api/dashboard/settings/audit-log` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings/audit-log` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/stats (_disabled/dashboard_page_with_recharts.tsx:108)
`_disabled/dashboard_page_with_recharts.tsx:108` calls `GET /api/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/stats` 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/dashboard/stats (src/app/dashboard/_sections/DashboardMetrics.tsx:33)
`src/app/dashboard/_sections/DashboardMetrics.tsx:33` calls `GET /api/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/stats` 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/dashboard/stats (src/app/dashboard/_sections/QuickActions.tsx:17)
`src/app/dashboard/_sections/QuickActions.tsx:17` calls `GET /api/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/stats` 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: GET /api/dashboard/stats (src/app/dashboard/operations/_components/OperationsKPIs.tsx:35)
`src/app/dashboard/operations/_components/OperationsKPIs.tsx:35` calls `GET /api/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/stats` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/stats (src/app/dashboard/operations/_components/QuickActionsGrid.tsx:17)
`src/app/dashboard/operations/_components/QuickActionsGrid.tsx:17` calls `GET /api/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/stats` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/system/dlq (src/app/dashboard/system/dead-letter/page.tsx:51)
`src/app/dashboard/system/dead-letter/page.tsx:51` calls `GET /api/dashboard/system/dlq` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/system/dlq` 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/dashboard/team (src/app/dashboard/chat/CRMPanel.tsx:171)
`src/app/dashboard/chat/CRMPanel.tsx:171` calls `GET /api/dashboard/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` 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/dashboard/team (src/app/dashboard/leads/_components/LeadsClient.tsx:57)
`src/app/dashboard/leads/_components/LeadsClient.tsx:57` calls `GET /api/dashboard/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` 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/dashboard/team (src/app/dashboard/team/_components/TeamClient.tsx:43)
`src/app/dashboard/team/_components/TeamClient.tsx:43` calls `GET /api/dashboard/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` 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/dashboard/templates (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:254)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:254` calls `GET /api/dashboard/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/templates (src/app/dashboard/templates/page.tsx:87)
`src/app/dashboard/templates/page.tsx:87` calls `GET /api/dashboard/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates` 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: GET /api/meta-ads/accounts (src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:144)
`src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:144` calls `GET /api/meta-ads/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/accounts` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/accounts (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:155)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:155` calls `GET /api/meta-ads/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/accounts` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/analytics?filter=${filter} (src/app/dashboard/meta-ads/_components/MetaAdsAnalyticsClient.tsx:103)
`src/app/dashboard/meta-ads/_components/MetaAdsAnalyticsClient.tsx:103` calls `GET /api/meta-ads/analytics?filter=${filter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/analytics` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/campaigns/${id} (src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:46)
`src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:46` calls `GET /api/meta-ads/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/campaigns?${params} (src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:86)
`src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:86` calls `GET /api/meta-ads/campaigns?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/connect (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:171)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:171` calls `GET /api/meta-ads/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/connect` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/leads/${leadId} (src/app/dashboard/meta-ads/_components/MetaAdsLeadsClient.tsx:32)
`src/app/dashboard/meta-ads/_components/MetaAdsLeadsClient.tsx:32` calls `GET /api/meta-ads/leads/${leadId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/leads/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/leads?${params} (src/app/dashboard/meta-ads/_components/MetaAdsLeadsClient.tsx:102)
`src/app/dashboard/meta-ads/_components/MetaAdsLeadsClient.tsx:102` calls `GET /api/meta-ads/leads?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/leads` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/notifications?limit=20 (src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:68)
`src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:68` calls `GET /api/meta-ads/notifications?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/notifications` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/notifications?unread=1&limit=1 (src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:48)
`src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:48` calls `GET /api/meta-ads/notifications?unread=1&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/notifications` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/status (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:154)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:154` calls `GET /api/meta-ads/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/status` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/blocked-dates?month=${toMonthStr(year, month)} (src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:70)
`src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:70` calls `GET /api/restaurant/blocked-dates?month=${toMonthStr(year, month)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/bookings?${params} (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:214)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:214` calls `GET /api/restaurant/bookings?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/bookings?date=${date} (src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:164)
`src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:164` calls `GET /api/restaurant/bookings?date=${date}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/guests/calendar?year=${y}&month=${m} (src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:142)
`src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:142` calls `GET /api/restaurant/guests/calendar?year=${y}&month=${m}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/guests/calendar` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/guests/list (src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:63)
`src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:63` calls `GET /api/restaurant/guests/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/guests/list` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/guests?phone=${booking.customer_phone}&name=${encodeURIComponent(booking.customer_name)} (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:331)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:331` calls `GET /api/restaurant/guests?phone=${booking.customer_phone}&name=${encodeURIComponent(booking.customer_name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized pa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/guests?phone=${g.customer_phone}&name=${encodeURIComponent(g.customer_name)} (src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:189)
`src/app/dashboard/restaurant/guests/_components/GuestsClient.tsx:189` calls `GET /api/restaurant/guests?phone=${g.customer_phone}&name=${encodeURIComponent(g.customer_name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/overview (src/app/dashboard/restaurant/_components/RestaurantOverviewClient.tsx:352)
`src/app/dashboard/restaurant/_components/RestaurantOverviewClient.tsx:352` calls `GET /api/restaurant/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/overview` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/settings (src/app/dashboard/restaurant/_components/WhatsAppFlowDemo.tsx:52)
`src/app/dashboard/restaurant/_components/WhatsAppFlowDemo.tsx:52` calls `GET /api/restaurant/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/settings` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/slots (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:228)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:228` calls `GET /api/restaurant/slots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/slots (src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:84)
`src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:84` calls `GET /api/restaurant/slots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/slots?date=${today} (src/app/dashboard/restaurant/_components/RestaurantOverviewClient.tsx:353)
`src/app/dashboard/restaurant/_components/RestaurantOverviewClient.tsx:353` calls `GET /api/restaurant/slots?date=${today}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/slots?date=${today} (src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:51)
`src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:51` calls `GET /api/restaurant/slots?date=${today}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/tables (src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:95)
`src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:95` calls `GET /api/restaurant/tables` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/tables` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/restaurant/waitlist?date=${selectedDate} (src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:55)
`src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:55` calls `GET /api/restaurant/waitlist?date=${selectedDate}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/waitlist` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v20.0/${leadgenId}?access_token=${systemToken} (src/app/api/webhooks/meta-leads/route.ts:125)
`src/app/api/webhooks/meta-leads/route.ts:125` calls `GET https://graph.facebook.com/v20.0/${leadgenId}?access_token=${systemToken}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v20.0/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v21.0/${wabaId}/message_templates?limit=250 (src/lib/broadcast/services/meta-template-sync.service.ts:54)
`src/lib/broadcast/services/meta-template-sync.service.ts:54` calls `GET https://graph.facebook.com/v21.0/${wabaId}/message_templates?limit=250` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.instagram.com/refresh_access_token (_disabled/app/api/cron/instagram-refresh/route.ts:32)
`_disabled/app/api/cron/instagram-refresh/route.ts:32` calls `GET https://graph.instagram.com/refresh_access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/graph.instagram.com/refresh_access_token` If …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${cfg.spreadsheet_id}?fields=sheets.properties.title (src/diagnose_sheets.ts:88)
`src/diagnose_sheets.ts:88` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${cfg.spreadsheet_id}?fields=sheets.properties.title` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets.googleapis.com/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)} (src/lib/integrations/google-sheets.ts:222)
`src/lib/integrations/google-sheets.ts:222` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)} (src/lib/integrations/google-sheets.ts:368)
`src/lib/integrations/google-sheets.ts:368` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}?fields=sheets.properties.title (src/lib/integrations/google-sheets.ts:164)
`src/lib/integrations/google-sheets.ts:164` calls `GET https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}?fields=sheets.properties.title` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets.goog…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/overview (_disabled/app/admin/clients/page.tsx:64)
`_disabled/app/admin/clients/page.tsx:64` calls `PATCH /api/admin/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/overview` 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: PATCH /api/admin/provision (src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:134)
`src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:134` calls `PATCH /api/admin/provision` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/provision` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/automations/${rule.id} (src/app/dashboard/automations/_components/AutomationsClient.tsx:159)
`src/app/dashboard/automations/_components/AutomationsClient.tsx:159` calls `PATCH /api/dashboard/automations/${rule.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/chat/conversation?id=${conversationId} (src/app/dashboard/chat/ChatArea.tsx:706)
`src/app/dashboard/chat/ChatArea.tsx:706` calls `PATCH /api/dashboard/chat/conversation?id=${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/conversation` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/contacts/${selectedContactId} (src/app/dashboard/contacts/_components/ContactsClient.tsx:370)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:370` calls `PATCH /api/dashboard/contacts/${selectedContactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/follow-up-templates (src/app/dashboard/settings/page.tsx:459)
`src/app/dashboard/settings/page.tsx:459` calls `PATCH /api/dashboard/follow-up-templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/follow-up-templates` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/leads/${leadId}/assign (src/app/dashboard/leads/_components/LeadsClient.tsx:101)
`src/app/dashboard/leads/_components/LeadsClient.tsx:101` calls `PATCH /api/dashboard/leads/${leadId}/assign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/leads/<p>/assign` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/leads/${localLead.id}/assign (src/app/dashboard/chat/CRMPanel.tsx:219)
`src/app/dashboard/chat/CRMPanel.tsx:219` calls `PATCH /api/dashboard/leads/${localLead.id}/assign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/leads/<p>/assign` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/scripted-replies/${id} (src/app/dashboard/agents/page.tsx:497)
`src/app/dashboard/agents/page.tsx:497` calls `PATCH /api/dashboard/scripted-replies/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dashboard/settings (src/app/dashboard/agents/page.tsx:776)
`src/app/dashboard/agents/page.tsx:776` calls `PATCH /api/dashboard/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings` 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: PATCH /api/dashboard/settings (src/app/dashboard/settings/page.tsx:445)
`src/app/dashboard/settings/page.tsx:445` calls `PATCH /api/dashboard/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings` 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: PATCH /api/dashboard/team (src/app/dashboard/team/_components/TeamClient.tsx:94)
`src/app/dashboard/team/_components/TeamClient.tsx:94` calls `PATCH /api/dashboard/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` 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/meta-ads/accounts (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:221)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:221` calls `PATCH /api/meta-ads/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/accounts` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/meta-ads/campaigns/${id} (src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:59)
`src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:59` calls `PATCH /api/meta-ads/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/meta-ads/campaigns/${id} (src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:107)
`src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:107` calls `PATCH /api/meta-ads/campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/meta-ads/notifications (src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:107)
`src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:107` calls `PATCH /api/meta-ads/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/notifications` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/meta-ads/notifications (src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:99)
`src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:99` calls `PATCH /api/meta-ads/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/notifications` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/restaurant/bookings/${bookingId}/status (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:258)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:258` calls `PATCH /api/restaurant/bookings/${bookingId}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings/<p>/status` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/restaurant/bookings/${editBooking.id} (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:308)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:308` calls `PATCH /api/restaurant/bookings/${editBooking.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings/<p>` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/restaurant/guests (src/app/dashboard/restaurant/bookings/_components/GuestProfilePanel.tsx:71)
`src/app/dashboard/restaurant/bookings/_components/GuestProfilePanel.tsx:71` calls `PATCH /api/restaurant/guests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/guests` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/restaurant/waitlist/${id} (src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:97)
`src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:97` calls `PATCH /api/restaurant/waitlist/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/waitlist/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/approvals (src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:37)
`src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:37` calls `POST /api/admin/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/approvals` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/approvals (src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:60)
`src/app/dashboard/admin/approvals/_components/ApprovalsClient.tsx:60` calls `POST /api/admin/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/approvals` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/assist (src/app/dashboard/chat/AIAssistPanel.tsx:232)
`src/app/dashboard/chat/AIAssistPanel.tsx:232` calls `POST /api/ai/assist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/assist` 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/auth/logout (_disabled/DashboardShell.original.tsx:93)
`_disabled/DashboardShell.original.tsx:93` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` 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/auth/logout (src/app/dashboard/_layout/AppSidebar.tsx:198)
`src/app/dashboard/_layout/AppSidebar.tsx:198` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` 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/auth/logout (src/app/pending/page.tsx:35)
`src/app/pending/page.tsx:35` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` 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/auth/provision (src/app/signup/page.tsx:127)
`src/app/signup/page.tsx:127` calls `POST /api/auth/provision` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/provision` 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/auth/send-otp (src/app/signup/page.tsx:88)
`src/app/signup/page.tsx:88` calls `POST /api/auth/send-otp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/send-otp` 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/auth/verify-otp (src/app/login/page.tsx:101)
`src/app/login/page.tsx:101` calls `POST /api/auth/verify-otp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/verify-otp` 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/auth/verify-otp (src/app/signup/page.tsx:111)
`src/app/signup/page.tsx:111` calls `POST /api/auth/verify-otp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/verify-otp` 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/broadcast/campaign (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:286)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:286` calls `POST /api/broadcast/campaign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaign` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/campaign (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:399)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:399` calls `POST /api/broadcast/campaign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaign` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/campaign/${campaignId}/retry-now (src/app/dashboard/broadcast/[id]/stats/page.tsx:39)
`src/app/dashboard/broadcast/[id]/stats/page.tsx:39` calls `POST /api/broadcast/campaign/${campaignId}/retry-now` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/campaign/<p>/retry-now` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/csv/upload (src/app/dashboard/broadcast/_components/AudienceBuilder.tsx:304)
`src/app/dashboard/broadcast/_components/AudienceBuilder.tsx:304` calls `POST /api/broadcast/csv/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/csv/upload` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/launch (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:534)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:534` calls `POST /api/broadcast/launch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/launch` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/recipients (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:644)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:644` calls `POST /api/broadcast/recipients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/recipients` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcast/test (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:474)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:474` calls `POST /api/broadcast/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcast/test` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcasts/send (src/app/dashboard/broadcast/_components/BroadcastClient.tsx:484)
`src/app/dashboard/broadcast/_components/BroadcastClient.tsx:484` calls `POST /api/broadcasts/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/send` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/broadcasts/test-send (src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:487)
`src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:487` calls `POST /api/broadcasts/test-send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/broadcasts/test-send` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat/send (src/app/dashboard/chat/ChatArea.tsx:653)
`src/app/dashboard/chat/ChatArea.tsx:653` calls `POST /api/chat/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/send` 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/chat/send (src/app/dashboard/chat/ChatArea.tsx:687)
`src/app/dashboard/chat/ChatArea.tsx:687` calls `POST /api/chat/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/send` 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/chat/upload (src/app/dashboard/chat/ChatArea.tsx:395)
`src/app/dashboard/chat/ChatArea.tsx:395` calls `POST /api/chat/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/upload` 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/dashboard/agents (src/app/dashboard/agents/_components/AgentsClient.tsx:88)
`src/app/dashboard/agents/_components/AgentsClient.tsx:88` calls `POST /api/dashboard/agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/agents` 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/dashboard/automations (src/app/dashboard/automations/_components/AutomationsClient.tsx:115)
`src/app/dashboard/automations/_components/AutomationsClient.tsx:115` calls `POST /api/dashboard/automations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/campaigns (src/app/dashboard/campaigns/_components/CampaignsClient.tsx:56)
`src/app/dashboard/campaigns/_components/CampaignsClient.tsx:56` calls `POST /api/dashboard/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/campaigns` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/chat/delete-message (src/app/dashboard/chat/ChatArea.tsx:856)
`src/app/dashboard/chat/ChatArea.tsx:856` calls `POST /api/dashboard/chat/delete-message` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/chat/delete-message` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/contacts (src/app/dashboard/chat/ChatArea.tsx:235)
`src/app/dashboard/chat/ChatArea.tsx:235` calls `POST /api/dashboard/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts` 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/dashboard/contacts (src/app/dashboard/contacts/_components/ContactsClient.tsx:323)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:323` calls `POST /api/dashboard/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/contacts/import/check (src/app/dashboard/contacts/_components/ContactsClient.tsx:283)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:283` calls `POST /api/dashboard/contacts/import/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts/import/check` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/contacts/import/check (src/app/dashboard/contacts/_components/ContactsClient.tsx:496)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:496` calls `POST /api/dashboard/contacts/import/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts/import/check` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/contacts/import?${params.toString()} (src/app/dashboard/contacts/_components/ContactsClient.tsx:541)
`src/app/dashboard/contacts/_components/ContactsClient.tsx:541` calls `POST /api/dashboard/contacts/import?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/contacts/import` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/flows (src/app/dashboard/flows/store.ts:236)
`src/app/dashboard/flows/store.ts:236` calls `POST /api/dashboard/flows` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows` 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/dashboard/flows/${flowId}/simulate (src/app/dashboard/flows/_components/FlowSimulator.tsx:87)
`src/app/dashboard/flows/_components/FlowSimulator.tsx:87` calls `POST /api/dashboard/flows/${flowId}/simulate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/simulate` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/flows/${id}/versions (src/app/dashboard/flows/editor/[id]/_FlowEditorMain.tsx:75)
`src/app/dashboard/flows/editor/[id]/_FlowEditorMain.tsx:75` calls `POST /api/dashboard/flows/${id}/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/versions` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/flows/generate (src/app/dashboard/flows/_components/AIFlowAssistant.tsx:33)
`src/app/dashboard/flows/_components/AIFlowAssistant.tsx:33` calls `POST /api/dashboard/flows/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/generate` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/knowledge (src/app/dashboard/agents/page.tsx:599)
`src/app/dashboard/agents/page.tsx:599` calls `POST /api/dashboard/knowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/knowledge` 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/dashboard/playground (src/app/dashboard/agents/page.tsx:662)
`src/app/dashboard/agents/page.tsx:662` calls `POST /api/dashboard/playground` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/playground` 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/dashboard/scripted-replies (src/app/dashboard/agents/page.tsx:476)
`src/app/dashboard/agents/page.tsx:476` calls `POST /api/dashboard/scripted-replies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/scripted-replies/upload (src/app/dashboard/agents/page.tsx:517)
`src/app/dashboard/agents/page.tsx:517` calls `POST /api/dashboard/scripted-replies/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/scripted-replies/upload` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/settings/test-whatsapp (src/app/dashboard/settings/page.tsx:393)
`src/app/dashboard/settings/page.tsx:393` calls `POST /api/dashboard/settings/test-whatsapp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/settings/test-whatsapp` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/system/dlq (src/app/dashboard/system/dead-letter/page.tsx:61)
`src/app/dashboard/system/dead-letter/page.tsx:61` calls `POST /api/dashboard/system/dlq` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/system/dlq` 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/dashboard/team (src/app/dashboard/team/_components/TeamClient.tsx:67)
`src/app/dashboard/team/_components/TeamClient.tsx:67` calls `POST /api/dashboard/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/team` 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/dashboard/templates (src/app/dashboard/templates/_components/TemplateStudio.tsx:135)
`src/app/dashboard/templates/_components/TemplateStudio.tsx:135` calls `POST /api/dashboard/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/templates (src/app/dashboard/templates/_components/TemplateStudio.tsx:62)
`src/app/dashboard/templates/_components/TemplateStudio.tsx:62` calls `POST /api/dashboard/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/templates (src/app/dashboard/templates/_components/TemplateStudio.tsx:94)
`src/app/dashboard/templates/_components/TemplateStudio.tsx:94` calls `POST /api/dashboard/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/templates/sync (src/app/dashboard/templates/page.tsx:108)
`src/app/dashboard/templates/page.tsx:108` calls `POST /api/dashboard/templates/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates/sync` 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/dashboard/templates/upload (src/app/dashboard/templates/_components/MediaUpload.tsx:70)
`src/app/dashboard/templates/_components/MediaUpload.tsx:70` calls `POST /api/dashboard/templates/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/templates/upload` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/campaigns (src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:197)
`src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:197` calls `POST /api/meta-ads/campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/campaigns/${c.id}/publish (src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:324)
`src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:324` calls `POST /api/meta-ads/campaigns/${c.id}/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>/publish` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/campaigns/${campaign.id}/publish (src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:212)
`src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:212` calls `POST /api/meta-ads/campaigns/${campaign.id}/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>/publish` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/campaigns/${id}/publish (src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:77)
`src/app/dashboard/meta-ads/_components/CampaignDetailClient.tsx:77` calls `POST /api/meta-ads/campaigns/${id}/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/campaigns/<p>/publish` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/disconnect (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:205)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:205` calls `POST /api/meta-ads/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/disconnect` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/sync (src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:185)
`src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:185` calls `POST /api/meta-ads/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/sync` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/onboard (src/app/onboard/page.tsx:168)
`src/app/onboard/page.tsx:168` calls `POST /api/onboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/onboard` 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/restaurant/blocked-dates (src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:100)
`src/app/dashboard/restaurant/blocked-dates/_components/BlockedDatesClient.tsx:100` calls `POST /api/restaurant/blocked-dates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/blocked-dates` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/bookings (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:274)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:274` calls `POST /api/restaurant/bookings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/bookings/import (src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:410)
`src/app/dashboard/restaurant/bookings/_components/BookingsClient.tsx:410` calls `POST /api/restaurant/bookings/import` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/bookings/import` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/slots (src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:71)
`src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:71` calls `POST /api/restaurant/slots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/tables (src/app/dashboard/restaurant/tables/_components/TablesClient.tsx:565)
`src/app/dashboard/restaurant/tables/_components/TablesClient.tsx:565` calls `POST /api/restaurant/tables` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/tables` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/tables/cycle (src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:145)
`src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:145` calls `POST /api/restaurant/tables/cycle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/tables/cycle` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/tables/reserve (src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:181)
`src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:181` calls `POST /api/restaurant/tables/reserve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/tables/reserve` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/tables/walk-in (src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:159)
`src/app/dashboard/restaurant/tables/_components/use-tables-api.ts:159` calls `POST /api/restaurant/tables/walk-in` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/tables/walk-in` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/restaurant/waitlist (src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:134)
`src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:134` calls `POST /api/restaurant/waitlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/waitlist` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.razorpay.com/v1/payment_links (src/lib/integrations/runner.ts:258)
`src/lib/integrations/runner.ts:258` calls `POST https://api.razorpay.com/v1/payment_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.razorpay.com/v1/payment_links` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.razorpay.com/v1/payment_links (src/lib/integrations/runner.ts:30)
`src/lib/integrations/runner.ts:30` calls `POST https://api.razorpay.com/v1/payment_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.razorpay.com/v1/payment_links` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.razorpay.com/v1/payment_links (src/lib/payments/razorpay-links.ts:45)
`src/lib/payments/razorpay-links.ts:45` calls `POST https://api.razorpay.com/v1/payment_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.razorpay.com/v1/payment_links` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://apiv2.shiprocket.in/v1/external/auth/login (src/lib/integrations/runner.ts:93)
`src/lib/integrations/runner.ts:93` calls `POST https://apiv2.shiprocket.in/v1/external/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/apiv2.shiprocket.in/v1/external/auth/login` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.facebook.com/v20.0/${pixelId}/events (src/lib/integrations/meta-capi.ts:127)
`src/lib/integrations/meta-capi.ts:127` calls `POST https://graph.facebook.com/v20.0/${pixelId}/events` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v20.0/<p>/events` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/app/api/auth/google/callback/route.ts:37)
`src/app/api/auth/google/callback/route.ts:37` 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, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/diagnose_sheets.ts:52)
`src/diagnose_sheets.ts:52` 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 `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/lib/integrations/google-calendar.ts:40)
`src/lib/integrations/google-calendar.ts:40` 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, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/lib/integrations/google-calendar.ts:93)
`src/lib/integrations/google-calendar.ts:93` 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, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/lib/integrations/google-sheets.ts:133)
`src/lib/integrations/google-sheets.ts:133` 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, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/lib/integrations/google-sheets.ts:46)
`src/lib/integrations/google-sheets.ts:46` 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
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sheets.googleapis.com/v4/spreadsheets/${cfg.spreadsheet_id}/values/${encodeURIComponent(appendRange)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS (src/diagnose_sheets.ts:106)
`src/diagnose_sheets.ts:106` calls `POST https://sheets.googleapis.com/v4/spreadsheets/${cfg.spreadsheet_id}/values/${encodeURIComponent(appendRange)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS` but no backend route matches that path. This is a runtime 404 waiting to happen. …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(clearRange)}:clear (src/lib/integrations/google-sheets.ts:299)
`src/lib/integrations/google-sheets.ts:299` calls `POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(clearRange)}:clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS (src/lib/integrations/google-sheets.ts:272)
`src/lib/integrations/google-sheets.ts:272` calls `POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS` but no backend route matches that path. This is a runtime 404 waiting…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS (src/lib/integrations/google-sheets.ts:449)
`src/lib/integrations/google-sheets.ts:449` calls `POST https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}:append?valueInputOption=USER_ENTERED&insertDataOption=INSERT_ROWS` but no backend route matches that path. This is a runtime 404 waiting…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}:batchUpdate (src/lib/integrations/google-sheets.ts:181)
`src/lib/integrations/google-sheets.ts:181` calls `POST https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}:batchUpdate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheets.googleapis.com/v4/spre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.googleapis.com/calendar/v3/calendars/primary/events?sendUpdates=all (src/lib/integrations/google-calendar.ts:214)
`src/lib/integrations/google-calendar.ts:214` calls `POST https://www.googleapis.com/calendar/v3/calendars/primary/events?sendUpdates=all` 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/cal…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.googleapis.com/calendar/v3/freeBusy (src/lib/integrations/google-calendar.ts:141)
`src/lib/integrations/google-calendar.ts:141` calls `POST https://www.googleapis.com/calendar/v3/freeBusy` 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/calendar/v3/freebusy` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.zohoapis.${domain}/crm/v2/Leads (src/lib/integrations/runner.ts:61)
`src/lib/integrations/runner.ts:61` calls `POST https://www.zohoapis.${domain}/crm/v2/Leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.zohoapis./<p>/crm/v2/leads` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/dashboard/agents/${editingAgent.id} (src/app/dashboard/agents/_components/AgentsClient.tsx:82)
`src/app/dashboard/agents/_components/AgentsClient.tsx:82` calls `PUT /api/dashboard/agents/${editingAgent.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/agents/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/dashboard/automations/${draft.id} (src/app/dashboard/automations/_components/AutomationsClient.tsx:123)
`src/app/dashboard/automations/_components/AutomationsClient.tsx:123` calls `PUT /api/dashboard/automations/${draft.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/automations/<p>` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/dashboard/flows/${flow.id} (src/app/dashboard/flows/page.tsx:46)
`src/app/dashboard/flows/page.tsx:46` calls `PUT /api/dashboard/flows/${flow.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>` 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: PUT /api/dashboard/flows/${flowId} (src/app/dashboard/flows/store.ts:229)
`src/app/dashboard/flows/store.ts:229` calls `PUT /api/dashboard/flows/${flowId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>` 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: PUT /api/dashboard/flows/${flowId}/versions (src/app/dashboard/flows/_components/FlowVersionPanel.tsx:51)
`src/app/dashboard/flows/_components/FlowVersionPanel.tsx:51` calls `PUT /api/dashboard/flows/${flowId}/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>/versions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/dashboard/flows/${id} (src/app/dashboard/flows/store.ts:271)
`src/app/dashboard/flows/store.ts:271` calls `PUT /api/dashboard/flows/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/flows/<p>` 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: PUT /api/dashboard/integrations (src/app/dashboard/integrations/_components/IntegrationsClient.tsx:197)
`src/app/dashboard/integrations/_components/IntegrationsClient.tsx:197` calls `PUT /api/dashboard/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/integrations` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/restaurant/slots/${slotId} (src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:105)
`src/app/dashboard/restaurant/slots/_components/SlotsClient.tsx:105` calls `PUT /api/restaurant/slots/${slotId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/restaurant/slots/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}?valueInputOption=USER_ENTERED (src/lib/integrations/google-sheets.ts:323)
`src/lib/integrations/google-sheets.ts:323` calls `PUT https://sheets.googleapis.com/v4/spreadsheets/${config.spreadsheet_id}/values/${encodeURIComponent(range)}?valueInputOption=USER_ENTERED` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}?valueInputOption=RAW (src/lib/integrations/google-sheets.ts:232)
`src/lib/integrations/google-sheets.ts:232` calls `PUT https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}?valueInputOption=RAW` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}?valueInputOption=RAW (src/lib/integrations/google-sheets.ts:376)
`src/lib/integrations/google-sheets.ts:376` calls `PUT https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${encodeURIComponent(range)}?valueInputOption=RAW` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `trigger_outbound_call` without auth dependency — voice-agent/ui_server.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
voice-agent/ui_server.py:47 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/dashboard/flows/_components/FlowSidebar.tsx:256
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 — src/app/layout.tsx:80
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 — src/app/page.tsx:74
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 — _disabled/app/api/calls/outbound/route.ts:88
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 — src/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 — src/app/api/chat/copy-proxy/route.ts:13
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 — src/app/api/dashboard/billing/route.ts:23
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 — src/app/api/webhooks/meta-leads/route.ts:125
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 — src/app/dashboard/_layout/MetaAdsNotificationBell.tsx:99
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 — src/app/dashboard/admin/onboard/_components/OnboardClient.tsx:134
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 — src/app/dashboard/agents/_components/AgentsClient.tsx:82
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 — src/app/dashboard/agents/page.tsx:351
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 — src/app/dashboard/automations/_components/AutomationsClient.tsx:123
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 — src/app/dashboard/broadcast/_components/BroadcastBuilder.tsx:474
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 — src/app/dashboard/broadcast/_components/ContactPickerDrawer.tsx:74
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 — src/app/dashboard/chat/ChatArea.tsx:395
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 — src/app/dashboard/contacts/_components/ContactsClient.tsx:169
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 — src/app/dashboard/flows/_components/FlowInspector.tsx:994
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 — src/app/dashboard/flows/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 — src/app/dashboard/flows/store.ts:236
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 — src/app/dashboard/meta-ads/_components/CampaignWizardModal.tsx:144
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 — src/app/dashboard/meta-ads/_components/MetaAdsDashboardClient.tsx:86
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 — src/app/dashboard/meta-ads/_components/MetaAdsLeadsClient.tsx:32
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 — src/app/dashboard/meta-ads/_components/MetaAdsSettingsClient.tsx:221
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 — src/app/dashboard/restaurant/waitlist/_components/WaitlistClient.tsx:63
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 — src/app/dashboard/settings/page.tsx:459
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 — src/app/dashboard/system/dead-letter/page.tsx:51
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 — src/app/signup/page.tsx:127
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 — src/diagnose_sheets.ts:52
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 — src/lib/broadcast/services/meta-template-sync.service.ts:54
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 — src/lib/instagram/service.ts:25
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 — src/lib/integrations/google-calendar.ts:40
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 — src/lib/integrations/google-sheets.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 — src/lib/integrations/meta-capi.ts:127
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 — src/lib/redis/client.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 — src/lib/utils/ssrf.ts:4
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 — src/scripts/concurrency-simulation.ts: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 — src/scripts/run-concurrency-test.mjs:27
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 Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: voice-agent/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/app/api/chat/copy-proxy/route.ts:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/app/api/chat/copy-proxy/route.ts:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/dashboard/flows/_components/FlowSidebar.tsx:256
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/dashboard/flows/_components/FlowSidebar.tsx:256 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:80
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:80 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:74
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/page.tsx:74 Dangerous innerhtml
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 293 placeholder/mock markers across 71 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
24 test file(s) for 495 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 447 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
voice-agent/Dockerfile:1 containersPinned dependencies
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `20260604_hospitality_os_v1` in scripts/check-migrations.mjs:67
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `promo_v1` in tests/broadcast-trust-v4-1.test.ts:115
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `welcome_offer_v2` in src/app/dashboard/broadcast/_components/BroadcastPanel.tsx:306
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: async_cancel_booking
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
voice-agent/calendar_tools.py:167
low System graph software Dead code conf 1.00 Possibly dead Python function: entrypoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
voice-agent/agent.py:270
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_agent_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
voice-agent/notify.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_booking_cancelled
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
voice-agent/notify.py:68
low System graph software Dead code conf 1.00 Possibly dead Python function: send_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
voice-agent/notify.py:119
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — src/app/dashboard/flows/_components/FlowCanvas.tsx:416
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — src/app/api/dashboard/flows/generate/route.ts:201
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/calls/outbound/route.ts:85
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/cron/reset-counters/route.ts:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/cron/timeout/route.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/webhooks/instagram/route.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/webhooks/razorpay/route.ts:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/webhooks/whatsapp/route.ts:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — _disabled/app/api/whatsapp/connect/route.ts:124
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — next.config.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scan_db.js:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 397. 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/d6aec7de-3a7f-4860-8020-06a307bbc592/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d6aec7de-3a7f-4860-8020-06a307bbc592/

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.