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.

sasquatchcc719-pixel/Sasquatch-sightings

https://github.com/sasquatchcc719-pixel/Sasquatch-sightings · scanned 2026-06-16 00:03 UTC (2 months, 3 weeks ago)

550 raw signals (6 security + 544 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 548 actionable findings from 2 signal sources. 5 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 53.9/100 with 100.0% coverage. It contains 4229 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 544 findings — concentrated in api (295), frontend (128), quality (103). Risk profile is high: 0 critical, 293 high, 86 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 514 of 548 actionable findings. 553 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.

high Security checks quality Practices conf 0.84 2 occurrences Foundry mined bad chains: sasquatchcc719-pixel/Sasquatch-sightings
Comment chain pattern product: bad_chains Repo: sasquatchcc719-pixel/Sasquatch-sightings Thread: sasquatchcc719-pixel/Sasquatch-sightings#2 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: so…
2 occurrences
repo-level (2 hits)
high Security checks quality Testing conf 0.78 Foundry mined test ci gap after feedback: sasquatchcc719-pixel/Sasquatch-sightings
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/blacklist/${id} (src/app/admin/blacklist/page.tsx:97)
`src/app/admin/blacklist/page.tsx:97` calls `DELETE /api/admin/blacklist/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/blacklist/<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/admin/ops/appointments/${appointmentId} (src/components/admin/ops/appointment-detail.tsx:587)
`src/components/admin/ops/appointment-detail.tsx:587` calls `DELETE /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/appointments/${apptId} (src/components/admin/ops/invoice-detail.tsx:790)
`src/components/admin/ops/invoice-detail.tsx:790` calls `DELETE /api/admin/ops/appointments/${apptId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/appointments/${apptId}/photos?photoId=${photoId} (src/components/admin/ops/invoice-detail.tsx:912)
`src/components/admin/ops/invoice-detail.tsx:912` calls `DELETE /api/admin/ops/appointments/${apptId}/photos?photoId=${photoId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/photos` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/estimates/${estimateId} (src/components/admin/ops/estimate-detail.tsx:672)
`src/components/admin/ops/estimate-detail.tsx:672` calls `DELETE /api/admin/ops/estimates/${estimateId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/events/${id} (src/components/admin/ops/operations-schedule.tsx:1905)
`src/components/admin/ops/operations-schedule.tsx:1905` calls `DELETE /api/admin/ops/events/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/events/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/payroll/timesheet-entries/${entry.id} (src/components/admin/ops/PayrollTimesheetsView.tsx:368)
`src/components/admin/ops/PayrollTimesheetsView.tsx:368` calls `DELETE /api/admin/ops/payroll/timesheet-entries/${entry.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/payroll/timesheet-entries/<p>` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/ops/recurring/${template.id} (src/components/admin/ops/recurring-manager.tsx:2999)
`src/components/admin/ops/recurring-manager.tsx:2999` calls `DELETE /api/admin/ops/recurring/${template.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/promo-codes/${id} (src/app/admin/promo-codes/page.tsx:149)
`src/app/admin/promo-codes/page.tsx:149` calls `DELETE /api/admin/promo-codes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes/<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/admin/promotional-posts/${post.id} (src/app/admin/social-posts/page.tsx:1117)
`src/app/admin/social-posts/page.tsx:1117` calls `DELETE /api/admin/promotional-posts/${post.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promotional-posts/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/radar/domains/${id} (src/app/admin/radar/page.tsx:281)
`src/app/admin/radar/page.tsx:281` calls `DELETE /api/admin/radar/domains/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/domains/<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/admin/radar/keywords/${id} (src/app/admin/radar/page.tsx:240)
`src/app/admin/radar/page.tsx:240` calls `DELETE /api/admin/radar/keywords/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/keywords/<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/admin/referrals?id=${referralId} (src/components/admin/admin-partners-view.tsx:322)
`src/components/admin/admin-partners-view.tsx:322` calls `DELETE /api/admin/referrals?id=${referralId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/referrals` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/vendors?id=${partnerId} (src/app/admin/vendors/page.tsx:461)
`src/app/admin/vendors/page.tsx:461` calls `DELETE /api/admin/vendors?id=${partnerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/vendors` 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/admin/voicemails/${id} (src/app/admin/voicemails/page.tsx:44)
`src/app/admin/voicemails/page.tsx:44` calls `DELETE /api/admin/voicemails/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/voicemails/<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/analyst/history (src/app/admin/analyst/page.tsx:77)
`src/app/admin/analyst/page.tsx:77` calls `DELETE /api/analyst/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/history` 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: DELETE /api/analyst/targets?id=${id} (src/app/admin/analyst/targets/page.tsx:219)
`src/app/admin/analyst/targets/page.tsx:219` calls `DELETE /api/analyst/targets?id=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/targets` 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/conversations/${selectedConvo.id} (src/components/admin/conversations-view.tsx:390)
`src/components/admin/conversations-view.tsx:390` calls `DELETE /api/conversations/${selectedConvo.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/jobs/${jobId}/delete (src/components/admin/draft-jobs-list.tsx:49)
`src/components/admin/draft-jobs-list.tsx:49` calls `DELETE /api/jobs/${jobId}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/<p>/delete` 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/leads?id=${selectedLead.id} (src/app/admin/leads/page.tsx:290)
`src/app/admin/leads/page.tsx:290` calls `DELETE /api/leads?id=${selectedLead.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads` 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/sightings/${id}/delete (src/app/admin/sightings/page.tsx:324)
`src/app/admin/sightings/page.tsx:324` calls `DELETE /api/sightings/${id}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings/<p>/delete` 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/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:43)
`src/components/admin/ops/agent-api-settings.tsx:43` calls `GET /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` 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/admin/blacklist (src/app/admin/blacklist/page.tsx:47)
`src/app/admin/blacklist/page.tsx:47` calls `GET /api/admin/blacklist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/blacklist` 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/admin/call-logs?days=${d} (src/app/admin/call-logs/page.tsx:208)
`src/app/admin/call-logs/page.tsx:208` calls `GET /api/admin/call-logs?days=${d}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/call-logs` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/comms/email-log/${email.id}/preview (src/app/admin/email-outbox/page.tsx:51)
`src/app/admin/email-outbox/page.tsx:51` calls `GET /api/admin/comms/email-log/${email.id}/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/email-log/<p>/preview` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/comms/email-log?${query.toString()} (src/app/admin/email-outbox/page.tsx:192)
`src/app/admin/email-outbox/page.tsx:192` calls `GET /api/admin/comms/email-log?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/email-log` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/comms/email-log?limit=40 (src/components/admin/ops/operations-settings.tsx:275)
`src/components/admin/ops/operations-settings.tsx:275` calls `GET /api/admin/comms/email-log?limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/email-log` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:212)
`src/components/admin/reactivation-control-center.tsx:212` calls `GET /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/comms/sms-log?${params.toString()} (src/app/admin/sms-outbox/page.tsx:41)
`src/app/admin/sms-outbox/page.tsx:41` calls `GET /api/admin/comms/sms-log?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/sms-log` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/conversations/unread-count (src/components/admin/mobile-bottom-nav.tsx:25)
`src/components/admin/mobile-bottom-nav.tsx:25` calls `GET /api/admin/conversations/unread-count` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/conversations/unread-count` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/echo/settings (src/app/admin/social-posts/page.tsx:343)
`src/app/admin/social-posts/page.tsx:343` calls `GET /api/admin/echo/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/echo/settings` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/funnel-stats (src/app/admin/leads/page.tsx:187)
`src/app/admin/leads/page.tsx:187` calls `GET /api/admin/funnel-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/funnel-stats` 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/admin/george (src/components/admin/george-henderson-dashboard.tsx:56)
`src/components/admin/george-henderson-dashboard.tsx:56` calls `GET /api/admin/george` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/george` 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/admin/harry/control (src/app/admin/analyst/page.tsx:58)
`src/app/admin/analyst/page.tsx:58` calls `GET /api/admin/harry/control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/control` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/harry/control (src/app/admin/analyst/targets/page.tsx:143)
`src/app/admin/analyst/targets/page.tsx:143` calls `GET /api/admin/harry/control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/control` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/harry/control (src/components/admin/harry-control-dashboard.tsx:78)
`src/components/admin/harry-control-dashboard.tsx:78` calls `GET /api/admin/harry/control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/control` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/harry/knowledge (src/components/admin/harry-control-dashboard.tsx:80)
`src/components/admin/harry-control-dashboard.tsx:80` calls `GET /api/admin/harry/knowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/knowledge` 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/admin/harry/profiles (src/components/admin/harry-control-dashboard.tsx:79)
`src/components/admin/harry-control-dashboard.tsx:79` calls `GET /api/admin/harry/profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/profiles` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/address-suggest?q=${encodeURIComponent(q)} (src/components/admin/ops/new-job-workspace.tsx:1322)
`src/components/admin/ops/new-job-workspace.tsx:1322` calls `GET /api/admin/ops/address-suggest?q=${encodeURIComponent(q)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/address-suggest` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/appointments/${appointment.id}/recurring-link-options (src/components/admin/ops/appointment-detail.tsx:296)
`src/components/admin/ops/appointment-detail.tsx:296` calls `GET /api/admin/ops/appointments/${appointment.id}/recurring-link-options` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/recurr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/appointment-detail.tsx:227)
`src/components/admin/ops/appointment-detail.tsx:227` calls `GET /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/appointments/${appt.id}/photos (src/components/admin/ops/invoice-detail.tsx:461)
`src/components/admin/ops/invoice-detail.tsx:461` calls `GET /api/admin/ops/appointments/${appt.id}/photos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/photos` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/bootstrap (src/components/admin/operations-dashboard.tsx:265)
`src/components/admin/operations-dashboard.tsx:265` calls `GET /api/admin/ops/bootstrap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/bootstrap` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/bootstrap (src/components/admin/ops/new-job-workspace.tsx:329)
`src/components/admin/ops/new-job-workspace.tsx:329` calls `GET /api/admin/ops/bootstrap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/bootstrap` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/calendar-pipeline (src/app/admin/stats/page.tsx:584)
`src/app/admin/stats/page.tsx:584` calls `GET /api/admin/ops/calendar-pipeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/calendar-pipeline` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/communications/queue (src/components/admin/ops/operations-settings.tsx:269)
`src/components/admin/ops/operations-settings.tsx:269` calls `GET /api/admin/ops/communications/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/queue` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/communications/templates (src/components/admin/ops/communications-center.tsx:42)
`src/components/admin/ops/communications-center.tsx:42` calls `GET /api/admin/ops/communications/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/templates` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/communications/templates (src/components/admin/ops/operations-settings.tsx:272)
`src/components/admin/ops/operations-settings.tsx:272` calls `GET /api/admin/ops/communications/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/templates` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/customers?q=${encodeURIComponent(customerQuery)} (src/components/admin/ops/new-job-workspace.tsx:432)
`src/components/admin/ops/new-job-workspace.tsx:432` calls `GET /api/admin/ops/customers?q=${encodeURIComponent(customerQuery)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/customers` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/customers?q=${encodeURIComponent(query.trim())} (src/components/admin/ops/customers-directory.tsx:142)
`src/components/admin/ops/customers-directory.tsx:142` calls `GET /api/admin/ops/customers?q=${encodeURIComponent(query.trim())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/customers` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/drip-campaigns (src/components/admin/ops/drip-campaigns-tab.tsx:126)
`src/components/admin/ops/drip-campaigns-tab.tsx:126` calls `GET /api/admin/ops/drip-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/drip-campaigns` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/estimates/${estimateId} (src/components/admin/ops/estimate-detail.tsx:300)
`src/components/admin/ops/estimate-detail.tsx:300` calls `GET /api/admin/ops/estimates/${estimateId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/gps/live (src/components/admin/ops/DispatchMap.tsx:64)
`src/components/admin/ops/DispatchMap.tsx:64` calls `GET /api/admin/ops/gps/live` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/live` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/gps/shifts/active (src/hooks/useGpsTracker.ts:211)
`src/hooks/useGpsTracker.ts:211` calls `GET /api/admin/ops/gps/shifts/active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/shifts/active` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/gps/timesheets?date=${date} (src/components/admin/ops/TimesheetsView.tsx:71)
`src/components/admin/ops/TimesheetsView.tsx:71` calls `GET /api/admin/ops/gps/timesheets?date=${date}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/timesheets` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/gps/timesheets?date=${today} (src/components/admin/ops/MyDayView.tsx:62)
`src/components/admin/ops/MyDayView.tsx:62` calls `GET /api/admin/ops/gps/timesheets?date=${today}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/timesheets` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/invoices/${invoiceId} (src/components/admin/ops/invoice-detail.tsx:428)
`src/components/admin/ops/invoice-detail.tsx:428` calls `GET /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/recurring (src/components/admin/ops/recurring-manager.tsx:205)
`src/components/admin/ops/recurring-manager.tsx:205` calls `GET /api/admin/ops/recurring` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/recurring/${id} (src/components/admin/ops/recurring-manager.tsx:221)
`src/components/admin/ops/recurring-manager.tsx:221` calls `GET /api/admin/ops/recurring/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/recurring/visit/${appointmentId} (src/components/admin/ops/recurring-visit-detail.tsx:188)
`src/components/admin/ops/recurring-visit-detail.tsx:188` calls `GET /api/admin/ops/recurring/visit/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/visit/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/schedule?start_date=${formatDateKey(weekStart)}&end_date=${formatDateKey(weekEnd)} (src/components/admin/ops/new-job-workspace.tsx:402)
`src/components/admin/ops/new-job-workspace.tsx:402` calls `GET /api/admin/ops/schedule?start_date=${formatDateKey(weekStart)}&end_date=${formatDateKey(weekEnd)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/schedule?start_date=${startDate}&end_date=${endDate} (src/components/admin/ops/operations-schedule.tsx:838)
`src/components/admin/ops/operations-schedule.tsx:838` calls `GET /api/admin/ops/schedule?start_date=${startDate}&end_date=${endDate}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/schedule` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/schedule?start_date=${today}&end_date=${today} (src/components/admin/ops/new-job-workspace.tsx:352)
`src/components/admin/ops/new-job-workspace.tsx:352` calls `GET /api/admin/ops/schedule?start_date=${today}&end_date=${today}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/schedule` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/services (src/components/admin/ops/estimate-detail.tsx:366)
`src/components/admin/ops/estimate-detail.tsx:366` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/services (src/components/admin/ops/invoice-detail.tsx:581)
`src/components/admin/ops/invoice-detail.tsx:581` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` 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/admin/ops/services (src/components/admin/ops/recurring-manager.tsx:1427)
`src/components/admin/ops/recurring-manager.tsx:1427` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/services (src/components/admin/ops/recurring-manager.tsx:2393)
`src/components/admin/ops/recurring-manager.tsx:2393` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/services (src/components/admin/ops/recurring-manager.tsx:518)
`src/components/admin/ops/recurring-manager.tsx:518` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/services (src/components/admin/ops/recurring-visit-detail.tsx:235)
`src/components/admin/ops/recurring-visit-detail.tsx:235` calls `GET /api/admin/ops/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/slots?${searchParams.toString()} (src/components/admin/ops/new-job-workspace.tsx:768)
`src/components/admin/ops/new-job-workspace.tsx:768` calls `GET /api/admin/ops/slots?${searchParams.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/slots` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ops/staff (src/components/admin/ops/operations-settings.tsx:90)
`src/components/admin/ops/operations-settings.tsx:90` calls `GET /api/admin/ops/staff` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/staff` 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/admin/ops/staff (src/components/admin/ops/PayrollTimesheetsView.tsx:97)
`src/components/admin/ops/PayrollTimesheetsView.tsx:97` calls `GET /api/admin/ops/staff` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/staff` 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/admin/ops/stats (src/app/admin/stats/page.tsx:565)
`src/app/admin/stats/page.tsx:565` calls `GET /api/admin/ops/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/stats` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/phone-settings (src/app/admin/phone-settings/page.tsx:65)
`src/app/admin/phone-settings/page.tsx:65` calls `GET /api/admin/phone-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/phone-settings` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/promo-codes (src/app/admin/promo-codes/page.tsx:102)
`src/app/admin/promo-codes/page.tsx:102` calls `GET /api/admin/promo-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes` 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/admin/promotional-posts (src/app/admin/social-posts/page.tsx:319)
`src/app/admin/social-posts/page.tsx:319` calls `GET /api/admin/promotional-posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promotional-posts` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/push/history?${params} (src/app/admin/push/page.tsx:52)
`src/app/admin/push/page.tsx:52` calls `GET /api/admin/push/history?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/push/history` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/push/history?${params} (src/app/admin/push/page.tsx:67)
`src/app/admin/push/page.tsx:67` calls `GET /api/admin/push/history?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/push/history` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/quickbooks/status (src/components/admin/ops/quickbooks-status.tsx:153)
`src/components/admin/ops/quickbooks-status.tsx:153` calls `GET /api/admin/quickbooks/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/status` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/radar/domains/${domainId} (src/app/admin/radar/page.tsx:361)
`src/app/admin/radar/page.tsx:361` calls `GET /api/admin/radar/domains/${domainId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/domains/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/ranger?limit=75 (src/components/admin/ranger-dashboard.tsx:169)
`src/components/admin/ranger-dashboard.tsx:169` calls `GET /api/admin/ranger?limit=75` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ranger` 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/admin/social-posts (src/app/admin/social-posts/page.tsx:330)
`src/app/admin/social-posts/page.tsx:330` calls `GET /api/admin/social-posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/social-posts` 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/admin/stats/lead-sources?${params} (src/app/admin/stats/lead-sources/page.tsx:61)
`src/app/admin/stats/lead-sources/page.tsx:61` calls `GET /api/admin/stats/lead-sources?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/stats/lead-sources` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/stats/utilization-supplement (src/app/admin/stats/page.tsx:321)
`src/app/admin/stats/page.tsx:321` calls `GET /api/admin/stats/utilization-supplement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/stats/utilization-supplement` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/vendors (src/app/admin/vendors/page.tsx:211)
`src/app/admin/vendors/page.tsx:211` calls `GET /api/admin/vendors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/vendors` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/vendors (src/app/admin/vendors/page.tsx:350)
`src/app/admin/vendors/page.tsx:350` calls `GET /api/admin/vendors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/vendors` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/voicemails (src/app/admin/voicemails/page.tsx:27)
`src/app/admin/voicemails/page.tsx:27` calls `GET /api/admin/voicemails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/voicemails` 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/analyst/history (src/app/admin/analyst/page.tsx:34)
`src/app/admin/analyst/page.tsx:34` calls `GET /api/analyst/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/history` 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/analyst/targets (src/app/admin/analyst/targets/page.tsx:159)
`src/app/admin/analyst/targets/page.tsx:159` calls `GET /api/analyst/targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/targets` 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/leads (src/app/admin/leads/page.tsx:186)
`src/app/admin/leads/page.tsx:186` calls `GET /api/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads` 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/message (src/hooks/useGetMessage.ts:10)
`src/hooks/useGetMessage.ts:10` calls `GET /api/message` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/message` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/availability?${params} (src/components/nfc/NfcBookingWidget.tsx:510)
`src/components/nfc/NfcBookingWidget.tsx:510` calls `GET /api/public/availability?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/availability` 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/public/availability?date=${date}&required_minutes=${requiredMinutes} (src/components/nfc/NfcBookingWidget.tsx:539)
`src/components/nfc/NfcBookingWidget.tsx:539` calls `GET /api/public/availability?date=${date}&required_minutes=${requiredMinutes}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/availability` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/availability?start_date=${startDate}&end_date=${endDate}&required_minutes=${requiredMinutes} (src/app/book/page.tsx:260)
`src/app/book/page.tsx:260` calls `GET /api/public/availability?start_date=${startDate}&end_date=${endDate}&required_minutes=${requiredMinutes}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/availability` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/jobs?limit=24 (src/components/nfc/recent-jobs-carousel.tsx:43)
`src/components/nfc/recent-jobs-carousel.tsx:43` calls `GET /api/public/jobs?limit=24` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/jobs` 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/public/lead-sources (src/app/book/page.tsx:601)
`src/app/book/page.tsx:601` calls `GET /api/public/lead-sources` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/lead-sources` 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/public/lead-sources (src/components/admin/ops/appointment-detail.tsx:269)
`src/components/admin/ops/appointment-detail.tsx:269` calls `GET /api/public/lead-sources` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/lead-sources` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/lead-sources (src/components/admin/ops/invoice-detail.tsx:503)
`src/components/admin/ops/invoice-detail.tsx:503` calls `GET /api/public/lead-sources` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/lead-sources` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/lead-sources (src/components/admin/ops/new-job-workspace.tsx:382)
`src/components/admin/ops/new-job-workspace.tsx:382` calls `GET /api/public/lead-sources` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/lead-sources` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/services (src/app/book/page.tsx:593)
`src/app/book/page.tsx:593` calls `GET /api/public/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/services` 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/public/services (src/components/nfc/NfcBookingWidget.tsx:749)
`src/components/nfc/NfcBookingWidget.tsx:749` calls `GET /api/public/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/services` 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 https://ipapi.co/${ip}/json/ (src/app/api/review/track/route.ts:7)
`src/app/api/review/track/route.ts:7` calls `GET https://ipapi.co/${ip}/json/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/ipapi.co/<p>/json` 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 https://nominatim.openstreetmap.org/search?${params2} (scripts/geocode-service-addresses.ts:76)
`scripts/geocode-service-addresses.ts:76` calls `GET https://nominatim.openstreetmap.org/search?${params2}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/nominatim.openstreetmap.org/search` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://serpapi.com/search?${params.toString()} (src/lib/gbp-reviews.ts:54)
`src/lib/gbp-reviews.ts:54` calls `GET https://serpapi.com/search?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/serpapi.com/search` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://serpapi.com/search?${params.toString()} (src/lib/serpApi.ts:120)
`src/lib/serpApi.ts:120` calls `GET https://serpapi.com/search?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/serpapi.com/search` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://serpapi.com/search?${params.toString()} (src/lib/serpApi.ts:268)
`src/lib/serpApi.ts:268` calls `GET https://serpapi.com/search?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/serpapi.com/search` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://serpapi.com/search?${params.toString()} (src/lib/serpApi.ts:328)
`src/lib/serpApi.ts:328` calls `GET https://serpapi.com/search?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/serpapi.com/search` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/conversations/unread-count (src/components/admin/conversations-view.tsx:193)
`src/components/admin/conversations-view.tsx:193` calls `PATCH /api/admin/conversations/unread-count` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/conversations/unread-count` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/echo/settings (src/app/admin/social-posts/page.tsx:363)
`src/app/admin/social-posts/page.tsx:363` calls `PATCH /api/admin/echo/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/echo/settings` 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: PATCH /api/admin/ops/appointments (src/components/admin/operations-dashboard.tsx:779)
`src/components/admin/operations-dashboard.tsx:779` calls `PATCH /api/admin/ops/appointments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/invoice-detail.tsx:721)
`src/components/admin/ops/invoice-detail.tsx:721` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/operations-schedule.tsx:1730)
`src/components/admin/ops/operations-schedule.tsx:1730` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/operations-schedule.tsx:1776)
`src/components/admin/ops/operations-schedule.tsx:1776` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/recurring-manager.tsx:2407)
`src/components/admin/ops/recurring-manager.tsx:2407` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/recurring-manager.tsx:2437)
`src/components/admin/ops/recurring-manager.tsx:2437` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/recurring-manager.tsx:2458)
`src/components/admin/ops/recurring-manager.tsx:2458` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointment.id} (src/components/admin/ops/recurring-manager.tsx:2477)
`src/components/admin/ops/recurring-manager.tsx:2477` calls `PATCH /api/admin/ops/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/appointment-detail.tsx:485)
`src/components/admin/ops/appointment-detail.tsx:485` calls `PATCH /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/appointment-detail.tsx:518)
`src/components/admin/ops/appointment-detail.tsx:518` calls `PATCH /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/operations-schedule.tsx:1513)
`src/components/admin/ops/operations-schedule.tsx:1513` calls `PATCH /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/recurring-manager.tsx:688)
`src/components/admin/ops/recurring-manager.tsx:688` calls `PATCH /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${appointmentId} (src/components/admin/ops/recurring-visit-detail.tsx:256)
`src/components/admin/ops/recurring-visit-detail.tsx:256` calls `PATCH /api/admin/ops/appointments/${appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/appointments/${session.appointmentId} (src/components/admin/ops/operations-schedule.tsx:1218)
`src/components/admin/ops/operations-schedule.tsx:1218` calls `PATCH /api/admin/ops/appointments/${session.appointmentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/customers/${customerId} (src/components/admin/ops/customers-directory.tsx:205)
`src/components/admin/ops/customers-directory.tsx:205` calls `PATCH /api/admin/ops/customers/${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/customers/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/estimates/${estimateId} (src/components/admin/ops/estimate-detail.tsx:602)
`src/components/admin/ops/estimate-detail.tsx:602` calls `PATCH /api/admin/ops/estimates/${estimateId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/estimates/${estimateId} (src/components/admin/ops/estimate-detail.tsx:643)
`src/components/admin/ops/estimate-detail.tsx:643` calls `PATCH /api/admin/ops/estimates/${estimateId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/events/${editingEvent.id} (src/components/admin/ops/operations-schedule.tsx:1878)
`src/components/admin/ops/operations-schedule.tsx:1878` calls `PATCH /api/admin/ops/events/${editingEvent.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/events/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/events/${session.eventId} (src/components/admin/ops/operations-schedule.tsx:1359)
`src/components/admin/ops/operations-schedule.tsx:1359` calls `PATCH /api/admin/ops/events/${session.eventId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/events/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/events/${session.eventId} (src/components/admin/ops/operations-schedule.tsx:1451)
`src/components/admin/ops/operations-schedule.tsx:1451` calls `PATCH /api/admin/ops/events/${session.eventId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/events/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/invoices/${invoiceId} (src/components/admin/conversations-view.tsx:339)
`src/components/admin/conversations-view.tsx:339` calls `PATCH /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/invoices/${invoiceId} (src/components/admin/ops/invoice-detail.tsx:595)
`src/components/admin/ops/invoice-detail.tsx:595` calls `PATCH /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/invoices/${invoiceId} (src/components/admin/ops/invoice-detail.tsx:667)
`src/components/admin/ops/invoice-detail.tsx:667` calls `PATCH /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/invoices/${invoiceId} (src/components/admin/ops/invoice-detail.tsx:855)
`src/components/admin/ops/invoice-detail.tsx:855` calls `PATCH /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/invoices/${invoiceId} (src/components/admin/ops/invoice-detail.tsx:873)
`src/components/admin/ops/invoice-detail.tsx:873` calls `PATCH /api/admin/ops/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/payroll/timesheet-entries/${editingEntryId} (src/components/admin/ops/PayrollTimesheetsView.tsx:234)
`src/components/admin/ops/PayrollTimesheetsView.tsx:234` calls `PATCH /api/admin/ops/payroll/timesheet-entries/${editingEntryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/payroll/timesheet-entries/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/payroll/timesheet-entries/${entry.id} (src/components/admin/ops/PayrollTimesheetsView.tsx:344)
`src/components/admin/ops/PayrollTimesheetsView.tsx:344` calls `PATCH /api/admin/ops/payroll/timesheet-entries/${entry.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/payroll/timesheet-entries/<p>` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/recurring/${initialData.id} (src/components/admin/ops/recurring-manager.tsx:1608)
`src/components/admin/ops/recurring-manager.tsx:1608` calls `PATCH /api/admin/ops/recurring/${initialData.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/recurring/${template.id} (src/components/admin/ops/recurring-manager.tsx:2965)
`src/components/admin/ops/recurring-manager.tsx:2965` calls `PATCH /api/admin/ops/recurring/${template.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/ops/services/${service.id} (src/components/admin/operations-dashboard.tsx:493)
`src/components/admin/operations-dashboard.tsx:493` calls `PATCH /api/admin/ops/services/${service.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/partners (src/components/admin/admin-partners-view.tsx:196)
`src/components/admin/admin-partners-view.tsx:196` calls `PATCH /api/admin/partners` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/partners` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/partners (src/components/admin/admin-partners-view.tsx:270)
`src/components/admin/admin-partners-view.tsx:270` calls `PATCH /api/admin/partners` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/partners` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/partners (src/components/admin/admin-partners-view.tsx:298)
`src/components/admin/admin-partners-view.tsx:298` calls `PATCH /api/admin/partners` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/partners` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/promo-codes/${c.id} (src/app/admin/promo-codes/page.tsx:126)
`src/app/admin/promo-codes/page.tsx:126` calls `PATCH /api/admin/promo-codes/${c.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/promo-codes/${id} (src/app/admin/promo-codes/page.tsx:199)
`src/app/admin/promo-codes/page.tsx:199` calls `PATCH /api/admin/promo-codes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/promotional-posts/${post.id} (src/app/admin/social-posts/page.tsx:1127)
`src/app/admin/social-posts/page.tsx:1127` calls `PATCH /api/admin/promotional-posts/${post.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promotional-posts/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/radar/domains/${dossierDomainId}/profile (src/app/admin/radar/page.tsx:402)
`src/app/admin/radar/page.tsx:402` calls `PATCH /api/admin/radar/domains/${dossierDomainId}/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/domains/<p>/profile` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/referrals (src/components/admin/admin-partners-view.tsx:341)
`src/components/admin/admin-partners-view.tsx:341` calls `PATCH /api/admin/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/referrals` 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: PATCH /api/admin/social-post-drafts/${draft.id} (src/app/admin/social-posts/page.tsx:153)
`src/app/admin/social-posts/page.tsx:153` calls `PATCH /api/admin/social-post-drafts/${draft.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/social-post-drafts/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/analyst/targets (src/app/admin/analyst/targets/page.tsx:203)
`src/app/admin/analyst/targets/page.tsx:203` calls `PATCH /api/analyst/targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/targets` 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: PATCH /api/analyst/targets (src/app/admin/analyst/targets/page.tsx:234)
`src/app/admin/analyst/targets/page.tsx:234` calls `PATCH /api/analyst/targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/targets` 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: PATCH /api/conversations/${conversationId} (src/app/admin/sightings/page.tsx:187)
`src/app/admin/sightings/page.tsx:187` calls `PATCH /api/conversations/${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversations/${conversationId} (src/app/admin/tap-analytics/page.tsx:168)
`src/app/admin/tap-analytics/page.tsx:168` calls `PATCH /api/conversations/${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversations/${conversationId} (src/app/admin/vendors/page.tsx:323)
`src/app/admin/vendors/page.tsx:323` calls `PATCH /api/conversations/${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversations/${conversationId} (src/components/admin/conversations-view.tsx:309)
`src/components/admin/conversations-view.tsx:309` calls `PATCH /api/conversations/${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversations/${convo.id} (src/components/admin/conversations-view.tsx:176)
`src/components/admin/conversations-view.tsx:176` calls `PATCH /api/conversations/${convo.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversations/${selectedConvo.id} (src/components/admin/conversations-view.tsx:229)
`src/components/admin/conversations-view.tsx:229` calls `PATCH /api/conversations/${selectedConvo.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/jobs/${job.id} (src/components/admin/job-editor.tsx:109)
`src/components/admin/job-editor.tsx:109` calls `PATCH /api/jobs/${job.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/<p>` 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: PATCH /api/jobs/${job.id} (src/components/admin/job-editor.tsx:172)
`src/components/admin/job-editor.tsx:172` calls `PATCH /api/jobs/${job.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/<p>` 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: PATCH /api/leads (src/app/admin/leads/page.tsx:228)
`src/app/admin/leads/page.tsx:228` calls `PATCH /api/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads` 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: PATCH /api/leads (src/app/admin/leads/page.tsx:255)
`src/app/admin/leads/page.tsx:255` calls `PATCH /api/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads` 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: PATCH /api/partners/outbound-referrals (src/components/partners/partner-dashboard.tsx:133)
`src/components/partners/partner-dashboard.tsx:133` calls `PATCH /api/partners/outbound-referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/partners/outbound-referrals` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/partners/outbound-referrals (src/components/partners/partner-dashboard.tsx:175)
`src/components/partners/partner-dashboard.tsx:175` calls `PATCH /api/partners/outbound-referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/partners/outbound-referrals` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/sightings/${id} (src/app/admin/sightings/page.tsx:289)
`src/app/admin/sightings/page.tsx:289` calls `PATCH /api/sightings/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings/<p>` 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: PATCH /api/tech/appointments/${appointment.id} (src/components/tech/tech-job-detail.tsx:90)
`src/components/tech/tech-job-detail.tsx:90` calls `PATCH /api/tech/appointments/${appointment.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/tech/appointments/${appointment.id}/invoice (src/components/tech/tech-job-detail.tsx:131)
`src/components/tech/tech-job-detail.tsx:131` calls `PATCH /api/tech/appointments/${appointment.id}/invoice` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>/invoice` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:110)
`src/components/admin/ops/agent-api-settings.tsx:110` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:138)
`src/components/admin/ops/agent-api-settings.tsx:138` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:162)
`src/components/admin/ops/agent-api-settings.tsx:162` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:172)
`src/components/admin/ops/agent-api-settings.tsx:172` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:68)
`src/components/admin/ops/agent-api-settings.tsx:68` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/agent-settings (src/components/admin/ops/agent-api-settings.tsx:90)
`src/components/admin/ops/agent-api-settings.tsx:90` calls `POST /api/admin/agent-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/agent-settings` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/blacklist (src/app/admin/blacklist/page.tsx:70)
`src/app/admin/blacklist/page.tsx:70` calls `POST /api/admin/blacklist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/blacklist` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/call-logs/backfill (src/app/admin/call-logs/page.tsx:232)
`src/app/admin/call-logs/page.tsx:232` calls `POST /api/admin/call-logs/backfill` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/call-logs/backfill` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:287)
`src/components/admin/reactivation-control-center.tsx:287` calls `POST /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:317)
`src/components/admin/reactivation-control-center.tsx:317` calls `POST /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:352)
`src/components/admin/reactivation-control-center.tsx:352` calls `POST /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/conversations/${selectedConvo.id}/harry-draft (src/components/admin/conversations-view.tsx:254)
`src/components/admin/conversations-view.tsx:254` calls `POST /api/admin/conversations/${selectedConvo.id}/harry-draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/conversations/<p>/harry-draft` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/george (src/components/admin/george-henderson-dashboard.tsx:123)
`src/components/admin/george-henderson-dashboard.tsx:123` calls `POST /api/admin/george` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/george` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/george (src/components/admin/george-henderson-dashboard.tsx:91)
`src/components/admin/george-henderson-dashboard.tsx:91` calls `POST /api/admin/george` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/george` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments (src/components/admin/ops/new-job-workspace.tsx:730)
`src/components/admin/ops/new-job-workspace.tsx:730` calls `POST /api/admin/ops/appointments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments/${appointmentId}/notify (src/components/admin/ops/operations-schedule.tsx:1755)
`src/components/admin/ops/operations-schedule.tsx:1755` calls `POST /api/admin/ops/appointments/${appointmentId}/notify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/notify` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments/${appointmentId}/notify (src/components/admin/ops/recurring-visit-detail.tsx:332)
`src/components/admin/ops/recurring-visit-detail.tsx:332` calls `POST /api/admin/ops/appointments/${appointmentId}/notify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/notify` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments/${apptId}/gps (src/components/admin/ops/invoice-detail.tsx:321)
`src/components/admin/ops/invoice-detail.tsx:321` calls `POST /api/admin/ops/appointments/${apptId}/gps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/gps` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments/${apptId}/gps (src/components/admin/ops/invoice-detail.tsx:397)
`src/components/admin/ops/invoice-detail.tsx:397` calls `POST /api/admin/ops/appointments/${apptId}/gps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/gps` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/appointments/${apptId}/photos (src/components/admin/ops/invoice-detail.tsx:893)
`src/components/admin/ops/invoice-detail.tsx:893` calls `POST /api/admin/ops/appointments/${apptId}/photos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/appointments/<p>/photos` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/availability (src/components/admin/operations-dashboard.tsx:622)
`src/components/admin/operations-dashboard.tsx:622` calls `POST /api/admin/ops/availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/availability` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/communications/day-before-reminders (src/components/admin/ops/communications-center.tsx:115)
`src/components/admin/ops/communications-center.tsx:115` calls `POST /api/admin/ops/communications/day-before-reminders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/day-before-reminders` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/communications/queue (src/components/admin/ops/operations-settings.tsx:327)
`src/components/admin/ops/operations-settings.tsx:327` calls `POST /api/admin/ops/communications/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/queue` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/drip-campaigns (src/components/admin/ops/drip-campaigns-tab.tsx:156)
`src/components/admin/ops/drip-campaigns-tab.tsx:156` calls `POST /api/admin/ops/drip-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/drip-campaigns` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/drip-campaigns (src/components/admin/ops/drip-campaigns-tab.tsx:182)
`src/components/admin/ops/drip-campaigns-tab.tsx:182` calls `POST /api/admin/ops/drip-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/drip-campaigns` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/estimates (src/app/admin/operations/estimates/new/page.tsx:27)
`src/app/admin/operations/estimates/new/page.tsx:27` calls `POST /api/admin/ops/estimates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/estimates/${estimateId}/convert (src/components/admin/ops/estimate-detail.tsx:693)
`src/components/admin/ops/estimate-detail.tsx:693` calls `POST /api/admin/ops/estimates/${estimateId}/convert` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>/convert` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/estimates/${estimateId}/send-email (src/components/admin/ops/estimate-detail.tsx:737)
`src/components/admin/ops/estimate-detail.tsx:737` calls `POST /api/admin/ops/estimates/${estimateId}/send-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/estimates/<p>/send-email` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/events (src/components/admin/ops/operations-schedule.tsx:1828)
`src/components/admin/ops/operations-schedule.tsx:1828` calls `POST /api/admin/ops/events` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/events` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/gps/points (src/hooks/useGpsTracker.ts:75)
`src/hooks/useGpsTracker.ts:75` calls `POST /api/admin/ops/gps/points` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/points` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/gps/points (src/lib/gps/offlineQueue.ts:68)
`src/lib/gps/offlineQueue.ts:68` calls `POST /api/admin/ops/gps/points` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/points` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/gps/shifts/${row.shiftId}/complete (src/components/admin/ops/TimesheetsView.tsx:201)
`src/components/admin/ops/TimesheetsView.tsx:201` calls `POST /api/admin/ops/gps/shifts/${row.shiftId}/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/shifts/<p>/complete` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/gps/shifts/end (src/hooks/useGpsTracker.ts:278)
`src/hooks/useGpsTracker.ts:278` calls `POST /api/admin/ops/gps/shifts/end` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/shifts/end` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/gps/shifts/start (src/hooks/useGpsTracker.ts:237)
`src/hooks/useGpsTracker.ts:237` calls `POST /api/admin/ops/gps/shifts/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/gps/shifts/start` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/invoices/${invoiceId}/publish (src/components/admin/ops/invoice-detail.tsx:1141)
`src/components/admin/ops/invoice-detail.tsx:1141` calls `POST /api/admin/ops/invoices/${invoiceId}/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>/publish` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/invoices/${invoiceId}/record-stats (src/components/admin/ops/invoice-detail.tsx:1078)
`src/components/admin/ops/invoice-detail.tsx:1078` calls `POST /api/admin/ops/invoices/${invoiceId}/record-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>/record-stats` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/invoices/${invoiceId}/send (src/components/admin/ops/invoice-detail.tsx:814)
`src/components/admin/ops/invoice-detail.tsx:814` calls `POST /api/admin/ops/invoices/${invoiceId}/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>/send` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/invoices/${invoiceId}/send (src/components/admin/ops/invoice-detail.tsx:966)
`src/components/admin/ops/invoice-detail.tsx:966` calls `POST /api/admin/ops/invoices/${invoiceId}/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/invoices/<p>/send` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/payroll/timesheet-entries (src/components/admin/ops/PayrollTimesheetsView.tsx:307)
`src/components/admin/ops/PayrollTimesheetsView.tsx:307` calls `POST /api/admin/ops/payroll/timesheet-entries` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/payroll/timesheet-entries` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/recurring (src/components/admin/ops/recurring-manager.tsx:1527)
`src/components/admin/ops/recurring-manager.tsx:1527` calls `POST /api/admin/ops/recurring` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/recurring (src/components/admin/ops/recurring-manager.tsx:1626)
`src/components/admin/ops/recurring-manager.tsx:1626` calls `POST /api/admin/ops/recurring` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/recurring/${template.id} (src/components/admin/ops/recurring-manager.tsx:2982)
`src/components/admin/ops/recurring-manager.tsx:2982` calls `POST /api/admin/ops/recurring/${template.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/recurring/add-batch-job (src/components/admin/ops/recurring-manager.tsx:603)
`src/components/admin/ops/recurring-manager.tsx:603` calls `POST /api/admin/ops/recurring/add-batch-job` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/add-batch-job` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/recurring/generate-monthly-invoice (src/components/admin/ops/recurring-manager.tsx:537)
`src/components/admin/ops/recurring-manager.tsx:537` calls `POST /api/admin/ops/recurring/generate-monthly-invoice` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/recurring/generate-monthly-invoice` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/services/reorder (src/components/admin/operations-dashboard.tsx:576)
`src/components/admin/operations-dashboard.tsx:576` calls `POST /api/admin/ops/services/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/services/reorder` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/slots?${searchParams.toString()} (src/components/admin/operations-dashboard.tsx:669)
`src/components/admin/operations-dashboard.tsx:669` calls `POST /api/admin/ops/slots?${searchParams.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/slots` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/staff (src/components/admin/ops/PayrollTimesheetsView.tsx:273)
`src/components/admin/ops/PayrollTimesheetsView.tsx:273` calls `POST /api/admin/ops/staff` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/staff` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ops/staff/photo (src/components/admin/ops/operations-settings.tsx:114)
`src/components/admin/ops/operations-settings.tsx:114` calls `POST /api/admin/ops/staff/photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/staff/photo` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/outbound-referrals (src/components/admin/admin-partners-view.tsx:231)
`src/components/admin/admin-partners-view.tsx:231` calls `POST /api/admin/outbound-referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/outbound-referrals` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/promo-codes (src/app/admin/promo-codes/page.tsx:237)
`src/app/admin/promo-codes/page.tsx:237` calls `POST /api/admin/promo-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/promotional-posts (src/app/admin/social-posts/page.tsx:892)
`src/app/admin/social-posts/page.tsx:892` calls `POST /api/admin/promotional-posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promotional-posts` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/promotional-posts/${post.id}/post (src/app/admin/social-posts/page.tsx:1099)
`src/app/admin/social-posts/page.tsx:1099` calls `POST /api/admin/promotional-posts/${post.id}/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promotional-posts/<p>/post` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/push/generate (src/app/admin/push/page.tsx:87)
`src/app/admin/push/page.tsx:87` calls `POST /api/admin/push/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/push/generate` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/push/send (src/app/admin/push/page.tsx:130)
`src/app/admin/push/page.tsx:130` calls `POST /api/admin/push/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/push/send` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/quickbooks/disconnect (src/components/admin/ops/quickbooks-status.tsx:190)
`src/components/admin/ops/quickbooks-status.tsx:190` calls `POST /api/admin/quickbooks/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/disconnect` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/quickbooks/retry (src/components/admin/ops/quickbooks-status.tsx:210)
`src/components/admin/ops/quickbooks-status.tsx:210` calls `POST /api/admin/quickbooks/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/retry` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/quickbooks/retry (src/components/admin/ops/quickbooks-status.tsx:240)
`src/components/admin/ops/quickbooks-status.tsx:240` calls `POST /api/admin/quickbooks/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/retry` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/quickbooks/retry (src/components/admin/ops/quickbooks-status.tsx:277)
`src/components/admin/ops/quickbooks-status.tsx:277` calls `POST /api/admin/quickbooks/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/retry` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/quickbooks/toggle (src/components/admin/ops/quickbooks-status.tsx:171)
`src/components/admin/ops/quickbooks-status.tsx:171` calls `POST /api/admin/quickbooks/toggle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/quickbooks/toggle` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/radar/discover (src/app/admin/radar/page.tsx:298)
`src/app/admin/radar/page.tsx:298` calls `POST /api/admin/radar/discover` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/discover` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/radar/domains (src/app/admin/radar/page.tsx:255)
`src/app/admin/radar/page.tsx:255` calls `POST /api/admin/radar/domains` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/domains` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/radar/domains (src/app/admin/radar/page.tsx:467)
`src/app/admin/radar/page.tsx:467` calls `POST /api/admin/radar/domains` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/domains` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/radar/keywords (src/app/admin/radar/page.tsx:217)
`src/app/admin/radar/page.tsx:217` calls `POST /api/admin/radar/keywords` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/keywords` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/radar/refresh (src/app/admin/radar/page.tsx:335)
`src/app/admin/radar/page.tsx:335` calls `POST /api/admin/radar/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/radar/refresh` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/ranger/action (src/components/admin/ranger-dashboard.tsx:197)
`src/components/admin/ranger-dashboard.tsx:197` calls `POST /api/admin/ranger/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ranger/action` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/referrals (src/components/admin/admin-partners-view.tsx:146)
`src/components/admin/admin-partners-view.tsx:146` calls `POST /api/admin/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/referrals` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/social-post-drafts/${draft.id}/post (src/app/admin/social-posts/page.tsx:169)
`src/app/admin/social-posts/page.tsx:169` calls `POST /api/admin/social-post-drafts/${draft.id}/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/social-post-drafts/<p>/post` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analyst/chat (src/app/admin/analyst/page.tsx:168)
`src/app/admin/analyst/page.tsx:168` calls `POST /api/analyst/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analyst/scan (src/app/admin/analyst/page.tsx:101)
`src/app/admin/analyst/page.tsx:101` calls `POST /api/analyst/scan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/scan` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analyst/targets (src/app/admin/analyst/targets/page.tsx:183)
`src/app/admin/analyst/targets/page.tsx:183` calls `POST /api/analyst/targets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analyst/targets` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/book (src/app/book/page.tsx:729)
`src/app/book/page.tsx:729` calls `POST /api/book` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/book (src/components/nfc/NfcBookingWidget.tsx:984)
`src/components/nfc/NfcBookingWidget.tsx:984` calls `POST /api/book` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversations/${selectedConvo.id}/reply (src/app/admin/sightings/page.tsx:156)
`src/app/admin/sightings/page.tsx:156` calls `POST /api/conversations/${selectedConvo.id}/reply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>/reply` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversations/${selectedConvo.id}/reply (src/app/admin/tap-analytics/page.tsx:137)
`src/app/admin/tap-analytics/page.tsx:137` calls `POST /api/conversations/${selectedConvo.id}/reply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>/reply` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversations/${selectedConvo.id}/reply (src/app/admin/vendors/page.tsx:293)
`src/app/admin/vendors/page.tsx:293` calls `POST /api/conversations/${selectedConvo.id}/reply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>/reply` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversations/bulk-delete (src/components/admin/conversations-view.tsx:449)
`src/components/admin/conversations-view.tsx:449` calls `POST /api/conversations/bulk-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/bulk-delete` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversations/new (src/components/admin/conversations-view.tsx:483)
`src/components/admin/conversations-view.tsx:483` calls `POST /api/conversations/new` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/new` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-description (src/components/admin/job-editor.tsx:52)
`src/components/admin/job-editor.tsx:52` calls `POST /api/generate-description` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-description` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/generate-description (src/components/admin/ops/invoice-detail.tsx:1037)
`src/components/admin/ops/invoice-detail.tsx:1037` calls `POST /api/generate-description` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/generate-description` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/leads (src/app/admin/leads/page.tsx:319)
`src/app/admin/leads/page.tsx:319` calls `POST /api/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/location-partner/login (src/app/location/[partnerId]/page.tsx:57)
`src/app/location/[partnerId]/page.tsx:57` calls `POST /api/location-partner/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/location-partner/login` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/partners/referrals (src/components/partners/partner-dashboard.tsx:205)
`src/components/partners/partner-dashboard.tsx:205` calls `POST /api/partners/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/partners/referrals` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/partners/referrals (src/components/partners/partner-dashboard.tsx:247)
`src/components/partners/partner-dashboard.tsx:247` calls `POST /api/partners/referrals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/partners/referrals` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/revenue-entries (src/app/admin/stats/page.tsx:159)
`src/app/admin/stats/page.tsx:159` calls `POST /api/revenue-entries` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/revenue-entries` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/review/track (src/app/review/[partnerId]/page.tsx:16)
`src/app/review/[partnerId]/page.tsx:16` calls `POST /api/review/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review/track` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sightings (src/app/location/[partnerId]/contest/page.tsx:287)
`src/app/location/[partnerId]/contest/page.tsx:287` calls `POST /api/sightings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sightings (src/app/sightings/page.tsx:281)
`src/app/sightings/page.tsx:281` calls `POST /api/sightings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sightings/${sightingId}/verify (src/app/location/[partnerId]/contest/page.tsx:417)
`src/app/location/[partnerId]/contest/page.tsx:417` calls `POST /api/sightings/${sightingId}/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings/<p>/verify` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sightings/${sightingId}/verify (src/app/sightings/page.tsx:430)
`src/app/sightings/page.tsx:430` calls `POST /api/sightings/${sightingId}/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sightings/<p>/verify` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/location/[partnerId]/contest/page.tsx:119)
`src/app/location/[partnerId]/contest/page.tsx:119` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/location/[partnerId]/page.tsx:119)
`src/app/location/[partnerId]/page.tsx:119` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/location/[partnerId]/page.tsx:83)
`src/app/location/[partnerId]/page.tsx:83` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/sightings/page.tsx:78)
`src/app/sightings/page.tsx:78` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/tap/page.tsx:45)
`src/app/tap/page.tsx:45` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tap/track (src/app/tap/page.tsx:97)
`src/app/tap/page.tsx:97` calls `POST /api/tap/track` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tap/track` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tech/appointments/${appointment.id}/payment (src/components/tech/tech-job-detail.tsx:239)
`src/components/tech/tech-job-detail.tsx:239` calls `POST /api/tech/appointments/${appointment.id}/payment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>/payment` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tech/appointments/${appointment.id}/photos (src/components/tech/tech-job-detail.tsx:168)
`src/components/tech/tech-job-detail.tsx:168` calls `POST /api/tech/appointments/${appointment.id}/photos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>/photos` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tech/appointments/${appointment.id}/signature (src/components/tech/tech-job-detail.tsx:210)
`src/components/tech/tech-job-detail.tsx:210` calls `POST /api/tech/appointments/${appointment.id}/signature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>/signature` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tech/appointments/${appointment.id}/square-link (src/components/tech/tech-job-detail.tsx:265)
`src/components/tech/tech-job-detail.tsx:265` calls `POST /api/tech/appointments/${appointment.id}/square-link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/appointments/<p>/square-link` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tech/profile/photo (src/components/tech/tech-profile-photo-form.tsx:34)
`src/components/tech/tech-profile-photo-form.tsx:34` calls `POST /api/tech/profile/photo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tech/profile/photo` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/combine (src/app/admin/tools/combine/page.tsx:108)
`src/app/admin/tools/combine/page.tsx:108` calls `POST /api/tools/combine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/combine` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/combine (src/components/admin/before-after-combiner.tsx:86)
`src/components/admin/before-after-combiner.tsx:86` calls `POST /api/tools/combine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/combine` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/twilio/voice-token (src/components/admin/softphone.tsx:153)
`src/components/admin/softphone.tsx:153` calls `POST /api/twilio/voice-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/twilio/voice-token` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload (src/components/admin/upload-form.tsx:430)
`src/components/admin/upload-form.tsx:430` calls `POST /api/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/admin/ops/bookings/create (scripts/book-katie-correct.mjs:47)
`scripts/book-katie-correct.mjs:47` calls `POST http://localhost:3000/api/admin/ops/bookings/create` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/admin/ops/bookings/create` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/admin/ops/estimates (test_post.js:3)
`test_post.js:3` calls `POST http://localhost:3000/api/admin/ops/estimates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/admin/ops/estimates` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/leads (test-ringcentral-webhook.js:32)
`test-ringcentral-webhook.js:32` calls `POST http://localhost:3000/api/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/leads` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.firecrawl.dev/v1/search (src/lib/ranger/research.ts:185)
`src/lib/ranger/research.ts:185` calls `POST https://api.firecrawl.dev/v1/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.firecrawl.dev/v1/search` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${BOT_TOKEN}/sendMessage (src/lib/harry-command-bot.ts:58)
`src/lib/harry-command-bot.ts:58` calls `POST https://api.telegram.org/bot${BOT_TOKEN}/sendMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/sendmessage` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${BOT_TOKEN}/setWebhook (scripts/setup-harry-command-webhook.ts:24)
`scripts/setup-harry-command-webhook.ts:24` calls `POST https://api.telegram.org/bot${BOT_TOKEN}/setWebhook` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/setwebhook` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${RANGER_TELEGRAM_BOT_TOKEN}/sendMessage (src/lib/ranger/telegram.ts:67)
`src/lib/ranger/telegram.ts:67` calls `POST https://api.telegram.org/bot${RANGER_TELEGRAM_BOT_TOKEN}/sendMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/sendmessage` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage (src/lib/telegram.ts:43)
`src/lib/telegram.ts:43` calls `POST https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/sendmessage` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${token}/answerCallbackQuery (src/app/api/telegram/ranger-command/route.ts:70)
`src/app/api/telegram/ranger-command/route.ts:70` calls `POST https://api.telegram.org/bot${token}/answerCallbackQuery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/answercallbackqu…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages.json (src/app/api/admin/george/route.ts:798)
`src/app/api/admin/george/route.ts:798` calls `POST https://api.twilio.com/2010-04-01/Accounts/${accountSid}/Messages.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01/accounts/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://google.serper.dev/search (src/lib/web-search.ts:17)
`src/lib/web-search.ts:17` calls `POST https://google.serper.dev/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/google.serper.dev/search` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://nominatim.openstreetmap.org/reverse?format=json&lat=${gpsCoordinates.lat}&lon=${gpsCoordinates.lng} (src/components/admin/upload-form.tsx:321)
`src/components/admin/upload-form.tsx:321` calls `POST https://nominatim.openstreetmap.org/reverse?format=json&lat=${gpsCoordinates.lat}&lon=${gpsCoordinates.lng}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:236)
`src/components/admin/reactivation-control-center.tsx:236` calls `PUT /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/comms/reactivation (src/components/admin/reactivation-control-center.tsx:257)
`src/components/admin/reactivation-control-center.tsx:257` calls `PUT /api/admin/comms/reactivation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/comms/reactivation` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/harry/control (src/components/admin/harry-control-dashboard.tsx:133)
`src/components/admin/harry-control-dashboard.tsx:133` calls `PUT /api/admin/harry/control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/control` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/harry/knowledge (src/components/admin/harry-control-dashboard.tsx:186)
`src/components/admin/harry-control-dashboard.tsx:186` calls `PUT /api/admin/harry/knowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/knowledge` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/harry/profiles (src/components/admin/harry-control-dashboard.tsx:161)
`src/components/admin/harry-control-dashboard.tsx:161` calls `PUT /api/admin/harry/profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/harry/profiles` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/ops/availability (src/components/admin/ops/operations-schedule.tsx:1004)
`src/components/admin/ops/operations-schedule.tsx:1004` calls `PUT /api/admin/ops/availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/availability` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/ops/communications/templates (src/components/admin/ops/communications-center.tsx:79)
`src/components/admin/ops/communications-center.tsx:79` calls `PUT /api/admin/ops/communications/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/templates` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/ops/communications/templates (src/components/admin/ops/operations-settings.tsx:374)
`src/components/admin/ops/operations-settings.tsx:374` calls `PUT /api/admin/ops/communications/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/communications/templates` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/ops/drip-campaigns (src/components/admin/ops/drip-campaigns-tab.tsx:204)
`src/components/admin/ops/drip-campaigns-tab.tsx:204` calls `PUT /api/admin/ops/drip-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/drip-campaigns` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/ops/staff-availability (src/components/admin/ops/operations-schedule.tsx:945)
`src/components/admin/ops/operations-schedule.tsx:945` calls `PUT /api/admin/ops/staff-availability` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/ops/staff-availability` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/phone-settings (src/app/admin/phone-settings/page.tsx:84)
`src/app/admin/phone-settings/page.tsx:84` calls `PUT /api/admin/phone-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/phone-settings` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/admin/vendors (src/app/admin/vendors/page.tsx:480)
`src/app/admin/vendors/page.tsx:480` calls `PUT /api/admin/vendors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/vendors` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
medium Security checks quality maintenance conf 0.70 3 occurrences Foundry mined blueprint gap alignment: sasquatchcc719-pixel/Sasquatch-sightings
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
3 occurrences
repo-level (3 hits)
medium Security checks quality Practices conf 0.70 3 occurrences Foundry mined unresolved feedback: sasquatchcc719-pixel/Sasquatch-sightings
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: supp…
3 occurrences
repo-level (3 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/sightings/share/[id]/page.tsx:149
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/work/[city]/[slug]/page.tsx:189
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/mockServiceWorker.js:238
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness

Showing first 300 of 514. 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/b03a7469-ce10-4a82-8952-83de51940687/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b03a7469-ce10-4a82-8952-83de51940687/

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.