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.

rashadrahimov/leaddrive-v2

https://github.com/rashadrahimov/leaddrive-v2 · scanned 2026-06-15 23:48 UTC (2 months, 3 weeks ago)

2083 raw signals (0 security + 2083 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 2070 actionable findings from 1 signal source. 13 repeated signals grouped for readability. 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 45.3/100 with 100.0% coverage. It contains 14386 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 2083 findings — concentrated in api (1134), quality (629), frontend (256). Risk profile is high: 11 critical, 1136 high, 285 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 1559 of 2070 actionable findings. 2083 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in scripts/capture-ai-email.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/capture-ai-email.mjs:33
critical System graph security Secrets conf 1.00 Possible secret in scripts/capture-email-portal.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/capture-email-portal.mjs:17
critical System graph security Secrets conf 1.00 Possible secret in scripts/capture-fixes.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/capture-fixes.mjs:17
critical System graph security Secrets conf 1.00 Possible secret in scripts/farid-edge-cases.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/farid-edge-cases.ts:140
critical System graph security Secrets conf 1.00 Possible secret in scripts/seed-mtm.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/seed-mtm.ts:25
critical System graph security Secrets conf 1.00 Possible secret in scripts/take-screenshots.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/take-screenshots.mjs:11
critical System graph security Secrets conf 1.00 Possible secret in scripts/xss-exploit.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/xss-exploit.mjs:70
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/budgeting/cost-types?id=${id} (src/app/(dashboard)/settings/budget-config/page.tsx:111)
`src/app/(dashboard)/settings/budget-config/page.tsx:111` calls `DELETE /api/budgeting/cost-types?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cost-types` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/budgeting/cost-types?id=${id} (src/components/budget-config-tab.tsx:110)
`src/components/budget-config-tab.tsx:110` calls `DELETE /api/budgeting/cost-types?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cost-types` 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/budgeting/department-owners?id=${id} (src/lib/budgeting/hooks.ts:499)
`src/lib/budgeting/hooks.ts:499` calls `DELETE /api/budgeting/department-owners?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/department-owners` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/budgeting/departments?id=${id} (src/app/(dashboard)/settings/budget-config/page.tsx:149)
`src/app/(dashboard)/settings/budget-config/page.tsx:149` calls `DELETE /api/budgeting/departments?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/budgeting/departments?id=${id} (src/components/budget-config-tab.tsx:148)
`src/components/budget-config-tab.tsx:148` calls `DELETE /api/budgeting/departments?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/admin/plans/${p.id} (src/app/admin/plans/plans-client.tsx:61)
`src/app/admin/plans/plans-client.tsx:61` calls `DELETE /api/v1/admin/plans/${p.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/plans/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/admin/tenants/${tenantId} (src/app/admin/tenants/[id]/tenant-actions.tsx:65)
`src/app/admin/tenants/[id]/tenant-actions.tsx:65` calls `DELETE /api/v1/admin/tenants/${tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/tenants/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/admin/tenants/${tenantId}?force=true&confirm=${encodeURIComponent(slugConfirm)} (src/app/admin/tenants/[id]/tenant-actions.tsx:100)
`src/app/admin/tenants/[id]/tenant-actions.tsx:100` calls `DELETE /api/v1/admin/tenants/${tenantId}?force=true&confirm=${encodeURIComponent(slugConfirm)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/tena…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ai-configs/${deleteId} (src/app/(dashboard)/ai-command-center/page.tsx:237)
`src/app/(dashboard)/ai-command-center/page.tsx:237` calls `DELETE /api/v1/ai-configs/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-configs/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ai-guardrails?id=${id} (src/app/(dashboard)/ai-command-center/page.tsx:291)
`src/app/(dashboard)/ai-command-center/page.tsx:291` calls `DELETE /api/v1/ai-guardrails?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-guardrails` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/api-keys/${id} (src/app/(dashboard)/settings/api-keys/page.tsx:135)
`src/app/(dashboard)/settings/api-keys/page.tsx:135` calls `DELETE /api/v1/api-keys/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/api-keys/${key.id} (src/app/(dashboard)/settings/security/page.tsx:778)
`src/app/(dashboard)/settings/security/page.tsx:778` calls `DELETE /api/v1/api-keys/${key.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys/<p>` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/apps/${app.id}/install (src/app/(dashboard)/marketplace/page.tsx:110)
`src/app/(dashboard)/marketplace/page.tsx:110` calls `DELETE /api/v1/apps/${app.id}/install` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/apps/<p>/install` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/attribution-models/${m.id} (src/app/(dashboard)/attribution/models/page.tsx:478)
`src/app/(dashboard)/attribution/models/page.tsx:478` calls `DELETE /api/v1/attribution-models/${m.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/attribution-models/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/auth/linked-accounts (src/app/(dashboard)/settings/security/page.tsx:72)
`src/app/(dashboard)/settings/security/page.tsx:72` calls `DELETE /api/v1/auth/linked-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/auth/linked-accounts` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/board-permissions?userId=${encodeURIComponent(userId)}&divisionId=${encodeURIComponent(division.id)} (src/app/(dashboard)/boards/page.tsx:408)
`src/app/(dashboard)/boards/page.tsx:408` calls `DELETE /api/v1/board-permissions?userId=${encodeURIComponent(userId)}&divisionId=${encodeURIComponent(division.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/campaigns/${deleteId} (src/app/(dashboard)/campaigns/page.tsx:102)
`src/app/(dashboard)/campaigns/page.tsx:102` calls `DELETE /api/v1/campaigns/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/campaigns/${params.id} (src/app/(dashboard)/campaigns/[id]/page.tsx:80)
`src/app/(dashboard)/campaigns/[id]/page.tsx:80` calls `DELETE /api/v1/campaigns/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>` 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/v1/channels/${deleteId} (src/app/(dashboard)/settings/channels/page.tsx:100)
`src/app/(dashboard)/settings/channels/page.tsx:100` calls `DELETE /api/v1/channels/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/channels/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/companies/${company.id} (src/components/lead-detail-modal.tsx:667)
`src/components/lead-detail-modal.tsx:667` calls `DELETE /api/v1/companies/${company.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/companies/${deleteItem.id} (src/app/(dashboard)/companies/page.tsx:209)
`src/app/(dashboard)/companies/page.tsx:209` calls `DELETE /api/v1/companies/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` 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/v1/complaints/${id} (src/app/(dashboard)/complaints/[id]/page.tsx:123)
`src/app/(dashboard)/complaints/[id]/page.tsx:123` calls `DELETE /api/v1/complaints/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/complaints/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contacts/${c.id} (src/components/lead-detail-modal.tsx:463)
`src/components/lead-detail-modal.tsx:463` calls `DELETE /api/v1/contacts/${c.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts/<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/v1/contacts/${deleteItem.id} (src/app/(dashboard)/contacts/list/page.tsx:190)
`src/app/(dashboard)/contacts/list/page.tsx:190` calls `DELETE /api/v1/contacts/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts/<p>` 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/v1/contract-approval-rules/${rule.id} (src/app/(dashboard)/settings/approval-rules/page.tsx:249)
`src/app/(dashboard)/settings/approval-rules/page.tsx:249` calls `DELETE /api/v1/contract-approval-rules/${rule.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-approval-rules/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contract-clauses/${deleteClauseId} (src/app/(dashboard)/contracts/templates/page.tsx:961)
`src/app/(dashboard)/contracts/templates/page.tsx:961` calls `DELETE /api/v1/contract-clauses/${deleteClauseId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-clauses/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contract-intake-forms/${form.id} (src/app/(dashboard)/settings/intake-forms/page.tsx:191)
`src/app/(dashboard)/settings/intake-forms/page.tsx:191` calls `DELETE /api/v1/contract-intake-forms/${form.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-intake-forms/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contract-tags/${tagId} (src/app/(dashboard)/contracts/page.tsx:547)
`src/app/(dashboard)/contracts/page.tsx:547` calls `DELETE /api/v1/contract-tags/${tagId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-tags/<p>` 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/v1/contract-templates/${deleteTemplateId} (src/app/(dashboard)/contracts/templates/page.tsx:947)
`src/app/(dashboard)/contracts/templates/page.tsx:947` calls `DELETE /api/v1/contract-templates/${deleteTemplateId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-templates/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contracts/${deleteId} (src/app/(dashboard)/contracts/page.tsx:597)
`src/app/(dashboard)/contracts/page.tsx:597` calls `DELETE /api/v1/contracts/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contracts/${detailContract.id}/files/${fileId} (src/app/(dashboard)/contracts/page.tsx:581)
`src/app/(dashboard)/contracts/page.tsx:581` calls `DELETE /api/v1/contracts/${detailContract.id}/files/${fileId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/files/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contracts/${params.id} (src/app/(dashboard)/contracts/[id]/page.tsx:946)
`src/app/(dashboard)/contracts/[id]/page.tsx:946` calls `DELETE /api/v1/contracts/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/contracts/${params.id}/milestones/${milestoneId} (src/app/(dashboard)/contracts/[id]/page.tsx:877)
`src/app/(dashboard)/contracts/[id]/page.tsx:877` calls `DELETE /api/v1/contracts/${params.id}/milestones/${milestoneId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/milestones/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/currencies/${deleteId} (src/app/(dashboard)/settings/currencies/page.tsx:55)
`src/app/(dashboard)/settings/currencies/page.tsx:55` calls `DELETE /api/v1/currencies/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/currencies/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/custom-domains/${deletingDomain.id} (src/app/(dashboard)/settings/custom-domains/page.tsx:114)
`src/app/(dashboard)/settings/custom-domains/page.tsx:114` calls `DELETE /api/v1/custom-domains/${deletingDomain.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-domains/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/custom-fields/${field.id} (src/app/(dashboard)/settings/custom-fields/page.tsx:87)
`src/app/(dashboard)/settings/custom-fields/page.tsx:87` calls `DELETE /api/v1/custom-fields/${field.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-fields/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/deals/${deal.id}/competitors (src/components/deals/deal-sidebar.tsx:668)
`src/components/deals/deal-sidebar.tsx:668` calls `DELETE /api/v1/deals/${deal.id}/competitors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/deals/<p>/competitors` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/deals/${deal.id}/contact-roles (src/components/deals/deal-sidebar.tsx:594)
`src/components/deals/deal-sidebar.tsx:594` calls `DELETE /api/v1/deals/${deal.id}/contact-roles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/deals/<p>/contact-roles` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/deals/${deal.id}/team (src/components/deals/deal-sidebar.tsx:535)
`src/components/deals/deal-sidebar.tsx:535` calls `DELETE /api/v1/deals/${deal.id}/team` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/deals/<p>/team` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/deals/${deleteId} (src/app/(dashboard)/deals/page.tsx:334)
`src/app/(dashboard)/deals/page.tsx:334` calls `DELETE /api/v1/deals/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/deals/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/deals/${id} (src/app/(dashboard)/deals/[id]/page.tsx:528)
`src/app/(dashboard)/deals/[id]/page.tsx:528` calls `DELETE /api/v1/deals/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/deals/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/divisions/${division.id} (src/app/(dashboard)/boards/page.tsx:455)
`src/app/(dashboard)/boards/page.tsx:455` calls `DELETE /api/v1/divisions/${division.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/divisions/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/email-templates/${deleteId} (src/app/(dashboard)/email-templates/page.tsx:125)
`src/app/(dashboard)/email-templates/page.tsx:125` calls `DELETE /api/v1/email-templates/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/email-templates/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/email-templates/${deleteId} (src/app/(dashboard)/settings/email-templates/page.tsx:58)
`src/app/(dashboard)/settings/email-templates/page.tsx:58` calls `DELETE /api/v1/email-templates/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/email-templates/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/escalation-rules/${deleteItem.id} (src/app/(dashboard)/settings/escalation/page.tsx:295)
`src/app/(dashboard)/settings/escalation/page.tsx:295` calls `DELETE /api/v1/escalation-rules/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/escalation-rules/<p>` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/events/${deleteEvent.id} (src/app/(dashboard)/events/page.tsx:84)
`src/app/(dashboard)/events/page.tsx:84` calls `DELETE /api/v1/events/${deleteEvent.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/events/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/events/${params.id} (src/app/(dashboard)/events/[id]/page.tsx:151)
`src/app/(dashboard)/events/[id]/page.tsx:151` calls `DELETE /api/v1/events/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/events/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/events/${params.id}/participants (src/app/(dashboard)/events/[id]/page.tsx:272)
`src/app/(dashboard)/events/[id]/page.tsx:272` calls `DELETE /api/v1/events/${params.id}/participants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/events/<p>/participants` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/forecast-snapshots/${id} (src/app/(dashboard)/forecast/snapshots/page.tsx:106)
`src/app/(dashboard)/forecast/snapshots/page.tsx:106` calls `DELETE /api/v1/forecast-snapshots/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/forecast-snapshots/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/inbox (src/app/(dashboard)/inbox/legacy/page.tsx:313)
`src/app/(dashboard)/inbox/legacy/page.tsx:313` calls `DELETE /api/v1/inbox` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/inbox` 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: DELETE /api/v1/inbox/chatbot-rules/${id} (src/app/(dashboard)/inbox/chatbot-rules/page.tsx:154)
`src/app/(dashboard)/inbox/chatbot-rules/page.tsx:154` calls `DELETE /api/v1/inbox/chatbot-rules/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/inbox/chatbot-rules/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/inbox/conversations/${scid}/participants/${userId} (src/app/(dashboard)/inbox/page.tsx:640)
`src/app/(dashboard)/inbox/page.tsx:640` calls `DELETE /api/v1/inbox/conversations/${scid}/participants/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/inbox/conversations/<p>/participants/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/inbox/folders/${id} (src/app/(dashboard)/inbox/page.tsx:260)
`src/app/(dashboard)/inbox/page.tsx:260` calls `DELETE /api/v1/inbox/folders/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/inbox/folders/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/integrations/esign-provider?id=${configId} (src/app/(dashboard)/settings/integrations/page.tsx:325)
`src/app/(dashboard)/settings/integrations/page.tsx:325` calls `DELETE /api/v1/integrations/esign-provider?id=${configId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/integrations/esign-provider` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/integrations/google-calendar/status (src/app/(dashboard)/settings/integrations/page.tsx:157)
`src/app/(dashboard)/settings/integrations/page.tsx:157` calls `DELETE /api/v1/integrations/google-calendar/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/integrations/google-calendar/status` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/integrations/slack?id=${id} (src/app/(dashboard)/settings/integrations/page.tsx:238)
`src/app/(dashboard)/settings/integrations/page.tsx:238` calls `DELETE /api/v1/integrations/slack?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/integrations/slack` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/integrations/teams?id=${id} (src/app/(dashboard)/settings/integrations/page.tsx:282)
`src/app/(dashboard)/settings/integrations/page.tsx:282` calls `DELETE /api/v1/integrations/teams?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/integrations/teams` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/invoices/${deleteId} (src/app/(dashboard)/invoices/page.tsx:152)
`src/app/(dashboard)/invoices/page.tsx:152` calls `DELETE /api/v1/invoices/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/invoices/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/invoices/${invoiceId} (src/app/(dashboard)/invoices/[id]/page.tsx:679)
`src/app/(dashboard)/invoices/[id]/page.tsx:679` calls `DELETE /api/v1/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/invoices/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/invoices/${invoiceId}/chain (src/app/(dashboard)/invoices/[id]/page.tsx:596)
`src/app/(dashboard)/invoices/[id]/page.tsx:596` calls `DELETE /api/v1/invoices/${invoiceId}/chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/invoices/<p>/chain` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/journeys/${deleteId} (src/app/(dashboard)/journeys/page.tsx:286)
`src/app/(dashboard)/journeys/page.tsx:286` calls `DELETE /api/v1/journeys/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/journeys/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/kb-categories/${catId} (src/app/(dashboard)/knowledge-base/page.tsx:148)
`src/app/(dashboard)/knowledge-base/page.tsx:148` calls `DELETE /api/v1/kb-categories/${catId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/kb-categories/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/kb/${deleteId} (src/app/(dashboard)/knowledge-base/page.tsx:119)
`src/app/(dashboard)/knowledge-base/page.tsx:119` calls `DELETE /api/v1/kb/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/kb/<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: DELETE /api/v1/kb/${params.id} (src/app/(dashboard)/knowledge-base/[id]/page.tsx:50)
`src/app/(dashboard)/knowledge-base/[id]/page.tsx:50` calls `DELETE /api/v1/kb/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/kb/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/lead-rules/${id} (src/app/(dashboard)/settings/lead-rules/page.tsx:74)
`src/app/(dashboard)/settings/lead-rules/page.tsx:74` calls `DELETE /api/v1/lead-rules/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/lead-rules/<p>` 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/v1/leads/${deleteId} (src/app/(dashboard)/leads/page.tsx:280)
`src/app/(dashboard)/leads/page.tsx:280` calls `DELETE /api/v1/leads/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/leads/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/leads/${id} (src/app/(dashboard)/leads/[id]/page.tsx:323)
`src/app/(dashboard)/leads/[id]/page.tsx:323` calls `DELETE /api/v1/leads/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/leads/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/leads/${lead.id} (src/components/lead-item-modal.tsx:653)
`src/components/lead-item-modal.tsx:653` calls `DELETE /api/v1/leads/${lead.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/leads/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/loyalty-earn-rules/${row.id} (src/app/(dashboard)/loyalty/earn-rules/page.tsx:260)
`src/app/(dashboard)/loyalty/earn-rules/page.tsx:260` calls `DELETE /api/v1/loyalty-earn-rules/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/loyalty-earn-rules/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/loyalty-tiers/${row.id} (src/app/(dashboard)/loyalty/tiers/page.tsx:220)
`src/app/(dashboard)/loyalty/tiers/page.tsx:220` calls `DELETE /api/v1/loyalty-tiers/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/loyalty-tiers/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/agents/${deleteItem.id} (src/app/(dashboard)/mtm/agents/page.tsx:89)
`src/app/(dashboard)/mtm/agents/page.tsx:89` calls `DELETE /api/v1/mtm/agents/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/agents/<p>` 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/v1/mtm/alerts/${deleteItem.id} (src/app/(dashboard)/mtm/alerts/page.tsx:81)
`src/app/(dashboard)/mtm/alerts/page.tsx:81` calls `DELETE /api/v1/mtm/alerts/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/alerts/<p>` 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/v1/mtm/customers/${deleteItem.id} (src/app/(dashboard)/mtm/customers/page.tsx:79)
`src/app/(dashboard)/mtm/customers/page.tsx:79` calls `DELETE /api/v1/mtm/customers/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/customers/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/equipment/types/${deleteItem.id} (src/app/(dashboard)/mtm/equipment/types/page.tsx:109)
`src/app/(dashboard)/mtm/equipment/types/page.tsx:109` calls `DELETE /api/v1/mtm/equipment/types/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/equipment/types/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/orders/${deleteItem.id} (src/app/(dashboard)/mtm/orders/page.tsx:72)
`src/app/(dashboard)/mtm/orders/page.tsx:72` calls `DELETE /api/v1/mtm/orders/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/orders/<p>` 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/v1/mtm/photos/${deleteItem.id} (src/app/(dashboard)/mtm/photos/page.tsx:83)
`src/app/(dashboard)/mtm/photos/page.tsx:83` calls `DELETE /api/v1/mtm/photos/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/photos/<p>` 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/v1/mtm/routes/${deleteItem.id} (src/app/(dashboard)/mtm/routes/page.tsx:91)
`src/app/(dashboard)/mtm/routes/page.tsx:91` calls `DELETE /api/v1/mtm/routes/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/routes/<p>` 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/v1/mtm/skus/${deleteItem.id} (src/app/(dashboard)/mtm/skus/page.tsx:136)
`src/app/(dashboard)/mtm/skus/page.tsx:136` calls `DELETE /api/v1/mtm/skus/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/skus/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/skus/${sku.id} (src/app/(dashboard)/mtm/skus/[id]/page.tsx:94)
`src/app/(dashboard)/mtm/skus/[id]/page.tsx:94` calls `DELETE /api/v1/mtm/skus/${sku.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/skus/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/skus/categories/${deleteItem.id} (src/app/(dashboard)/mtm/categories/page.tsx:233)
`src/app/(dashboard)/mtm/categories/page.tsx:233` calls `DELETE /api/v1/mtm/skus/categories/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/skus/categories/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/tasks/${deleteItem.id} (src/app/(dashboard)/mtm/tasks/page.tsx:98)
`src/app/(dashboard)/mtm/tasks/page.tsx:98` calls `DELETE /api/v1/mtm/tasks/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/tasks/<p>` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/mtm/visits/${deleteItem.id} (src/app/(dashboard)/mtm/visits/page.tsx:70)
`src/app/(dashboard)/mtm/visits/page.tsx:70` calls `DELETE /api/v1/mtm/visits/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/mtm/visits/<p>` 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/v1/offers/${deleteId} (src/app/(dashboard)/offers/page.tsx:92)
`src/app/(dashboard)/offers/page.tsx:92` calls `DELETE /api/v1/offers/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/offers/<p>` 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: DELETE /api/v1/offers/${deleteOffer.id} (src/components/deals/offers-tab.tsx:100)
`src/components/deals/offers-tab.tsx:100` calls `DELETE /api/v1/offers/${deleteOffer.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/offers/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/offers/${params.id} (src/app/(dashboard)/offers/[id]/page.tsx:96)
`src/app/(dashboard)/offers/[id]/page.tsx:96` calls `DELETE /api/v1/offers/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/offers/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pages/${id} (src/app/(dashboard)/pages/page.tsx:211)
`src/app/(dashboard)/pages/page.tsx:211` calls `DELETE /api/v1/pages/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pages/<p>` 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: DELETE /api/v1/pipeline-stages/${stageId} (src/app/(dashboard)/settings/pipelines/page.tsx:287)
`src/app/(dashboard)/settings/pipelines/page.tsx:287` calls `DELETE /api/v1/pipeline-stages/${stageId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pipeline-stages/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pipeline-stages/${stageId}/rules (src/app/(dashboard)/settings/pipelines/page.tsx:408)
`src/app/(dashboard)/settings/pipelines/page.tsx:408` calls `DELETE /api/v1/pipeline-stages/${stageId}/rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pipeline-stages/<p>/rules` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pipelines/${pipelineId} (src/app/(dashboard)/settings/pipelines/page.tsx:227)
`src/app/(dashboard)/settings/pipelines/page.tsx:227` calls `DELETE /api/v1/pipelines/${pipelineId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pipelines/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pitch-tokens/${id} (src/app/(dashboard)/settings/pitch-links/page.tsx:73)
`src/app/(dashboard)/settings/pitch-links/page.tsx:73` calls `DELETE /api/v1/pitch-tokens/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pitch-tokens/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pricing/additional-sales/${sale.id} (src/app/(dashboard)/pricing/page.tsx:1184)
`src/app/(dashboard)/pricing/page.tsx:1184` calls `DELETE /api/v1/pricing/additional-sales/${sale.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pricing/additional-sales/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/pricing/delete/${encodeURIComponent(code)} (src/app/(dashboard)/pricing/page.tsx:365)
`src/app/(dashboard)/pricing/page.tsx:365` calls `DELETE /api/v1/pricing/delete/${encodeURIComponent(code)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/pricing/delete/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/products/${deleteItem.id} (src/app/(dashboard)/products/page.tsx:147)
`src/app/(dashboard)/products/page.tsx:147` calls `DELETE /api/v1/products/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/products/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/products/${id} (src/app/(dashboard)/products/[id]/page.tsx:123)
`src/app/(dashboard)/products/[id]/page.tsx:123` calls `DELETE /api/v1/products/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/products/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/projects/${deleteId} (src/app/(dashboard)/projects/page.tsx:111)
`src/app/(dashboard)/projects/page.tsx:111` calls `DELETE /api/v1/projects/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/projects/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/projects/${id} (src/app/(dashboard)/projects/[id]/page.tsx:83)
`src/app/(dashboard)/projects/[id]/page.tsx:83` calls `DELETE /api/v1/projects/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/projects/<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: DELETE /api/v1/projects/${projectId}/members?memberId=${memberId} (src/components/projects/project-members-tab.tsx:62)
`src/components/projects/project-members-tab.tsx:62` calls `DELETE /api/v1/projects/${projectId}/members?memberId=${memberId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/projects/<p>/members` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/projects/${projectId}/milestones?milestoneId=${milestoneId} (src/components/projects/project-milestones-tab.tsx:46)
`src/components/projects/project-milestones-tab.tsx:46` calls `DELETE /api/v1/projects/${projectId}/milestones?milestoneId=${milestoneId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/projects/<p>/milestones` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/projects/${projectId}/tasks?taskId=${taskId} (src/components/projects/project-tasks-tab.tsx:108)
`src/components/projects/project-tasks-tab.tsx:108` calls `DELETE /api/v1/projects/${projectId}/tasks?taskId=${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/projects/<p>/tasks` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/promo-codes/${row.id} (src/app/(dashboard)/loyalty/promo-codes/page.tsx:255)
`src/app/(dashboard)/loyalty/promo-codes/page.tsx:255` calls `DELETE /api/v1/promo-codes/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/promo-codes/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/public/portal-auth (src/app/portal/layout.tsx:37)
`src/app/portal/layout.tsx:37` calls `DELETE /api/v1/public/portal-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/public/portal-auth` 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: DELETE /api/v1/push/subscribe?endpoint=${encodeURIComponent(sub.endpoint)} (src/lib/push-client.ts:75)
`src/lib/push-client.ts:75` calls `DELETE /api/v1/push/subscribe?endpoint=${encodeURIComponent(sub.endpoint)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/push/subscribe` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/quotes/${quoteId} (src/app/(dashboard)/quotes/[id]/page.tsx:304)
`src/app/(dashboard)/quotes/[id]/page.tsx:304` calls `DELETE /api/v1/quotes/${quoteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/quotes/<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: DELETE /api/v1/recurring-invoices/${deleteId} (src/app/(dashboard)/invoices/recurring/page.tsx:212)
`src/app/(dashboard)/invoices/recurring/page.tsx:212` calls `DELETE /api/v1/recurring-invoices/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/recurring-invoices/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/sales-quotas/${id} (src/app/(dashboard)/settings/quotas/page.tsx:82)
`src/app/(dashboard)/settings/quotas/page.tsx:82` calls `DELETE /api/v1/sales-quotas/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/sales-quotas/<p>` 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/v1/saved-views/${orgViewId} (src/components/boards/config-table-sections.tsx:101)
`src/components/boards/config-table-sections.tsx:101` calls `DELETE /api/v1/saved-views/${orgViewId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/saved-views/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/saved-views/${view.id} (src/components/saved-view-bar.tsx:141)
`src/components/saved-view-bar.tsx:141` calls `DELETE /api/v1/saved-views/${view.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/saved-views/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/segments/${deleteId} (src/app/(dashboard)/segments/page.tsx:104)
`src/app/(dashboard)/segments/page.tsx:104` calls `DELETE /api/v1/segments/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/segments/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/sequences/${deleteTarget.id} (src/app/(dashboard)/sequences/page.tsx:328)
`src/app/(dashboard)/sequences/page.tsx:328` calls `DELETE /api/v1/sequences/${deleteTarget.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/sequences/<p>` 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/v1/settings/roles?id=${deleteRoleId} (src/app/(dashboard)/settings/roles/page.tsx:219)
`src/app/(dashboard)/settings/roles/page.tsx:219` calls `DELETE /api/v1/settings/roles?id=${deleteRoleId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/settings/roles` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/settings/sharing-rules/${deleteRuleId} (src/app/(dashboard)/settings/field-permissions/page.tsx:185)
`src/app/(dashboard)/settings/field-permissions/page.tsx:185` calls `DELETE /api/v1/settings/sharing-rules/${deleteRuleId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/settings/sharing-rules/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/sla-policies/${deleteId} (src/app/(dashboard)/settings/sla-policies/page.tsx:68)
`src/app/(dashboard)/settings/sla-policies/page.tsx:68` calls `DELETE /api/v1/sla-policies/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/sla-policies/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/social/accounts/${id} (src/app/(dashboard)/social-monitoring/page.tsx:169)
`src/app/(dashboard)/social-monitoring/page.tsx:169` calls `DELETE /api/v1/social/accounts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/social/accounts/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/surveys/${deleteId} (src/app/(dashboard)/surveys/page.tsx:125)
`src/app/(dashboard)/surveys/page.tsx:125` calls `DELETE /api/v1/surveys/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/surveys/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/surveys/${surveyId}/unsubscribes?rowId=${id} (src/components/surveys/unsubscribes-panel.tsx:67)
`src/components/surveys/unsubscribes-panel.tsx:67` calls `DELETE /api/v1/surveys/${surveyId}/unsubscribes?rowId=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/surveys/<p>/unsubscribes` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/task-templates/${deleteId} (src/app/(dashboard)/settings/task-templates/page.tsx:170)
`src/app/(dashboard)/settings/task-templates/page.tsx:170` calls `DELETE /api/v1/task-templates/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/task-templates/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/tasks/${deleteItem.id} (src/app/(dashboard)/tasks/page.tsx:899)
`src/app/(dashboard)/tasks/page.tsx:899` calls `DELETE /api/v1/tasks/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tasks/<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/v1/tasks/${id} (src/app/(dashboard)/boards/[divisionId]/page.tsx:448)
`src/app/(dashboard)/boards/[divisionId]/page.tsx:448` calls `DELETE /api/v1/tasks/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tasks/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/tasks/${taskId} (src/components/tasks/task-detail-view.tsx:925)
`src/components/tasks/task-detail-view.tsx:925` calls `DELETE /api/v1/tasks/${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tasks/<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/v1/tasks/${taskId}/checklist?itemId=${itemId} (src/components/tasks/task-detail-view.tsx:428)
`src/components/tasks/task-detail-view.tsx:428` calls `DELETE /api/v1/tasks/${taskId}/checklist?itemId=${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tasks/<p>/checklist` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/tasks/${taskId}/files/${fileId} (src/components/tasks/task-detail-view.tsx:533)
`src/components/tasks/task-detail-view.tsx:533` calls `DELETE /api/v1/tasks/${taskId}/files/${fileId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tasks/<p>/files/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/territories/${deleteTarget.id} (src/app/(dashboard)/settings/territories/page.tsx:310)
`src/app/(dashboard)/settings/territories/page.tsx:310` calls `DELETE /api/v1/territories/${deleteTarget.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/territories/<p>` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/territories/${territory.id}/members/${userId} (src/app/(dashboard)/settings/territories/page.tsx:192)
`src/app/(dashboard)/settings/territories/page.tsx:192` calls `DELETE /api/v1/territories/${territory.id}/members/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/territories/<p>/members/<p>` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ticket-macros/${id} (src/app/(dashboard)/settings/macros/page.tsx:482)
`src/app/(dashboard)/settings/macros/page.tsx:482` calls `DELETE /api/v1/ticket-macros/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ticket-macros/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ticket-queues/${deleteItem.id} (src/app/(dashboard)/settings/ticket-queues/page.tsx:237)
`src/app/(dashboard)/settings/ticket-queues/page.tsx:237` calls `DELETE /api/v1/ticket-queues/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ticket-queues/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/tickets/${deleteItem.id} (src/app/(dashboard)/tickets/page.tsx:142)
`src/app/(dashboard)/tickets/page.tsx:142` calls `DELETE /api/v1/tickets/${deleteItem.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/tickets/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/users/${deleteId} (src/app/(dashboard)/settings/users/page.tsx:365)
`src/app/(dashboard)/settings/users/page.tsx:365` calls `DELETE /api/v1/users/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/users/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/users/me/approval-delegates/${id} (src/app/(dashboard)/settings/approval-delegates/page.tsx:132)
`src/app/(dashboard)/settings/approval-delegates/page.tsx:132` calls `DELETE /api/v1/users/me/approval-delegates/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/users/me/approval-delegates/<p>` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/webhooks/manage/${id} (src/app/(dashboard)/settings/integrations/page.tsx:195)
`src/app/(dashboard)/settings/integrations/page.tsx:195` calls `DELETE /api/v1/webhooks/manage/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/webhooks/manage/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/workflows/${deleteId} (src/app/(dashboard)/settings/workflows/page.tsx:162)
`src/app/(dashboard)/settings/workflows/page.tsx:162` calls `DELETE /api/v1/workflows/${deleteId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/workflows/<p>` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cash-flow/alerts?year=${year} (src/lib/budgeting/hooks.ts:947)
`src/lib/budgeting/hooks.ts:947` calls `GET /api/budgeting/cash-flow/alerts?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cash-flow/alerts` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cash-flow/plan-fact?year=${year} (src/components/budget-plan-fact-dashboard.tsx:65)
`src/components/budget-plan-fact-dashboard.tsx:65` calls `GET /api/budgeting/cash-flow/plan-fact?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cash-flow/plan-fact` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cash-flow/plan-fact?year=${year} (src/lib/budgeting/hooks.ts:1006)
`src/lib/budgeting/hooks.ts:1006` calls `GET /api/budgeting/cash-flow/plan-fact?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cash-flow/plan-fact` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cash-flow?year=${year} (src/lib/budgeting/hooks.ts:895)
`src/lib/budgeting/hooks.ts:895` calls `GET /api/budgeting/cash-flow?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cash-flow` 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/budgeting/config?type=departments (src/components/budget-department-access.tsx:48)
`src/components/budget-department-access.tsx:48` calls `GET /api/budgeting/config?type=departments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/config` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cost-types?includeInactive=false (src/components/expense-forecast-tab.tsx:81)
`src/components/expense-forecast-tab.tsx:81` calls `GET /api/budgeting/cost-types?includeInactive=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cost-types` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cost-types?includeInactive=true (src/app/(dashboard)/settings/budget-config/page.tsx:67)
`src/app/(dashboard)/settings/budget-config/page.tsx:67` calls `GET /api/budgeting/cost-types?includeInactive=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cost-types` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/cost-types?includeInactive=true (src/components/budget-config-tab.tsx:66)
`src/components/budget-config-tab.tsx:66` calls `GET /api/budgeting/cost-types?includeInactive=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/cost-types` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/department-owners (src/lib/budgeting/hooks.ts:463)
`src/lib/budgeting/hooks.ts:463` calls `GET /api/budgeting/department-owners` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/department-owners` 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/budgeting/departments?includeInactive=false (src/app/(dashboard)/settings/sales-forecast/page.tsx:64)
`src/app/(dashboard)/settings/sales-forecast/page.tsx:64` calls `GET /api/budgeting/departments?includeInactive=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/departments?includeInactive=false (src/components/expense-forecast-tab.tsx:82)
`src/components/expense-forecast-tab.tsx:82` calls `GET /api/budgeting/departments?includeInactive=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/departments?includeInactive=false (src/components/sales-forecast-tab.tsx:56)
`src/components/sales-forecast-tab.tsx:56` calls `GET /api/budgeting/departments?includeInactive=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/departments?includeInactive=true (src/app/(dashboard)/settings/budget-config/page.tsx:68)
`src/app/(dashboard)/settings/budget-config/page.tsx:68` calls `GET /api/budgeting/departments?includeInactive=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/departments?includeInactive=true (src/components/budget-config-tab.tsx:67)
`src/components/budget-config-tab.tsx:67` calls `GET /api/budgeting/departments?includeInactive=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/departments` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/expense-forecast?year=${year} (src/components/expense-forecast-tab.tsx:83)
`src/components/expense-forecast-tab.tsx:83` calls `GET /api/budgeting/expense-forecast?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/expense-forecast` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/integrations (src/lib/budgeting/hooks.ts:700)
`src/lib/budgeting/hooks.ts:700` calls `GET /api/budgeting/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/integrations` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/plans/${planIdA}/diff?compareWith=${planIdB} (src/lib/budgeting/hooks.ts:612)
`src/lib/budgeting/hooks.ts:612` calls `GET /api/budgeting/plans/${planIdA}/diff?compareWith=${planIdB}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/plans/<p>/diff` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/plans/${planId}/comments (src/lib/budgeting/hooks.ts:528)
`src/lib/budgeting/hooks.ts:528` calls `GET /api/budgeting/plans/${planId}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/plans/<p>/comments` 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/budgeting/plans/${planId}/versions (src/lib/budgeting/hooks.ts:566)
`src/lib/budgeting/hooks.ts:566` calls `GET /api/budgeting/plans/${planId}/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/plans/<p>/versions` 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/budgeting/rolling?planId=${planId} (src/lib/budgeting/hooks.ts:798)
`src/lib/budgeting/hooks.ts:798` calls `GET /api/budgeting/rolling?planId=${planId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/rolling` 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/budgeting/sales-forecast/export?year=${year} (src/app/(dashboard)/settings/sales-forecast/page.tsx:168)
`src/app/(dashboard)/settings/sales-forecast/page.tsx:168` calls `GET /api/budgeting/sales-forecast/export?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/sales-forecast/export` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/sales-forecast?year=${year} (src/app/(dashboard)/settings/sales-forecast/page.tsx:65)
`src/app/(dashboard)/settings/sales-forecast/page.tsx:65` calls `GET /api/budgeting/sales-forecast?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/sales-forecast` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/budgeting/sales-forecast?year=${year} (src/components/sales-forecast-tab.tsx:57)
`src/components/sales-forecast-tab.tsx:57` calls `GET /api/budgeting/sales-forecast?year=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/budgeting/sales-forecast` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/chat/messages?sessionId=${sessionId}&after=${lastTs} (src/components/marketing/live-chat.tsx:43)
`src/components/marketing/live-chat.tsx:43` calls `GET /api/chat/messages?sessionId=${sessionId}&after=${lastTs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/messages` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cost-model/compute (src/components/expense-forecast-tab.tsx:84)
`src/components/expense-forecast-tab.tsx:84` calls `GET /api/cost-model/compute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cost-model/compute` 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/finance/payment-orders/notification-settings (src/app/(dashboard)/settings/finance-notifications/page.tsx:61)
`src/app/(dashboard)/settings/finance-notifications/page.tsx:61` calls `GET /api/finance/payment-orders/notification-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/finance/payment-orders/notification-setti…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/${entity}s/${id}/timeline (src/components/interaction-timeline.tsx:53)
`src/components/interaction-timeline.tsx:53` calls `GET /api/v1/${entity}s/${id}/timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/<p>s/<p>/timeline` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/account-engagement${qs} (src/app/(dashboard)/accounts/engagement/page.tsx:122)
`src/app/(dashboard)/accounts/engagement/page.tsx:122` calls `GET /api/v1/account-engagement${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/account-engagement/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/activities?companyId=${company.id} (src/components/lead-detail-modal.tsx:152)
`src/components/lead-detail-modal.tsx:152` calls `GET /api/v1/activities?companyId=${company.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/activities` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/activities?relatedType=deal&relatedId=${dealId}&limit=50 (src/components/deals/activity-timeline.tsx:50)
`src/components/deals/activity-timeline.tsx:50` calls `GET /api/v1/activities?relatedType=deal&relatedId=${dealId}&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/activities` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/activities?relatedType=lead&relatedId=${encodeURIComponent(id)} (src/app/(dashboard)/leads/[id]/page.tsx:198)
`src/app/(dashboard)/leads/[id]/page.tsx:198` calls `GET /api/v1/activities?relatedType=lead&relatedId=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/activities` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/activities?relatedType=lead&relatedId=${lead.id} (src/components/lead-item-modal.tsx:231)
`src/components/lead-item-modal.tsx:231` calls `GET /api/v1/activities?relatedType=lead&relatedId=${lead.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/activities` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/plans (src/app/admin/tenants/new/page.tsx:55)
`src/app/admin/tenants/new/page.tsx:55` calls `GET /api/v1/admin/plans` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/plans` 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/v1/admin/tenants/${tenantId} (src/app/admin/tenants/[id]/edit/page.tsx:113)
`src/app/admin/tenants/[id]/edit/page.tsx:113` calls `GET /api/v1/admin/tenants/${tenantId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/tenants/<p>` 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/v1/admin/tenants/${tenantId}/export (src/app/admin/tenants/[id]/tenant-actions.tsx:148)
`src/app/admin/tenants/[id]/tenant-actions.tsx:148` calls `GET /api/v1/admin/tenants/${tenantId}/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/tenants/<p>/export` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai-alerts (src/app/(dashboard)/ai-command-center/page.tsx:198)
`src/app/(dashboard)/ai-command-center/page.tsx:198` calls `GET /api/v1/ai-alerts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-alerts` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai-configs (src/app/(dashboard)/ai-command-center/page.tsx:195)
`src/app/(dashboard)/ai-command-center/page.tsx:195` calls `GET /api/v1/ai-configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-configs` 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/v1/ai-configs/stats (src/app/(dashboard)/ai-command-center/page.tsx:216)
`src/app/(dashboard)/ai-command-center/page.tsx:216` calls `GET /api/v1/ai-configs/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-configs/stats` 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/v1/ai-guardrails (src/app/(dashboard)/ai-command-center/page.tsx:200)
`src/app/(dashboard)/ai-command-center/page.tsx:200` calls `GET /api/v1/ai-guardrails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-guardrails` 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/v1/ai-interaction-logs?limit=50 (src/app/(dashboard)/ai-command-center/page.tsx:199)
`src/app/(dashboard)/ai-command-center/page.tsx:199` calls `GET /api/v1/ai-interaction-logs?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-interaction-logs` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai-sessions (src/app/(dashboard)/ai-command-center/page.tsx:196)
`src/app/(dashboard)/ai-command-center/page.tsx:196` calls `GET /api/v1/ai-sessions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-sessions` 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/v1/ai-sessions/${id} (src/app/(dashboard)/ai-command-center/page.tsx:264)
`src/app/(dashboard)/ai-command-center/page.tsx:264` calls `GET /api/v1/ai-sessions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-sessions/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai-sessions/stats (src/app/(dashboard)/ai-command-center/page.tsx:197)
`src/app/(dashboard)/ai-command-center/page.tsx:197` calls `GET /api/v1/ai-sessions/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-sessions/stats` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai-shadow-actions${qs} (src/app/(dashboard)/ai/actions/page.tsx:357)
`src/app/(dashboard)/ai/actions/page.tsx:357` calls `GET /api/v1/ai-shadow-actions${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-shadow-actions/<p>` 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/v1/ai-shadow-actions?status=pending&limit=1 (src/app/(dashboard)/settings/ai-automation/page.tsx:122)
`src/app/(dashboard)/settings/ai-automation/page.tsx:122` calls `GET /api/v1/ai-shadow-actions?status=pending&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai-shadow-actions` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ai/next-actions?limit=3 (src/app/(dashboard)/deals/[id]/page.tsx:120)
`src/app/(dashboard)/deals/[id]/page.tsx:120` calls `GET /api/v1/ai/next-actions?limit=3` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai/next-actions` 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/v1/ai/next-actions?limit=5 (src/components/dashboard/recommended-actions.tsx:50)
`src/components/dashboard/recommended-actions.tsx:50` calls `GET /api/v1/ai/next-actions?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/ai/next-actions` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/analytics/churn-risk?limit=5 (src/components/dashboard/churn-risk-widget.tsx:36)
`src/components/dashboard/churn-risk-widget.tsx:36` calls `GET /api/v1/analytics/churn-risk?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/analytics/churn-risk` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/analytics/deal-prediction?dealId=${dealId} (src/app/(dashboard)/deals/[id]/page.tsx:119)
`src/app/(dashboard)/deals/[id]/page.tsx:119` calls `GET /api/v1/analytics/deal-prediction?dealId=${dealId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/analytics/deal-prediction` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/analytics/forecast?months=6 (src/app/(dashboard)/forecast/page.tsx:47)
`src/app/(dashboard)/forecast/page.tsx:47` calls `GET /api/v1/analytics/forecast?months=6` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/analytics/forecast` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/analytics/segments?entity=contacts (src/components/dashboard/segments-widget.tsx:36)
`src/components/dashboard/segments-widget.tsx:36` calls `GET /api/v1/analytics/segments?entity=contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/analytics/segments` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/api-keys (src/app/(dashboard)/settings/api-keys/page.tsx:63)
`src/app/(dashboard)/settings/api-keys/page.tsx:63` calls `GET /api/v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/api-keys (src/app/(dashboard)/settings/security/page.tsx:52)
`src/app/(dashboard)/settings/security/page.tsx:52` calls `GET /api/v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/api-keys/scopes (src/app/(dashboard)/settings/api-keys/page.tsx:64)
`src/app/(dashboard)/settings/api-keys/page.tsx:64` calls `GET /api/v1/api-keys/scopes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys/scopes` 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/v1/api-keys/scopes (src/app/(dashboard)/settings/security/page.tsx:58)
`src/app/(dashboard)/settings/security/page.tsx:58` calls `GET /api/v1/api-keys/scopes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/api-keys/scopes` 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/v1/apps (src/app/(dashboard)/marketplace/page.tsx:45)
`src/app/(dashboard)/marketplace/page.tsx:45` calls `GET /api/v1/apps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/apps` 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/v1/attribution-models (src/app/(dashboard)/attribution/models/page.tsx:302)
`src/app/(dashboard)/attribution/models/page.tsx:302` calls `GET /api/v1/attribution-models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/attribution-models` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/attribution-models/${m.id}/influences (src/app/(dashboard)/attribution/models/page.tsx:280)
`src/app/(dashboard)/attribution/models/page.tsx:280` calls `GET /api/v1/attribution-models/${m.id}/influences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/attribution-models/<p>/influences` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/audit-log (src/app/(dashboard)/settings/audit-log/page.tsx:42)
`src/app/(dashboard)/settings/audit-log/page.tsx:42` calls `GET /api/v1/audit-log` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/audit-log` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/audit-log?entityType=deal&entityId=${dealId}&limit=100 (src/components/deals/deal-history.tsx:36)
`src/components/deals/deal-history.tsx:36` calls `GET /api/v1/audit-log?entityType=deal&entityId=${dealId}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/audit-log` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/audit-log?entityType=invoice&entityId=${invoiceId} (src/app/(dashboard)/invoices/[id]/page.tsx:418)
`src/app/(dashboard)/invoices/[id]/page.tsx:418` calls `GET /api/v1/audit-log?entityType=invoice&entityId=${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/audit-log` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/auth/2fa (src/app/(dashboard)/settings/security/page.tsx:91)
`src/app/(dashboard)/settings/security/page.tsx:91` calls `GET /api/v1/auth/2fa` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/auth/2fa` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/auth/linked-accounts (src/app/(dashboard)/settings/security/page.tsx:64)
`src/app/(dashboard)/settings/security/page.tsx:64` calls `GET /api/v1/auth/linked-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/auth/linked-accounts` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/auth/sms-2fa/status (src/components/sms-2fa-card.tsx:43)
`src/components/sms-2fa-card.tsx:43` calls `GET /api/v1/auth/sms-2fa/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/auth/sms-2fa/status` 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/v1/beneficiaries?${params} (src/app/(dashboard)/insurance/beneficiaries/page.tsx:58)
`src/app/(dashboard)/insurance/beneficiaries/page.tsx:58` calls `GET /api/v1/beneficiaries?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/beneficiaries` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/board-permissions?divisionId=${encodeURIComponent(division.id)} (src/app/(dashboard)/boards/page.tsx:345)
`src/app/(dashboard)/boards/page.tsx:345` calls `GET /api/v1/board-permissions?divisionId=${encodeURIComponent(division.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/board-permissions` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/calculated-insights (src/app/(dashboard)/cdp/insights/page.tsx:248)
`src/app/(dashboard)/cdp/insights/page.tsx:248` calls `GET /api/v1/calculated-insights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calculated-insights` 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/v1/calendar/agent?from=${from}&to=${to} (src/app/(dashboard)/support/calendar/page.tsx:112)
`src/app/(dashboard)/support/calendar/page.tsx:112` calls `GET /api/v1/calendar/agent?from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calendar/agent` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/calendar/token (src/app/(dashboard)/tasks/page.tsx:155)
`src/app/(dashboard)/tasks/page.tsx:155` calls `GET /api/v1/calendar/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calendar/token` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/calls/active (src/components/voip-call-provider.tsx:38)
`src/components/voip-call-provider.tsx:38` calls `GET /api/v1/calls/active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calls/active` 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/v1/calls?${params} (src/app/(dashboard)/support/voip/page.tsx:88)
`src/app/(dashboard)/support/voip/page.tsx:88` calls `GET /api/v1/calls?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calls` 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/v1/calls?companyId=${params.id}&limit=20 (src/app/(dashboard)/companies/[id]/page.tsx:142)
`src/app/(dashboard)/companies/[id]/page.tsx:142` calls `GET /api/v1/calls?companyId=${params.id}&limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calls` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/calls?contactId=${id}&limit=20 (src/app/(dashboard)/contacts/[id]/page.tsx:223)
`src/app/(dashboard)/contacts/[id]/page.tsx:223` calls `GET /api/v1/calls?contactId=${id}&limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calls` 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/v1/calls?limit=1 (src/components/call-widget.tsx:30)
`src/components/call-widget.tsx:30` calls `GET /api/v1/calls?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/calls` 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/v1/campaign-roi (src/app/(dashboard)/campaign-roi/page.tsx:294)
`src/app/(dashboard)/campaign-roi/page.tsx:294` calls `GET /api/v1/campaign-roi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaign-roi` 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/v1/campaigns/${campaignId} (src/app/(dashboard)/campaigns/page.tsx:296)
`src/app/(dashboard)/campaigns/page.tsx:296` calls `GET /api/v1/campaigns/${campaignId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/campaigns/${initialData.id}/variants (src/components/campaign-form.tsx:191)
`src/components/campaign-form.tsx:191` calls `GET /api/v1/campaigns/${initialData.id}/variants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>/variants` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/campaigns/${params.id} (src/app/(dashboard)/campaigns/[id]/page.tsx:59)
`src/app/(dashboard)/campaigns/[id]/page.tsx:59` calls `GET /api/v1/campaigns/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/campaigns/${params.id}/variants (src/app/(dashboard)/campaigns/[id]/page.tsx:67)
`src/app/(dashboard)/campaigns/[id]/page.tsx:67` calls `GET /api/v1/campaigns/${params.id}/variants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns/<p>/variants` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/campaigns?limit=500 (src/app/(dashboard)/campaigns/page.tsx:87)
`src/app/(dashboard)/campaigns/page.tsx:87` calls `GET /api/v1/campaigns?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/campaigns?limit=500 (src/app/(dashboard)/forms/[id]/page.tsx:53)
`src/app/(dashboard)/forms/[id]/page.tsx:53` calls `GET /api/v1/campaigns?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns` 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/v1/campaigns?limit=500 (src/components/deal-form.tsx:83)
`src/components/deal-form.tsx:83` calls `GET /api/v1/campaigns?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/campaigns` 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/v1/channels (src/app/(dashboard)/settings/channels/page.tsx:86)
`src/app/(dashboard)/settings/channels/page.tsx:86` calls `GET /api/v1/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/channels` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/channels?type=voip (src/app/(dashboard)/settings/voip/page.tsx:67)
`src/app/(dashboard)/settings/voip/page.tsx:67` calls `GET /api/v1/channels?type=voip` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/channels` 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/v1/citizens?${params} (src/app/(dashboard)/public-sector/page.tsx:66)
`src/app/(dashboard)/public-sector/page.tsx:66` calls `GET /api/v1/citizens?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/citizens` 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/v1/claims?${params} (src/app/(dashboard)/insurance/claims/page.tsx:67)
`src/app/(dashboard)/insurance/claims/page.tsx:67` calls `GET /api/v1/claims?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/claims` 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/v1/claims?limit=1 (src/app/(dashboard)/insurance/page.tsx:92)
`src/app/(dashboard)/insurance/page.tsx:92` calls `GET /api/v1/claims?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/claims` 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/v1/cobrowse/sessions/${id} (src/app/(dashboard)/cobrowse/[id]/page.tsx:143)
`src/app/(dashboard)/cobrowse/[id]/page.tsx:143` calls `GET /api/v1/cobrowse/sessions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/cobrowse/sessions/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/cobrowse/sessions?limit=50 (src/app/(dashboard)/cobrowse/page.tsx:56)
`src/app/(dashboard)/cobrowse/page.tsx:56` calls `GET /api/v1/cobrowse/sessions?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/cobrowse/sessions` 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/v1/companies/${company.id} (src/components/lead-detail-modal.tsx:108)
`src/components/lead-detail-modal.tsx:108` calls `GET /api/v1/companies/${company.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` 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/v1/companies/${company.id} (src/components/lead-detail-modal.tsx:129)
`src/components/lead-detail-modal.tsx:129` calls `GET /api/v1/companies/${company.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` 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/v1/companies/${company.id} (src/components/lead-detail-modal.tsx:464)
`src/components/lead-detail-modal.tsx:464` calls `GET /api/v1/companies/${company.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` 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/v1/companies/${json.data.companyId} (src/app/(dashboard)/offers/[id]/page.tsx:76)
`src/app/(dashboard)/offers/[id]/page.tsx:76` calls `GET /api/v1/companies/${json.data.companyId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies/${params.id} (src/app/(dashboard)/companies/[id]/page.tsx:102)
`src/app/(dashboard)/companies/[id]/page.tsx:102` calls `GET /api/v1/companies/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies/${params.id}/timeline (src/app/(dashboard)/companies/[id]/page.tsx:131)
`src/app/(dashboard)/companies/[id]/page.tsx:131` calls `GET /api/v1/companies/${params.id}/timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies/<p>/timeline` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies?category=client&limit=1 (src/components/profitability/parameters-tab.tsx:50)
`src/components/profitability/parameters-tab.tsx:50` calls `GET /api/v1/companies?category=client&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies?category=client&limit=500 (src/app/(dashboard)/companies/page.tsx:106)
`src/app/(dashboard)/companies/page.tsx:106` calls `GET /api/v1/companies?category=client&limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=200 (src/components/ticket-form.tsx:125)
`src/components/ticket-form.tsx:125` calls `GET /api/v1/companies?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies?limit=500 (src/app/(dashboard)/contacts/[id]/page.tsx:275)
`src/app/(dashboard)/contacts/[id]/page.tsx:275` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/app/(dashboard)/invoices/[id]/edit/page.tsx:138)
`src/app/(dashboard)/invoices/[id]/edit/page.tsx:138` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/app/(dashboard)/invoices/create/page.tsx:148)
`src/app/(dashboard)/invoices/create/page.tsx:148` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/app/(dashboard)/invoices/recurring/page.tsx:139)
`src/app/(dashboard)/invoices/recurring/page.tsx:139` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/components/contact-form.tsx:59)
`src/components/contact-form.tsx:59` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies?limit=500 (src/components/deal-form.tsx:78)
`src/components/deal-form.tsx:78` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/components/deals/offer-form.tsx:116)
`src/components/deals/offer-form.tsx:116` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500 (src/components/offer-form.tsx:89)
`src/components/offer-form.tsx:89` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/companies?limit=500 (src/components/projects/project-form.tsx:73)
`src/components/projects/project-form.tsx:73` calls `GET /api/v1/companies?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/companies?limit=500&category=all (src/components/contract-form.tsx:80)
`src/components/contract-form.tsx:80` calls `GET /api/v1/companies?limit=500&category=all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/companies` 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/v1/complaints/${id} (src/app/(dashboard)/complaints/[id]/page.tsx:76)
`src/app/(dashboard)/complaints/[id]/page.tsx:76` calls `GET /api/v1/complaints/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/complaints/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/complaints/export-xlsx (src/app/(dashboard)/complaints/page.tsx:88)
`src/app/(dashboard)/complaints/page.tsx:88` calls `GET /api/v1/complaints/export-xlsx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/complaints/export-xlsx` 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/v1/complaints/facets?${params.toString()} (src/app/(dashboard)/complaints/new/page.tsx:72)
`src/app/(dashboard)/complaints/new/page.tsx:72` calls `GET /api/v1/complaints/facets?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/complaints/facets` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/complaints?${params.toString()} (src/app/(dashboard)/complaints/page.tsx:73)
`src/app/(dashboard)/complaints/page.tsx:73` calls `GET /api/v1/complaints?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/complaints` 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/v1/contacts/${cid} (src/app/(dashboard)/inbox/page.tsx:417)
`src/app/(dashboard)/inbox/page.tsx:417` calls `GET /api/v1/contacts/${cid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contacts/${contactId}/engagement (src/app/(dashboard)/contacts/[id]/page.tsx:78)
`src/app/(dashboard)/contacts/[id]/page.tsx:78` calls `GET /api/v1/contacts/${contactId}/engagement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts/<p>/engagement` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contacts/${id} (src/app/(dashboard)/contacts/[id]/page.tsx:242)
`src/app/(dashboard)/contacts/[id]/page.tsx:242` calls `GET /api/v1/contacts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts/<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: GET /api/v1/contacts?companyId=${companyId}&limit=100 (src/components/offer-form.tsx:103)
`src/components/offer-form.tsx:103` calls `GET /api/v1/contacts?companyId=${companyId}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?companyId=${company} (src/app/(dashboard)/invoices/[id]/edit/page.tsx:146)
`src/app/(dashboard)/invoices/[id]/edit/page.tsx:146` calls `GET /api/v1/contacts?companyId=${company}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contacts?companyId=${company} (src/app/(dashboard)/invoices/create/page.tsx:194)
`src/app/(dashboard)/invoices/create/page.tsx:194` calls `GET /api/v1/contacts?companyId=${company}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contacts?limit=1 (src/app/(dashboard)/segments/page.tsx:89)
`src/app/(dashboard)/segments/page.tsx:89` calls `GET /api/v1/contacts?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=1000 (src/components/campaign-form.tsx:140)
`src/components/campaign-form.tsx:140` calls `GET /api/v1/contacts?limit=1000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=200 (src/app/(dashboard)/events/[id]/page.tsx:136)
`src/app/(dashboard)/events/[id]/page.tsx:136` calls `GET /api/v1/contacts?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/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: GET /api/v1/contacts?limit=200 (src/components/deals/deal-sidebar.tsx:175)
`src/components/deals/deal-sidebar.tsx:175` calls `GET /api/v1/contacts?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=200 (src/components/ticket-form.tsx:126)
`src/components/ticket-form.tsx:126` calls `GET /api/v1/contacts?limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contacts?limit=500 (src/app/(dashboard)/contacts/list/page.tsx:127)
`src/app/(dashboard)/contacts/list/page.tsx:127` calls `GET /api/v1/contacts?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=500 (src/app/(dashboard)/inbox/legacy/page.tsx:177)
`src/app/(dashboard)/inbox/legacy/page.tsx:177` calls `GET /api/v1/contacts?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=500 (src/components/contract-form.tsx:88)
`src/components/contract-form.tsx:88` calls `GET /api/v1/contacts?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` 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/v1/contacts?limit=500 (src/components/deal-form.tsx:88)
`src/components/deal-form.tsx:88` calls `GET /api/v1/contacts?limit=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contacts` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/content-scores?entityType=email_template (src/app/(dashboard)/email-templates/page.tsx:98)
`src/app/(dashboard)/email-templates/page.tsx:98` calls `GET /api/v1/content-scores?entityType=email_template` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/content-scores` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-approval-rules (src/app/(dashboard)/settings/approval-rules/page.tsx:109)
`src/app/(dashboard)/settings/approval-rules/page.tsx:109` calls `GET /api/v1/contract-approval-rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-approval-rules` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-clauses?${params} (src/app/(dashboard)/contracts/templates/page.tsx:925)
`src/app/(dashboard)/contracts/templates/page.tsx:925` calls `GET /api/v1/contract-clauses?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-clauses` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-clauses?limit=100 (src/app/(dashboard)/contracts/templates/page.tsx:468)
`src/app/(dashboard)/contracts/templates/page.tsx:468` calls `GET /api/v1/contract-clauses?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-clauses` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-intake-forms (src/app/(dashboard)/settings/intake-forms/page.tsx:89)
`src/app/(dashboard)/settings/intake-forms/page.tsx:89` calls `GET /api/v1/contract-intake-forms` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-intake-forms` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-intake-forms?isActive=true (src/app/(dashboard)/contracts/request/page.tsx:181)
`src/app/(dashboard)/contracts/request/page.tsx:181` calls `GET /api/v1/contract-intake-forms?isActive=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-intake-forms` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-intake-submissions?limit=50 (src/app/(dashboard)/contracts/request/page.tsx:80)
`src/app/(dashboard)/contracts/request/page.tsx:80` calls `GET /api/v1/contract-intake-submissions?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-intake-submissions` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-lifecycle (src/app/(dashboard)/contracts/lifecycle/page.tsx:170)
`src/app/(dashboard)/contracts/lifecycle/page.tsx:170` calls `GET /api/v1/contract-lifecycle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-lifecycle` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-milestones?${sp} (src/app/(dashboard)/contracts/milestones/page.tsx:119)
`src/app/(dashboard)/contracts/milestones/page.tsx:119` calls `GET /api/v1/contract-milestones?${sp}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-milestones` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-tags (src/app/(dashboard)/contracts/page.tsx:485)
`src/app/(dashboard)/contracts/page.tsx:485` calls `GET /api/v1/contract-tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-tags` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-templates?${params} (src/app/(dashboard)/contracts/templates/page.tsx:903)
`src/app/(dashboard)/contracts/templates/page.tsx:903` calls `GET /api/v1/contract-templates?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-templates` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-templates?limit=100 (src/app/(dashboard)/settings/approval-rules/page.tsx:120)
`src/app/(dashboard)/settings/approval-rules/page.tsx:120` calls `GET /api/v1/contract-templates?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-templates` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contract-templates?limit=200&active=true (src/app/(dashboard)/contracts/page.tsx:298)
`src/app/(dashboard)/contracts/page.tsx:298` calls `GET /api/v1/contract-templates?limit=200&active=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contract-templates` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${contract.id} (src/app/(dashboard)/contracts/page.tsx:501)
`src/app/(dashboard)/contracts/page.tsx:501` calls `GET /api/v1/contracts/${contract.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${contract.id}/files (src/app/(dashboard)/contracts/page.tsx:502)
`src/app/(dashboard)/contracts/page.tsx:502` calls `GET /api/v1/contracts/${contract.id}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/files` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${id}/editor (src/app/(dashboard)/contracts/[id]/editor/page.tsx:258)
`src/app/(dashboard)/contracts/[id]/editor/page.tsx:258` calls `GET /api/v1/contracts/${id}/editor` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/editor` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${id}/editor (src/app/(dashboard)/contracts/[id]/editor/page.tsx:393)
`src/app/(dashboard)/contracts/[id]/editor/page.tsx:393` calls `GET /api/v1/contracts/${id}/editor` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/editor` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id} (src/app/(dashboard)/contracts/[id]/page.tsx:548)
`src/app/(dashboard)/contracts/[id]/page.tsx:548` calls `GET /api/v1/contracts/${params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/deviations (src/app/(dashboard)/contracts/[id]/page.tsx:616)
`src/app/(dashboard)/contracts/[id]/page.tsx:616` calls `GET /api/v1/contracts/${params.id}/deviations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/deviations` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/esign (src/app/(dashboard)/contracts/[id]/page.tsx:588)
`src/app/(dashboard)/contracts/[id]/page.tsx:588` calls `GET /api/v1/contracts/${params.id}/esign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/esign` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/extract (src/app/(dashboard)/contracts/[id]/page.tsx:505)
`src/app/(dashboard)/contracts/[id]/page.tsx:505` calls `GET /api/v1/contracts/${params.id}/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/extract` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/milestones (src/app/(dashboard)/contracts/[id]/page.tsx:781)
`src/app/(dashboard)/contracts/[id]/page.tsx:781` calls `GET /api/v1/contracts/${params.id}/milestones` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/milestones` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/performance-obligations (src/app/(dashboard)/contracts/[id]/page.tsx:641)
`src/app/(dashboard)/contracts/[id]/page.tsx:641` calls `GET /api/v1/contracts/${params.id}/performance-obligations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/performance-obligations` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/performance-obligations/${poId}/schedules (src/app/(dashboard)/contracts/[id]/page.tsx:661)
`src/app/(dashboard)/contracts/[id]/page.tsx:661` calls `GET /api/v1/contracts/${params.id}/performance-obligations/${poId}/schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/performance-obli…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/redline${qs} (src/app/(dashboard)/contracts/[id]/page.tsx:451)
`src/app/(dashboard)/contracts/[id]/page.tsx:451` calls `GET /api/v1/contracts/${params.id}/redline${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/redline/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/score-risk (src/app/(dashboard)/contracts/[id]/page.tsx:399)
`src/app/(dashboard)/contracts/[id]/page.tsx:399` calls `GET /api/v1/contracts/${params.id}/score-risk` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/score-risk` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts/${params.id}/versions (src/app/(dashboard)/contracts/[id]/page.tsx:562)
`src/app/(dashboard)/contracts/[id]/page.tsx:562` calls `GET /api/v1/contracts/${params.id}/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts/<p>/versions` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts?${params.toString()} (src/app/(dashboard)/contracts/page.tsx:471)
`src/app/(dashboard)/contracts/page.tsx:471` calls `GET /api/v1/contracts?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts` 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/v1/contracts?companyId=${company}&limit=100 (src/app/(dashboard)/invoices/[id]/edit/page.tsx:152)
`src/app/(dashboard)/invoices/[id]/edit/page.tsx:152` calls `GET /api/v1/contracts?companyId=${company}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/contracts?companyId=${company}&limit=100 (src/app/(dashboard)/invoices/create/page.tsx:207)
`src/app/(dashboard)/invoices/create/page.tsx:207` calls `GET /api/v1/contracts?companyId=${company}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/contracts` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/conversation-insights?days=${d} (src/app/(dashboard)/voip/insights/page.tsx:186)
`src/app/(dashboard)/voip/insights/page.tsx:186` calls `GET /api/v1/conversation-insights?days=${d}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/conversation-insights` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/currencies (src/app/(dashboard)/settings/currencies/page.tsx:41)
`src/app/(dashboard)/settings/currencies/page.tsx:41` calls `GET /api/v1/currencies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/currencies` 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/v1/custom-domains (src/app/(dashboard)/settings/custom-domains/page.tsx:52)
`src/app/(dashboard)/settings/custom-domains/page.tsx:52` calls `GET /api/v1/custom-domains` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-domains` 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/v1/custom-fields?entityType=task (src/app/(dashboard)/tasks/page.tsx:831)
`src/app/(dashboard)/tasks/page.tsx:831` calls `GET /api/v1/custom-fields?entityType=task` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-fields` 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/v1/custom-fields?entityType=task (src/components/boards/config-table-sections.tsx:202)
`src/components/boards/config-table-sections.tsx:202` calls `GET /api/v1/custom-fields?entityType=task` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-fields` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/custom-fields?entityType=task (src/components/task-form.tsx:176)
`src/components/task-form.tsx:176` calls `GET /api/v1/custom-fields?entityType=task` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/custom-fields` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch

Showing first 300 of 1559. 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/2a8006bf-4d6c-4955-9e1c-a51f091a6cae/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2a8006bf-4d6c-4955-9e1c-a51f091a6cae/

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.