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.

teo-lapa/app-hub-platform

https://github.com/teo-lapa/app-hub-platform · scanned 2026-06-16 00:32 UTC (2 months, 2 weeks ago)

1930 raw signals (0 security + 1930 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

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

critical System graph security Secrets conf 1.00 Possible secret in app/import-movimenti-ubs/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/import-movimenti-ubs/README.md:112
critical System graph security Secrets conf 1.00 Possible secret in odoo_ubs_banking/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
odoo_ubs_banking/README.md:63
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/users/${id} (lib/store/authStore.ts:298)
`lib/store/authStore.ts:298` calls `DELETE /api/admin/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/catalogo-foto/jobs/${jobId} (app/catalogo-foto/page.tsx:262)
`app/catalogo-foto/page.tsx:262` calls `DELETE /api/catalogo-foto/jobs/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-foto/jobs/<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/controllo-prezzi/set-product-pricelist-rule (app/controllo-prezzi/imposta-listini/page.tsx:194)
`app/controllo-prezzi/imposta-listini/page.tsx:194` calls `DELETE /api/controllo-prezzi/set-product-pricelist-rule` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/set-product-pricelist-rule` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/ferie/me (app/ferie/page.tsx:225)
`app/ferie/page.tsx:225` calls `DELETE /api/ferie/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ferie/me` 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: DELETE /api/offer-products?id=${productId} (components/maestro/OfferProductsModal.tsx:67)
`components/maestro/OfferProductsModal.tsx:67` calls `DELETE /api/offer-products?id=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/offer-products?id=${productId} (components/maestro/ProductManagementModal.tsx:95)
`components/maestro/ProductManagementModal.tsx:95` calls `DELETE /api/offer-products?id=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/portale-clienti/cart/items/${itemId} (app/portale-clienti/carrello/page.tsx:202)
`app/portale-clienti/carrello/page.tsx:202` calls `DELETE /api/portale-clienti/cart/items/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/cart/items/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/registro-cassaforte/face-embeddings?employee_id=${employeeId} (app/registro-cassaforte/admin/page.tsx:218)
`app/registro-cassaforte/admin/page.tsx:218` calls `DELETE /api/registro-cassaforte/face-embeddings?employee_id=${employeeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/face-embeddings` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/review-manager/platforms?businessId=${businessId}&platform=${platform} (app/review-manager/[businessId]/settings/page.tsx:194)
`app/review-manager/[businessId]/settings/page.tsx:194` calls `DELETE /api/review-manager/platforms?businessId=${businessId}&platform=${platform}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/platfo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/silvano/ordine/${sel.id} (app/silvano/ordini/page.tsx:121)
`app/silvano/ordini/page.tsx:121` calls `DELETE /api/silvano/ordine/${sel.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ordine/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/smart-ordering-v2/delete-preorder-assignments (app/ordini-smart-v2/page.tsx:1889)
`app/ordini-smart-v2/page.tsx:1889` calls `DELETE /api/smart-ordering-v2/delete-preorder-assignments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/delete-preorder-assignments` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/stella/did-stream (app/stella-assistant/components/StellaVideoAvatar.tsx:120)
`app/stella-assistant/components/StellaVideoAvatar.tsx:120` calls `DELETE /api/stella/did-stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stella/did-stream` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/supplier-cadence/${id} (lib/hooks/useSupplierCadence.ts:122)
`lib/hooks/useSupplierCadence.ts:122` calls `DELETE /api/supplier-cadence/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/time-attendance/locations?id=${locationId} (app/time-attendance/admin/page.tsx:352)
`app/time-attendance/admin/page.tsx:352` calls `DELETE /api/time-attendance/locations?id=${locationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/locations` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/urgent-products?id=${productId} (components/maestro/ProductManagementModal.tsx:73)
`components/maestro/ProductManagementModal.tsx:73` calls `DELETE /api/urgent-products?id=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/urgent-products?id=${productId} (components/maestro/UrgentProductsModal.tsx:67)
`components/maestro/UrgentProductsModal.tsx:67` calls `DELETE /api/urgent-products?id=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://api.d-id.com/talks/streams/${streamId}/${sessionId} (app/api/stella/did-stream/route.ts:86)
`app/api/stella/did-stream/route.ts:86` calls `DELETE https://api.d-id.com/talks/streams/${streamId}/${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.d-id.com/talks/streams/<p>/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/users (lib/store/authStore.ts:227)
`lib/store/authStore.ts:227` calls `GET /api/admin/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users` 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/agenti-whatsapp/${slug}/config (app/agenti-whatsapp/components/TabSettaggi.tsx:33)
`app/agenti-whatsapp/components/TabSettaggi.tsx:33` calls `GET /api/agenti-whatsapp/${slug}/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/config` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/errors?lines=2000 (app/agenti-whatsapp/alerts/page.tsx:26)
`app/agenti-whatsapp/alerts/page.tsx:26` calls `GET /api/agenti-whatsapp/${slug}/errors?lines=2000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/errors` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/errors?lines=2000 (app/agenti-whatsapp/components/TabErrori.tsx:30)
`app/agenti-whatsapp/components/TabErrori.tsx:30` calls `GET /api/agenti-whatsapp/${slug}/errors?lines=2000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/errors` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/followups (app/agenti-whatsapp/components/TabFollowup.tsx:28)
`app/agenti-whatsapp/components/TabFollowup.tsx:28` calls `GET /api/agenti-whatsapp/${slug}/followups` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/followups` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/log?lines=100 (app/agenti-whatsapp/components/TabLog.tsx:15)
`app/agenti-whatsapp/components/TabLog.tsx:15` calls `GET /api/agenti-whatsapp/${slug}/log?lines=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/log` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/memory (app/agenti-whatsapp/components/TabMappa.tsx:46)
`app/agenti-whatsapp/components/TabMappa.tsx:46` calls `GET /api/agenti-whatsapp/${slug}/memory` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/memory` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/memory (app/agenti-whatsapp/components/TabMemoria.tsx:13)
`app/agenti-whatsapp/components/TabMemoria.tsx:13` calls `GET /api/agenti-whatsapp/${slug}/memory` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/memory` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/messages?chat=${encodeURIComponent(chatId)}&limit=100 (app/agenti-whatsapp/components/TabConversazioni.tsx:78)
`app/agenti-whatsapp/components/TabConversazioni.tsx:78` calls `GET /api/agenti-whatsapp/${slug}/messages?chat=${encodeURIComponent(chatId)}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/messages?limit=50 (app/agenti-whatsapp/components/TabConversazioni.tsx:69)
`app/agenti-whatsapp/components/TabConversazioni.tsx:69` calls `GET /api/agenti-whatsapp/${slug}/messages?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/messages` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/qr (app/agenti-whatsapp/components/TabSettaggi.tsx:43)
`app/agenti-whatsapp/components/TabSettaggi.tsx:43` calls `GET /api/agenti-whatsapp/${slug}/qr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/qr` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/qr (app/agenti-whatsapp/components/TabSettaggi.tsx:54)
`app/agenti-whatsapp/components/TabSettaggi.tsx:54` calls `GET /api/agenti-whatsapp/${slug}/qr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/qr` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/skills (app/agenti-whatsapp/components/TabMappa.tsx:45)
`app/agenti-whatsapp/components/TabMappa.tsx:45` calls `GET /api/agenti-whatsapp/${slug}/skills` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/skills` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/skills (app/agenti-whatsapp/components/TabSkills.tsx:12)
`app/agenti-whatsapp/components/TabSkills.tsx:12` calls `GET /api/agenti-whatsapp/${slug}/skills` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/skills` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/skills?skill=${encodeURIComponent(name)} (app/agenti-whatsapp/components/TabSkills.tsx:22)
`app/agenti-whatsapp/components/TabSkills.tsx:22` calls `GET /api/agenti-whatsapp/${slug}/skills?skill=${encodeURIComponent(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/skills` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/stats (app/agenti-whatsapp/components/AgentCard.tsx:60)
`app/agenti-whatsapp/components/AgentCard.tsx:60` calls `GET /api/agenti-whatsapp/${slug}/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/stats` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/stats (app/agenti-whatsapp/components/TabStatistiche.tsx:33)
`app/agenti-whatsapp/components/TabStatistiche.tsx:33` calls `GET /api/agenti-whatsapp/${slug}/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/stats` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/stats (app/infra-monitor/page.tsx:465)
`app/infra-monitor/page.tsx:465` calls `GET /api/agenti-whatsapp/${slug}/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/stats` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/status (app/agenti-whatsapp/components/TabStato.tsx:21)
`app/agenti-whatsapp/components/TabStato.tsx:21` calls `GET /api/agenti-whatsapp/${slug}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/status` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agenti-whatsapp/${slug}/status (app/infra-monitor/page.tsx:464)
`app/infra-monitor/page.tsx:464` calls `GET /api/agenti-whatsapp/${slug}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenti-whatsapp/<p>/status` 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/analisi-prodotto/top-products?${params} (app/analisi-prodotto/page.tsx:156)
`app/analisi-prodotto/page.tsx:156` calls `GET /api/analisi-prodotto/top-products?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analisi-prodotto/top-products` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/analisi-prodotto?${params} (app/analisi-prodotto/page.tsx:202)
`app/analisi-prodotto/page.tsx:202` calls `GET /api/analisi-prodotto?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analisi-prodotto` 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/apps/visibility (app/gestione-visibilita-app/page.tsx:76)
`app/gestione-visibilita-app/page.tsx:76` calls `GET /api/apps/visibility` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apps/visibility` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apps/visibility?${params.toString()} (components/layout/AppGrid.tsx:33)
`components/layout/AppGrid.tsx:33` calls `GET /api/apps/visibility?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apps/visibility` 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/arrivo-merce/list-today (components/arrivo-merce/TodayArrivalsList.tsx:56)
`components/arrivo-merce/TodayArrivalsList.tsx:56` calls `GET /api/arrivo-merce/list-today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/list-today` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (app/gestione-visibilita-app/page.tsx:64)
`app/gestione-visibilita-app/page.tsx:64` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (app/my-reviews/page.tsx:75)
`app/my-reviews/page.tsx:75` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (lib/store/authStore.ts:167)
`lib/store/authStore.ts:167` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/avatar-generator/generate-video?jobId=${jobId} (app/_avatar-generator-disabled/page.tsx:87)
`app/_avatar-generator-disabled/page.tsx:87` calls `GET /api/avatar-generator/generate-video?jobId=${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avatar-generator/generate-video` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/blog/posts (lib/utils/blogArticles.ts:8)
`lib/utils/blogArticles.ts:8` calls `GET /api/blog/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/blog/posts` 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/catalogo-foto/jobs?limit=50 (app/catalogo-foto/page.tsx:209)
`app/catalogo-foto/page.tsx:209` calls `GET /api/catalogo-foto/jobs?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-foto/jobs` 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/catalogo-foto/location-map (app/catalogo-foto/page.tsx:307)
`app/catalogo-foto/page.tsx:307` calls `GET /api/catalogo-foto/location-map` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-foto/location-map` 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/catalogo-venditori/customer-orders/${selectedCustomerId} (app/catalogo-venditori/page.tsx:351)
`app/catalogo-venditori/page.tsx:351` calls `GET /api/catalogo-venditori/customer-orders/${selectedCustomerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/customer-orders/<p>` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/customer-stats/${customerId} (app/catalogo-venditori/review-prices/[orderId]/page.tsx:243)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:243` calls `GET /api/catalogo-venditori/customer-stats/${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/customer-stats/<p>` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/customer-stats?customerId=${customerId} (app/catalogo-venditori/components/CustomerSelector.tsx:208)
`app/catalogo-venditori/components/CustomerSelector.tsx:208` calls `GET /api/catalogo-venditori/customer-stats?customerId=${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/customer-sta…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/global-stats (app/catalogo-venditori/components/CustomerSelector.tsx:189)
`app/catalogo-venditori/components/CustomerSelector.tsx:189` calls `GET /api/catalogo-venditori/global-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/global-stats` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/global-stats (app/catalogo-venditori/review-prices/[orderId]/page.tsx:261)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:261` calls `GET /api/catalogo-venditori/global-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/global-stats` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/last-delivery?customerId=${customerId} (app/catalogo-venditori/components/DeliveryDatePicker.tsx:25)
`app/catalogo-venditori/components/DeliveryDatePicker.tsx:25` calls `GET /api/catalogo-venditori/last-delivery?customerId=${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/last-deliver…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/order-prices/${orderId} (app/catalogo-venditori/review-prices/[orderId]/page.tsx:200)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:200` calls `GET /api/catalogo-venditori/order-prices/${orderId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/order-prices/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/orders?period=${period} (app/catalogo-venditori/ordini/page.tsx:44)
`app/catalogo-venditori/ordini/page.tsx:44` calls `GET /api/catalogo-venditori/orders?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/orders` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/catalogo-venditori/product-history/${productId} (app/catalogo-venditori/review-prices/[orderId]/page.tsx:282)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:282` calls `GET /api/catalogo-venditori/product-history/${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/product-history/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clienti/search?q=${encodeURIComponent(term)}&userId=7 (app/catalogo-venditori/components/CustomerSelector.tsx:68)
`app/catalogo-venditori/components/CustomerSelector.tsx:68` calls `GET /api/clienti/search?q=${encodeURIComponent(term)}&userId=7` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clienti/search` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clienti/search?q=${encodeURIComponent(term)}&userId=7 (app/prodotti-preordine/page.tsx:240)
`app/prodotti-preordine/page.tsx:240` calls `GET /api/clienti/search?q=${encodeURIComponent(term)}&userId=7` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clienti/search` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/compensi-venditori?monthsBack=${monthsBack} (app/dashboard-compensi/page.tsx:221)
`app/dashboard-compensi/page.tsx:221` calls `GET /api/compensi-venditori?monthsBack=${monthsBack}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compensi-venditori` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-picking/batch/${batchId} (app/super-dashboard/controllo-picking/[batchId]/page.tsx:117)
`app/super-dashboard/controllo-picking/[batchId]/page.tsx:117` calls `GET /api/controllo-picking/batch/${batchId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-picking/batch/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-picking/batches?date=${date} (app/super-dashboard/controllo-picking/page.tsx:55)
`app/super-dashboard/controllo-picking/page.tsx:55` calls `GET /api/controllo-picking/batches?date=${date}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-picking/batches` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/alerts (components/controllo-prezzi/AlertTab.tsx:42)
`components/controllo-prezzi/AlertTab.tsx:42` calls `GET /api/controllo-prezzi/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/alerts` 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/controllo-prezzi/analisi-mensile?month=${month} (app/controllo-prezzi/analisi-mensile/page.tsx:77)
`app/controllo-prezzi/analisi-mensile/page.tsx:77` calls `GET /api/controllo-prezzi/analisi-mensile?month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/analisi-mensile` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/block-requests (app/controllo-prezzi/page.tsx:107)
`app/controllo-prezzi/page.tsx:107` calls `GET /api/controllo-prezzi/block-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/block-requests` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/counts (app/controllo-prezzi/page.tsx:84)
`app/controllo-prezzi/page.tsx:84` calls `GET /api/controllo-prezzi/counts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/counts` 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/controllo-prezzi/fatture-bozza (components/controllo-prezzi/FattureBozzaTab.tsx:34)
`components/controllo-prezzi/FattureBozzaTab.tsx:34` calls `GET /api/controllo-prezzi/fatture-bozza` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/fatture-bozza` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/main-pricelists (app/controllo-prezzi/imposta-listini/page.tsx:77)
`app/controllo-prezzi/imposta-listini/page.tsx:77` calls `GET /api/controllo-prezzi/main-pricelists` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/main-pricelists` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/product-pricelist-rules?productId=${product.id} (app/controllo-prezzi/imposta-listini/page.tsx:132)
`app/controllo-prezzi/imposta-listini/page.tsx:132` calls `GET /api/controllo-prezzi/product-pricelist-rules?productId=${product.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/product-pricelist…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/products-without-rules?pricelistIds=${pricelistIds}&filter=${filter} (app/controllo-prezzi/imposta-listini/page.tsx:97)
`app/controllo-prezzi/imposta-listini/page.tsx:97` calls `GET /api/controllo-prezzi/products-without-rules?pricelistIds=${pricelistIds}&filter=${filter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prez…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/controllo-prezzi/products?category=${category}&days=90 (app/controllo-prezzi/page.tsx:148)
`app/controllo-prezzi/page.tsx:148` calls `GET /api/controllo-prezzi/products?category=${category}&days=90` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/controllo-prezzi/products` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/export?format=${format} (lib/super-dashboard/hooks/useDashboardData.ts:187)
`lib/super-dashboard/hooks/useDashboardData.ts:187` calls `GET /api/dashboard/export?format=${format}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/export` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard?period=${period} (lib/super-dashboard/hooks/useDashboardData.ts:92)
`lib/super-dashboard/hooks/useDashboardData.ts:92` calls `GET /api/dashboard?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard` 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/delivery/list${cacheBuster} (app/delivery/page.tsx:397)
`app/delivery/page.tsx:397` calls `GET /api/delivery/list${cacheBuster}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/delivery/list/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/delivery/van-pending?t=${Date.now()} (app/delivery/page.tsx:219)
`app/delivery/page.tsx:219` calls `GET /api/delivery/van-pending?t=${Date.now()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/delivery/van-pending` 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/email-ai/agent?connectionId=${connectionId}&action=stats (app/email-ai-monitor/page.tsx:1039)
`app/email-ai-monitor/page.tsx:1039` calls `GET /api/email-ai/agent?connectionId=${connectionId}&action=stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-ai/agent` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-ai/settings?connectionId=${connectionId} (app/email-ai-monitor/page.tsx:697)
`app/email-ai-monitor/page.tsx:697` calls `GET /api/email-ai/settings?connectionId=${connectionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-ai/settings` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ferie/admin?filter=${tab} (app/ferie/admin/page.tsx:82)
`app/ferie/admin/page.tsx:82` calls `GET /api/ferie/admin?filter=${tab}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ferie/admin` 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/ferie/calendario?from=${from}&to=${to} (app/ferie/page.tsx:125)
`app/ferie/page.tsx:125` calls `GET /api/ferie/calendario?from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ferie/calendario` 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/ferie/me (app/ferie/page.tsx:108)
`app/ferie/page.tsx:108` calls `GET /api/ferie/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ferie/me` 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/food-news (app/food-news/page.tsx:38)
`app/food-news/page.tsx:38` calls `GET /api/food-news` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/food-news` 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/gestione-arrivi/list-today?company_id=${selectedCompany} (app/gestione-arrivi/page.tsx:64)
`app/gestione-arrivi/page.tsx:64` calls `GET /api/gestione-arrivi/list-today?company_id=${selectedCompany}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gestione-arrivi/list-today` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/helpdesk?customerId=${customerId} (lib/lapa-agents/agents/example-component.tsx:44)
`lib/lapa-agents/agents/example-component.tsx:44` calls `GET /api/helpdesk?customerId=${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/helpdesk` 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/helpdesk?customerId=123 (lib/lapa-agents/agents/example-api-route.ts:196)
`lib/lapa-agents/agents/example-api-route.ts:196` calls `GET /api/helpdesk?customerId=123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/helpdesk` 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/hr-payslip?action=employee-bonus&employeeId=${employeeId}&month=${month} (app/gestione-buste-paga/page.tsx:231)
`app/gestione-buste-paga/page.tsx:231` calls `GET /api/hr-payslip?action=employee-bonus&employeeId=${employeeId}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hr-payslip?action=employees (app/gestione-buste-paga/page.tsx:120)
`app/gestione-buste-paga/page.tsx:120` calls `GET /api/hr-payslip?action=employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hr-payslip?action=payslip-lines&payslipId=${payslipId} (app/gestione-buste-paga/page.tsx:165)
`app/gestione-buste-paga/page.tsx:165` calls `GET /api/hr-payslip?action=payslip-lines&payslipId=${payslipId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hr-payslip?action=salary-rules (app/gestione-buste-paga/page.tsx:121)
`app/gestione-buste-paga/page.tsx:121` calls `GET /api/hr-payslip?action=salary-rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` 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/hr-payslip?action=team-bonus-cumulative&teamId=${teamId} (app/dashboard-compensi/page.tsx:196)
`app/dashboard-compensi/page.tsx:196` calls `GET /api/hr-payslip?action=team-bonus-cumulative&teamId=${teamId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/hr-payslip?action=team-bonus-withdrawn&teamId=${teamId} (app/dashboard-compensi/page.tsx:175)
`app/dashboard-compensi/page.tsx:175` calls `GET /api/hr-payslip?action=team-bonus-withdrawn&teamId=${teamId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/hr-payslip` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/il-mio-hub (app/il-mio-hub/page.tsx:123)
`app/il-mio-hub/page.tsx:123` calls `GET /api/il-mio-hub` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/il-mio-hub` 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/infra-monitor/status (app/infra-monitor/page.tsx:437)
`app/infra-monitor/page.tsx:437` calls `GET /api/infra-monitor/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/infra-monitor/status` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/inventario-vocale/history (app/inventario-vocale/page.tsx:143)
`app/inventario-vocale/page.tsx:143` calls `GET /api/inventario-vocale/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inventario-vocale/history` 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/inventario-vocale/history (app/inventario-vocale/page.tsx:384)
`app/inventario-vocale/page.tsx:384` calls `GET /api/inventario-vocale/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inventario-vocale/history` 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/inventory/search-furgoni-locations (app/resi-furgoni/page.tsx:91)
`app/resi-furgoni/page.tsx:91` calls `GET /api/inventory/search-furgoni-locations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inventory/search-furgoni-locations` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/inventory/test-connection (app/inventario/page.tsx:111)
`app/inventario/page.tsx:111` calls `GET /api/inventory/test-connection` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/inventory/test-connection` 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/jetson/ocr (app/jetson-dashboard/page.tsx:57)
`app/jetson-dashboard/page.tsx:57` calls `GET /api/jetson/ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jetson/ocr` 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/jetson/ocr (app/jetson-monitor/page.tsx:50)
`app/jetson-monitor/page.tsx:50` calls `GET /api/jetson/ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jetson/ocr` 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/jetson/ocr (app/jetson-ocr/page.tsx:24)
`app/jetson-ocr/page.tsx:24` calls `GET /api/jetson/ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jetson/ocr` 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/jetson/ocr (app/jetson-stats/page.tsx:11)
`app/jetson-stats/page.tsx:11` calls `GET /api/jetson/ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jetson/ocr` 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/jokes (app/components/JokeBanner.tsx:62)
`app/components/JokeBanner.tsx:62` calls `GET /api/jokes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jokes` 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/lapa-agents/conversations?limit=50 (app/lapa-ai-agents/page.tsx:928)
`app/lapa-ai-agents/page.tsx:928` calls `GET /api/lapa-agents/conversations?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lapa-agents/conversations` 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/lapa-agents/conversations?sessionId=${conversationId} (app/lapa-ai-agents/widget/page.tsx:191)
`app/lapa-ai-agents/widget/page.tsx:191` calls `GET /api/lapa-agents/conversations?sessionId=${conversationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lapa-agents/conversations` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/lapa-agents/status (app/lapa-ai-agents/page.tsx:287)
`app/lapa-ai-agents/page.tsx:287` calls `GET /api/lapa-agents/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lapa-agents/status` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/lapa-ai/rag-stats (app/lapa-ai-agents/page.tsx:312)
`app/lapa-ai-agents/page.tsx:312` calls `GET /api/lapa-ai/rag-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lapa-ai/rag-stats` 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/maestro/analytics/avg-order-value?${params} (app/maestro-ai/analytics/avg-order-value/page.tsx:105)
`app/maestro-ai/analytics/avg-order-value/page.tsx:105` calls `GET /api/maestro/analytics/avg-order-value?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/analytics/avg-order-value` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/analytics/customers?${params} (app/maestro-ai/analytics/customers/page.tsx:89)
`app/maestro-ai/analytics/customers/page.tsx:89` calls `GET /api/maestro/analytics/customers?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/analytics/customers` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/analytics/orders?${params} (app/maestro-ai/analytics/orders/page.tsx:98)
`app/maestro-ai/analytics/orders/page.tsx:98` calls `GET /api/maestro/analytics/orders?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/analytics/orders` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/analytics/period?${params} (hooks/useMaestroAI.ts:228)
`hooks/useMaestroAI.ts:228` calls `GET /api/maestro/analytics/period?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/analytics/period` 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/maestro/avatars?${params.toString()} (components/maestro/CustomerSearchInput.tsx:52)
`components/maestro/CustomerSearchInput.tsx:52` calls `GET /api/maestro/avatars?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/avatars` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/customers/${customerId} (app/maestro-ai/customers/[id]/page.tsx:50)
`app/maestro-ai/customers/[id]/page.tsx:50` calls `GET /api/maestro/customers/${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/customers/<p>` 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/maestro/customers/${customerId} (hooks/useMaestroAI.ts:78)
`hooks/useMaestroAI.ts:78` calls `GET /api/maestro/customers/${customerId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/customers/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/daily-plan?${params.toString()} (app/maestro-ai/daily-plan/page.tsx:161)
`app/maestro-ai/daily-plan/page.tsx:161` calls `GET /api/maestro/daily-plan?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/daily-plan` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/daily-plan?salesperson_id=${salespersonId} (hooks/useMaestroAI.ts:66)
`hooks/useMaestroAI.ts:66` calls `GET /api/maestro/daily-plan?salesperson_id=${salespersonId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/daily-plan` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maestro/dashboard (hooks/useMaestroAI.ts:72)
`hooks/useMaestroAI.ts:72` calls `GET /api/maestro/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maestro/dashboard` 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/mappa-consegne?from=${from}&to=${to} (app/mappa-consegne/page.tsx:43)
`app/mappa-consegne/page.tsx:43` calls `GET /api/mappa-consegne?from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mappa-consegne` 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/menu-pdf/restaurant-info (app/menu-pdf-generator/page.tsx:42)
`app/menu-pdf-generator/page.tsx:42` calls `GET /api/menu-pdf/restaurant-info` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/menu-pdf/restaurant-info` 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/missing-products?date=${selectedDate}&group_by=${groupBy} (app/prodotti-mancanti/page.tsx:89)
`app/prodotti-mancanti/page.tsx:89` calls `GET /api/missing-products?date=${selectedDate}&group_by=${groupBy}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missing-products` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/odoo/customers (app/analisi-clienti/page.tsx:59)
`app/analisi-clienti/page.tsx:59` calls `GET /api/odoo/customers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/odoo/customers` 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/odoo/customers (app/gestione-visibilita-app/page.tsx:173)
`app/gestione-visibilita-app/page.tsx:173` calls `GET /api/odoo/customers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/odoo/customers` 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/odoo/employees (app/gestione-visibilita-app/page.tsx:152)
`app/gestione-visibilita-app/page.tsx:152` calls `GET /api/odoo/employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/odoo/employees` 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/odoo/journals (lib/config/bank-journals.ts:84)
`lib/config/bank-journals.ts:84` calls `GET /api/odoo/journals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/odoo/journals` 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/offer-products (app/catalogo-venditori/page.tsx:73)
`app/catalogo-venditori/page.tsx:73` calls `GET /api/offer-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` 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/offer-products (app/catalogo-venditori/review-prices/[orderId]/page.tsx:134)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:134` calls `GET /api/offer-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` 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/offer-products (app/scadenze/page.tsx:147)
`app/scadenze/page.tsx:147` calls `GET /api/offer-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` 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/offer-products (components/maestro/OfferProductsModal.tsx:48)
`components/maestro/OfferProductsModal.tsx:48` calls `GET /api/offer-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` 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/offer-products (components/maestro/ProductManagementModal.tsx:50)
`components/maestro/ProductManagementModal.tsx:50` calls `GET /api/offer-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/offer-products` 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/ordini-fornitori/cache (app/ordini-fornitori/page.tsx:160)
`app/ordini-fornitori/page.tsx:160` calls `GET /api/ordini-fornitori/cache` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ordini-fornitori/cache` 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/portale-clienti/ai-suggest-order (app/portale-clienti/catalogo/page.tsx:207)
`app/portale-clienti/catalogo/page.tsx:207` calls `GET /api/portale-clienti/ai-suggest-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/ai-suggest-order` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/ai-suggest-order (app/portale-clienti/components/QuickActions.tsx:21)
`app/portale-clienti/components/QuickActions.tsx:21` calls `GET /api/portale-clienti/ai-suggest-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/ai-suggest-order` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/cart (app/portale-clienti/carrello/page.tsx:60)
`app/portale-clienti/carrello/page.tsx:60` calls `GET /api/portale-clienti/cart` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/cart` 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/portale-clienti/cart (app/portale-clienti/catalogo/page.tsx:253)
`app/portale-clienti/catalogo/page.tsx:253` calls `GET /api/portale-clienti/cart` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/cart` 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/portale-clienti/cart (app/portale-clienti/ordini/nuovo/page.tsx:62)
`app/portale-clienti/ordini/nuovo/page.tsx:62` calls `GET /api/portale-clienti/cart` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/cart` 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/portale-clienti/categories (app/portale-clienti/catalogo/page.tsx:308)
`app/portale-clienti/catalogo/page.tsx:308` calls `GET /api/portale-clienti/categories` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/categories` 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/portale-clienti/dashboard (app/portale-clienti/page.tsx:76)
`app/portale-clienti/page.tsx:76` calls `GET /api/portale-clienti/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/dashboard` 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/portale-clienti/dashboard/details?type=${cardType} (app/portale-clienti/components/DashboardCardModal.tsx:107)
`app/portale-clienti/components/DashboardCardModal.tsx:107` calls `GET /api/portale-clienti/dashboard/details?type=${cardType}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/dashboard/details` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/deliveries/${deliveryId} (app/portale-clienti/components/DeliveryMapModal.tsx:35)
`app/portale-clienti/components/DeliveryMapModal.tsx:35` calls `GET /api/portale-clienti/deliveries/${deliveryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/deliveries/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/deliveries/${deliveryId} (app/portale-clienti/components/DeliveryMapModal.tsx:65)
`app/portale-clienti/components/DeliveryMapModal.tsx:65` calls `GET /api/portale-clienti/deliveries/${deliveryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/deliveries/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/deliveries/${deliveryId} (app/portale-clienti/consegne/[id]/page.tsx:113)
`app/portale-clienti/consegne/[id]/page.tsx:113` calls `GET /api/portale-clienti/deliveries/${deliveryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/deliveries/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/deliveries/${deliveryId} (app/portale-clienti/consegne/[id]/page.tsx:78)
`app/portale-clienti/consegne/[id]/page.tsx:78` calls `GET /api/portale-clienti/deliveries/${deliveryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/deliveries/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/deliveries/${deliveryId}/pdf (lib/utils/download-pdf.ts:47)
`lib/utils/download-pdf.ts:47` calls `GET /api/portale-clienti/deliveries/${deliveryId}/pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/deliveries/<p>/pdf` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/invoices/${invoiceId} (app/portale-clienti/fatture/[id]/page.tsx:85)
`app/portale-clienti/fatture/[id]/page.tsx:85` calls `GET /api/portale-clienti/invoices/${invoiceId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/invoices/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/invoices/${invoiceId}/pdf (lib/utils/download-pdf.ts:82)
`lib/utils/download-pdf.ts:82` calls `GET /api/portale-clienti/invoices/${invoiceId}/pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/invoices/<p>/pdf` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/invoices?${params.toString()} (app/portale-clienti/fatture/page.tsx:94)
`app/portale-clienti/fatture/page.tsx:94` calls `GET /api/portale-clienti/invoices?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/invoices` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/orders/${orderId} (app/portale-clienti/ordini/[id]/page.tsx:52)
`app/portale-clienti/ordini/[id]/page.tsx:52` calls `GET /api/portale-clienti/orders/${orderId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/orders/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/orders/${orderId}/pdf (lib/utils/download-pdf.ts:11)
`lib/utils/download-pdf.ts:11` calls `GET /api/portale-clienti/orders/${orderId}/pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/orders/<p>/pdf` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/orders?${params.toString()} (app/portale-clienti/ordini/page.tsx:86)
`app/portale-clienti/ordini/page.tsx:86` calls `GET /api/portale-clienti/orders?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/orders` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/payment-terms (app/portale-clienti/ordini/nuovo/page.tsx:81)
`app/portale-clienti/ordini/nuovo/page.tsx:81` calls `GET /api/portale-clienti/payment-terms` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/payment-terms` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/product-favorites (app/portale-clienti/catalogo/page.tsx:148)
`app/portale-clienti/catalogo/page.tsx:148` calls `GET /api/portale-clienti/product-favorites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/product-favorites` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/products?${params} (app/portale-clienti/catalogo/page.tsx:351)
`app/portale-clienti/catalogo/page.tsx:351` calls `GET /api/portale-clienti/products?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/products` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/products?${params} (components/social-ai/ProductSelector.tsx:63)
`components/social-ai/ProductSelector.tsx:63` calls `GET /api/portale-clienti/products?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/products` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/portale-clienti/profile (app/portale-clienti/page.tsx:102)
`app/portale-clienti/page.tsx:102` calls `GET /api/portale-clienti/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/profile` 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/portale-clienti/profile (app/portale-clienti/profilo/page.tsx:56)
`app/portale-clienti/profilo/page.tsx:56` calls `GET /api/portale-clienti/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/profile` 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/products-catalog (app/catalogo-prodotti/page.tsx:65)
`app/catalogo-prodotti/page.tsx:65` calls `GET /api/products-catalog` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/products-catalog` 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/recupero-clienti (app/recupero-clienti/page.tsx:96)
`app/recupero-clienti/page.tsx:96` calls `GET /api/recupero-clienti` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recupero-clienti` 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/recurring-products-lost (components/super-dashboard/KPISummarySection.tsx:163)
`components/super-dashboard/KPISummarySection.tsx:163` calls `GET /api/recurring-products-lost` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recurring-products-lost` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/recurring-products-lost (components/super-dashboard/KPISummarySection.tsx:378)
`components/super-dashboard/KPISummarySection.tsx:378` calls `GET /api/recurring-products-lost` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recurring-products-lost` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/employees (app/registro-cassaforte/admin/page.tsx:161)
`app/registro-cassaforte/admin/page.tsx:161` calls `GET /api/registro-cassaforte/employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/employees` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/employees (app/registro-cassaforte/admin/page.tsx:191)
`app/registro-cassaforte/admin/page.tsx:191` calls `GET /api/registro-cassaforte/employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/employees` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/employees (app/registro-cassaforte/prelievo/page.tsx:142)
`app/registro-cassaforte/prelievo/page.tsx:142` calls `GET /api/registro-cassaforte/employees` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/employees` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/face-embeddings (app/registro-cassaforte/admin/page.tsx:198)
`app/registro-cassaforte/admin/page.tsx:198` calls `GET /api/registro-cassaforte/face-embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/face-embeddings` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/face-embeddings (app/registro-cassaforte/admin/page.tsx:83)
`app/registro-cassaforte/admin/page.tsx:83` calls `GET /api/registro-cassaforte/face-embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/face-embeddings` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/registro-cassaforte/face-embeddings (app/registro-cassaforte/prelievo/page.tsx:66)
`app/registro-cassaforte/prelievo/page.tsx:66` calls `GET /api/registro-cassaforte/face-embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/registro-cassaforte/face-embeddings` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/businesses (app/review-manager/page.tsx:55)
`app/review-manager/page.tsx:55` calls `GET /api/review-manager/businesses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/businesses` 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/review-manager/businesses/${businessId} (app/review-manager/[businessId]/page.tsx:88)
`app/review-manager/[businessId]/page.tsx:88` calls `GET /api/review-manager/businesses/${businessId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/businesses/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/businesses/${businessId} (app/review-manager/[businessId]/settings/page.tsx:86)
`app/review-manager/[businessId]/settings/page.tsx:86` calls `GET /api/review-manager/businesses/${businessId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/businesses/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/my-business (app/my-reviews/page.tsx:86)
`app/my-reviews/page.tsx:86` calls `GET /api/review-manager/my-business` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/my-business` 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/review-manager/platforms?businessId=${businessId} (app/review-manager/[businessId]/settings/page.tsx:104)
`app/review-manager/[businessId]/settings/page.tsx:104` calls `GET /api/review-manager/platforms?businessId=${businessId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/platforms` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/reviews?businessId=${businessId} (app/my-reviews/page.tsx:107)
`app/my-reviews/page.tsx:107` calls `GET /api/review-manager/reviews?businessId=${businessId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/reviews` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/reviews?businessId=${businessId}&pageSize=100 (app/review-manager/[businessId]/page.tsx:95)
`app/review-manager/[businessId]/page.tsx:95` calls `GET /api/review-manager/reviews?businessId=${businessId}&pageSize=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/reviews` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/review-manager/stats?businessId=${businessId} (app/my-reviews/page.tsx:115)
`app/my-reviews/page.tsx:115` calls `GET /api/review-manager/stats?businessId=${businessId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/stats` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/sales-alert (app/sales-alert/page.tsx:793)
`app/sales-alert/page.tsx:793` calls `GET /api/sales-alert` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sales-alert` 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/sales-radar/check-customer?${params} (app/sales-radar/page.tsx:565)
`app/sales-radar/page.tsx:565` calls `GET /api/sales-radar/check-customer?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sales-radar/check-customer` 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/sales-radar/load-from-odoo?${params} (app/sales-radar/page.tsx:689)
`app/sales-radar/page.tsx:689` calls `GET /api/sales-radar/load-from-odoo?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sales-radar/load-from-odoo` 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/sales-radar/load-from-odoo?${params} (app/sales-radar/page.tsx:714)
`app/sales-radar/page.tsx:714` calls `GET /api/sales-radar/load-from-odoo?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sales-radar/load-from-odoo` 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/sales-radar/load-from-odoo?${params} (app/sales-radar/page.tsx:746)
`app/sales-radar/page.tsx:746` calls `GET /api/sales-radar/load-from-odoo?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sales-radar/load-from-odoo` 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/scadenze/counts?warehouseId=${warehouseId} (app/scadenze/page.tsx:127)
`app/scadenze/page.tsx:127` calls `GET /api/scadenze/counts?warehouseId=${warehouseId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scadenze/counts` 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/scadenze/product-prices?productId=${productId} (app/scadenze/page.tsx:272)
`app/scadenze/page.tsx:272` calls `GET /api/scadenze/product-prices?productId=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scadenze/product-prices` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scadenze/products?urgency=${selectedUrgency}&days=7&warehouseId=${warehouseId} (app/scadenze/page.tsx:220)
`app/scadenze/page.tsx:220` calls `GET /api/scadenze/products?urgency=${selectedUrgency}&days=7&warehouseId=${warehouseId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scadenze/products` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scadenze/products?urgency=${urgency}&days=7&warehouseId=${selectedWarehouse} (app/scadenze/page.tsx:184)
`app/scadenze/page.tsx:184` calls `GET /api/scadenze/products?urgency=${urgency}&days=7&warehouseId=${selectedWarehouse}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scadenze/products` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scan-contatto (app/api/scan-contatto/example-usage.ts:381)
`app/api/scan-contatto/example-usage.ts:381` calls `GET /api/scan-contatto` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scan-contatto` 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/scarichi-parziali/list (app/scarichi-parziali/page.tsx:78)
`app/scarichi-parziali/page.tsx:78` calls `GET /api/scarichi-parziali/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scarichi-parziali/list` 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/scarti/dashboard (app/scarti/page.tsx:94)
`app/scarti/page.tsx:94` calls `GET /api/scarti/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scarti/dashboard` 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/search-console (components/super-dashboard/WebsiteAnalyticsSection.tsx:69)
`components/super-dashboard/WebsiteAnalyticsSection.tsx:69` calls `GET /api/search-console` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/search-console` 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/silvano/catalog?${params} (app/silvano/ordini/page.tsx:386)
`app/silvano/ordini/page.tsx:386` calls `GET /api/silvano/catalog?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/catalog` 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/silvano/catalog?${params} (app/silvano/page.tsx:92)
`app/silvano/page.tsx:92` calls `GET /api/silvano/catalog?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/catalog` 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/silvano/categorie (app/silvano/page.tsx:108)
`app/silvano/page.tsx:108` calls `GET /api/silvano/categorie` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/categorie` 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/silvano/cliente/${id} (app/silvano/clienti/page.tsx:56)
`app/silvano/clienti/page.tsx:56` calls `GET /api/silvano/cliente/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/cliente/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/silvano/clienti/${c.id} (app/silvano/page.tsx:124)
`app/silvano/page.tsx:124` calls `GET /api/silvano/clienti/${c.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/clienti/<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: GET /api/silvano/clienti?q=${encodeURIComponent(clientiQ)} (app/silvano/page.tsx:76)
`app/silvano/page.tsx:76` calls `GET /api/silvano/clienti?q=${encodeURIComponent(clientiQ)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/clienti` 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/silvano/clienti?q=${encodeURIComponent(q)} (app/silvano/clienti/page.tsx:46)
`app/silvano/clienti/page.tsx:46` calls `GET /api/silvano/clienti?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: `/silvano/clienti` 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/silvano/dashboard?from=${from}&to=${to} (app/silvano/dashboard/page.tsx:49)
`app/silvano/dashboard/page.tsx:49` calls `GET /api/silvano/dashboard?from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/dashboard` 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/silvano/mappa (app/silvano/mappa/page.tsx:21)
`app/silvano/mappa/page.tsx:21` calls `GET /api/silvano/mappa` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/mappa` 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/silvano/ordine/${id} (app/silvano/ordini/page.tsx:73)
`app/silvano/ordini/page.tsx:73` calls `GET /api/silvano/ordine/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ordine/<p>` 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/silvano/ordine/${id} (app/silvano/ordini/page.tsx:81)
`app/silvano/ordini/page.tsx:81` calls `GET /api/silvano/ordine/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ordine/<p>` 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/silvano/ordine/${sel.id} (app/silvano/ordini/page.tsx:98)
`app/silvano/ordini/page.tsx:98` calls `GET /api/silvano/ordine/${sel.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ordine/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/silvano/ordini?date=${date} (app/silvano/ordini/page.tsx:62)
`app/silvano/ordini/page.tsx:62` calls `GET /api/silvano/ordini?date=${date}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ordini` 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/silvano/prodotti-cliente/${c.id} (app/silvano/page.tsx:113)
`app/silvano/page.tsx:113` calls `GET /api/silvano/prodotti-cliente/${c.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/prodotti-cliente/<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/silvano/prodotto-info/${productId} (app/silvano/page.tsx:518)
`app/silvano/page.tsx:518` calls `GET /api/silvano/prodotto-info/${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/prodotto-info/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/silvano/ultimo-acquisto?clientId=${clientId}&productId=${p.id} (app/silvano/page.tsx:416)
`app/silvano/page.tsx:416` calls `GET /api/silvano/ultimo-acquisto?clientId=${clientId}&productId=${p.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/silvano/ultimo-acquisto` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-ai/analyze-supplier?supplierId=${supplierId}&months=6 (app/ordini-smart-ai/page.tsx:87)
`app/ordini-smart-ai/page.tsx:87` calls `GET /api/smart-ordering-ai/analyze-supplier?supplierId=${supplierId}&months=6` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-ai/analyze-supplier` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/analyze-order/${order.id} (app/ordini-smart-v2/ordini-in-corso/page.tsx:136)
`app/ordini-smart-v2/ordini-in-corso/page.tsx:136` calls `GET /api/smart-ordering-v2/analyze-order/${order.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/analyze-order/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/pending-orders (app/ordini-smart-v2/ordini-in-corso/page.tsx:117)
`app/ordini-smart-v2/ordini-in-corso/page.tsx:117` calls `GET /api/smart-ordering-v2/pending-orders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/pending-orders` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/pre-order-products (app/prodotti-preordine/page.tsx:105)
`app/prodotti-preordine/page.tsx:105` calls `GET /api/smart-ordering-v2/pre-order-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/pre-order-products` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/pre-orders-summary (app/ordini-smart-v2/page.tsx:133)
`app/ordini-smart-v2/page.tsx:133` calls `GET /api/smart-ordering-v2/pre-orders-summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/pre-orders-summary` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/product-analytics/${product.id} (app/ordini-smart-v2/page.tsx:347)
`app/ordini-smart-v2/page.tsx:347` calls `GET /api/smart-ordering-v2/product-analytics/${product.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/product-analytics/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/product-analytics/${product.id} (app/ordini-smart-v2/prodotti-critici/page.tsx:174)
`app/ordini-smart-v2/prodotti-critici/page.tsx:174` calls `GET /api/smart-ordering-v2/product-analytics/${product.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/product-analytics/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/suppliers (app/ordini-smart-v2/page.tsx:115)
`app/ordini-smart-v2/page.tsx:115` calls `GET /api/smart-ordering-v2/suppliers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/suppliers` 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/smart-ordering-v2/suppliers (app/ordini-smart-v2/prodotti-critici/page.tsx:124)
`app/ordini-smart-v2/prodotti-critici/page.tsx:124` calls `GET /api/smart-ordering-v2/suppliers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/suppliers` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-ordering-v2/suppliers (app/prodotti-preordine/page.tsx:145)
`app/prodotti-preordine/page.tsx:145` calls `GET /api/smart-ordering-v2/suppliers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/suppliers` 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/smart-ordering-v2/suppliers (app/prodotti-preordine/page.tsx:177)
`app/prodotti-preordine/page.tsx:177` calls `GET /api/smart-ordering-v2/suppliers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering-v2/suppliers` 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/smart-ordering/data (app/ordini-smart/page.tsx:112)
`app/ordini-smart/page.tsx:112` calls `GET /api/smart-ordering/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-ordering/data` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/smart-route-ai/batches?date=${date} (app/smart-route-ai/page.tsx:306)
`app/smart-route-ai/page.tsx:306` calls `GET /api/smart-route-ai/batches?date=${date}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-route-ai/batches` 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/smart-route-ai/quotations${qs} (app/smart-route-ai/page.tsx:426)
`app/smart-route-ai/page.tsx:426` calls `GET /api/smart-route-ai/quotations${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-route-ai/quotations/<p>` 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/smart-route-ai/session (app/smart-route-ai/page.tsx:216)
`app/smart-route-ai/page.tsx:216` calls `GET /api/smart-route-ai/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-route-ai/session` 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/smart-route-ai/vehicles (app/smart-route-ai/page.tsx:240)
`app/smart-route-ai/page.tsx:240` calls `GET /api/smart-route-ai/vehicles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-route-ai/vehicles` 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/social-ai/analytics/summary?period=${period} (app/social-ai-studio/analytics/page.tsx:61)
`app/social-ai-studio/analytics/page.tsx:61` calls `GET /api/social-ai/analytics/summary?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-ai/analytics/summary` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social-ai/autopilot/product-intelligence (app/social-ai-studio/autopilot/page.tsx:99)
`app/social-ai-studio/autopilot/page.tsx:99` calls `GET /api/social-ai/autopilot/product-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social-ai/autopilot/product-intelligence` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/spese/submit?action=categories (app/spese/page.tsx:146)
`app/spese/page.tsx:146` calls `GET /api/spese/submit?action=categories` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/spese/submit` 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/stella/tasks?action_id=${actionId} (app/stella-setup/page.tsx:52)
`app/stella-setup/page.tsx:52` calls `GET /api/stella/tasks?action_id=${actionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stella/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stella/tasks?action_id=${selectedAction.id} (app/stella-assistant/chat/page.tsx:245)
`app/stella-assistant/chat/page.tsx:245` calls `GET /api/stella/tasks?action_id=${selectedAction.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stella/tasks` 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/super-dashboard/cassaforte (app/super-dashboard/cassaforte/page.tsx:99)
`app/super-dashboard/cassaforte/page.tsx:99` calls `GET /api/super-dashboard/cassaforte` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/cassaforte` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/cassaforte (components/super-dashboard/KPISummarySection.tsx:408)
`components/super-dashboard/KPISummarySection.tsx:408` calls `GET /api/super-dashboard/cassaforte` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/cassaforte` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/kpi?period=${period} (components/super-dashboard/KPISummarySection.tsx:352)
`components/super-dashboard/KPISummarySection.tsx:352` calls `GET /api/super-dashboard/kpi?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/kpi` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/margini?period=${period} (app/super-dashboard/margini/page.tsx:67)
`app/super-dashboard/margini/page.tsx:67` calls `GET /api/super-dashboard/margini?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/margini` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/product-story/detective?productId=${productId} (app/super-dashboard/product-story/page.tsx:329)
`app/super-dashboard/product-story/page.tsx:329` calls `GET /api/super-dashboard/product-story/detective?productId=${productId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/product-story/detective…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/product-story/search?q=${encodeURIComponent(query)} (app/super-dashboard/product-story/page.tsx:251)
`app/super-dashboard/product-story/page.tsx:251` calls `GET /api/super-dashboard/product-story/search?q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/product-story/sear…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/product-story?${params} (app/super-dashboard/product-story/page.tsx:287)
`app/super-dashboard/product-story/page.tsx:287` calls `GET /api/super-dashboard/product-story?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/product-story` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/sales-radar-activity?period=${period} (app/super-dashboard/sales-radar-activity/page.tsx:50)
`app/super-dashboard/sales-radar-activity/page.tsx:50` calls `GET /api/super-dashboard/sales-radar-activity?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/sales-radar-activity` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/sales-radar-activity?period=${period} (components/super-dashboard/SalesRadarActivityModal.tsx:32)
`components/super-dashboard/SalesRadarActivityModal.tsx:32` calls `GET /api/super-dashboard/sales-radar-activity?period=${period}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/sales-radar-activity`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/super-dashboard/sales-radar-activity?period=week (components/super-dashboard/KPISummarySection.tsx:393)
`components/super-dashboard/KPISummarySection.tsx:393` calls `GET /api/super-dashboard/sales-radar-activity?period=week` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/super-dashboard/sales-radar-activity` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/supplier-cadence (app/gestione-cadenze-fornitori/page.tsx:55)
`app/gestione-cadenze-fornitori/page.tsx:55` calls `GET /api/supplier-cadence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/supplier-cadence (app/ordini-smart-v2/page.tsx:149)
`app/ordini-smart-v2/page.tsx:149` calls `GET /api/supplier-cadence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence` 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/supplier-cadence/${id} (lib/hooks/useSupplierCadence.ts:65)
`lib/hooks/useSupplierCadence.ts:65` calls `GET /api/supplier-cadence/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/supplier-cadence/today (lib/hooks/useOrderTimeline.ts:43)
`lib/hooks/useOrderTimeline.ts:43` calls `GET /api/supplier-cadence/today` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/today` 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/supplier-cadence/upcoming?days=${days} (lib/hooks/useOrderTimeline.ts:56)
`lib/hooks/useOrderTimeline.ts:56` calls `GET /api/supplier-cadence/upcoming?days=${days}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/upcoming` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/clock?contact_id=${contactId} (app/time-attendance/page.tsx:355)
`app/time-attendance/page.tsx:355` calls `GET /api/time-attendance/clock?contact_id=${contactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/clock` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/consent?contact_id=${contactId} (app/time-attendance/page.tsx:479)
`app/time-attendance/page.tsx:479` calls `GET /api/time-attendance/consent?contact_id=${contactId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/consent` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/contact?email=${encodeURIComponent(email)} (app/time-attendance/page.tsx:329)
`app/time-attendance/page.tsx:329` calls `GET /api/time-attendance/contact?email=${encodeURIComponent(email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/contact` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/contact?email=${encodeURIComponent(user!.email)} (app/time-attendance/admin/page.tsx:143)
`app/time-attendance/admin/page.tsx:143` calls `GET /api/time-attendance/contact?email=${encodeURIComponent(user!.email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/contact` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/contact?email=${encodeURIComponent(user.email)} (app/profile/page.tsx:75)
`app/profile/page.tsx:75` calls `GET /api/time-attendance/contact?email=${encodeURIComponent(user.email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/contact` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/dashboard?company_id=${companyId} (app/time-attendance/page.tsx:369)
`app/time-attendance/page.tsx:369` calls `GET /api/time-attendance/dashboard?company_id=${companyId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/dashboard` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/dashboard?company_id=${companyId}&date=${selectedDate} (app/time-attendance/admin/page.tsx:172)
`app/time-attendance/admin/page.tsx:172` calls `GET /api/time-attendance/dashboard?company_id=${companyId}&date=${selectedDate}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/dashboard` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/employee-stats?contact_id=${employee.contact_id}&company_id=${contact?.id || company?.id || 0} (app/time-attendance/page.tsx:431)
`app/time-attendance/page.tsx:431` calls `GET /api/time-attendance/employee-stats?contact_id=${employee.contact_id}&company_id=${contact?.id || company?.id || 0}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/export?contact_id=${contactId}&company_id=${company?.id || 0}&start_date=${date}&end_date=${date}&format=json (app/time-attendance/page.tsx:396)
`app/time-attendance/page.tsx:396` calls `GET /api/time-attendance/export?contact_id=${contactId}&company_id=${company?.id || 0}&start_date=${date}&end_date=${date}&format=json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/time-attendance/locations?company_id=${companyId} (app/time-attendance/admin/page.tsx:219)
`app/time-attendance/admin/page.tsx:219` calls `GET /api/time-attendance/locations?company_id=${companyId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/time-attendance/locations` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/urgent-products (app/catalogo-venditori/page.tsx:66)
`app/catalogo-venditori/page.tsx:66` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/urgent-products (app/catalogo-venditori/review-prices/[orderId]/page.tsx:127)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:127` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/urgent-products (app/maestro-ai/page.tsx:139)
`app/maestro-ai/page.tsx:139` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/urgent-products (app/scadenze/page.tsx:146)
`app/scadenze/page.tsx:146` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/urgent-products (components/maestro/ProductManagementModal.tsx:49)
`components/maestro/ProductManagementModal.tsx:49` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/urgent-products (components/maestro/UrgentProductsModal.tsx:48)
`components/maestro/UrgentProductsModal.tsx:48` calls `GET /api/urgent-products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/urgent-products` 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/usage-stats?days=${days} (app/super-dashboard/app-usage/page.tsx:78)
`app/super-dashboard/app-usage/page.tsx:78` calls `GET /api/usage-stats?days=${days}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/usage-stats` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/user/favorites?userId=${userId} (lib/store/appStore.ts:35)
`lib/store/appStore.ts:35` calls `GET /api/user/favorites?userId=${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/favorites` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/user/profile (app/stella-assistant/chat/page.tsx:212)
`app/stella-assistant/chat/page.tsx:212` calls `GET /api/user/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/profile` 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/user/profile (app/stella-assistant/page.tsx:78)
`app/stella-assistant/page.tsx:78` calls `GET /api/user/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/profile` 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/vehicle-check/get-info (app/delivery/page.tsx:696)
`app/delivery/page.tsx:696` calls `GET /api/vehicle-check/get-info` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vehicle-check/get-info` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/verification-requests (app/inventario/page.tsx:91)
`app/inventario/page.tsx:91` calls `GET /api/verification-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/verification-requests` 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/verification-requests (app/inventario/verifica/page.tsx:94)
`app/inventario/verifica/page.tsx:94` calls `GET /api/verification-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/verification-requests` 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/verification-requests (app/scadenze/page.tsx:148)
`app/scadenze/page.tsx:148` calls `GET /api/verification-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/verification-requests` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/waste/location-products?locationId=${selectedLocation.id} (components/inventario/WasteTransferModal.tsx:73)
`components/inventario/WasteTransferModal.tsx:73` calls `GET /api/waste/location-products?locationId=${selectedLocation.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/waste/location-products` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/website-analytics (components/super-dashboard/WebsiteAnalyticsSection.tsx:68)
`components/super-dashboard/WebsiteAnalyticsSection.tsx:68` calls `GET /api/website-analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/website-analytics` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)} (app/w/[slug]/[tavolo]/chat/page.tsx:291)
`app/w/[slug]/[tavolo]/chat/page.tsx:291` calls `GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wine/catalog` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)} (app/w/[slug]/[tavolo]/confirm/page.tsx:41)
`app/w/[slug]/[tavolo]/confirm/page.tsx:41` calls `GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wine/catalog` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)} (app/w/[slug]/[tavolo]/wines/page.tsx:82)
`app/w/[slug]/[tavolo]/wines/page.tsx:82` calls `GET /api/wine/catalog?slug=${encodeURIComponent(params.slug)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wine/catalog` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wine/sommelier-personality?slug=${encodeURIComponent(DEMO_SLUG)} (app/lapa-wine/sommelier/page.tsx:36)
`app/lapa-wine/sommelier/page.tsx:36` calls `GET /api/wine/sommelier-personality?slug=${encodeURIComponent(DEMO_SLUG)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wine/sommelier-personality` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /logo-lapa.png (app/social-ai-studio/page.tsx:320)
`app/social-ai-studio/page.tsx:320` calls `GET /logo-lapa.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-lapa.png` 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 /logo-lapa.png (app/social-ai-studio/page.tsx:356)
`app/social-ai-studio/page.tsx:356` calls `GET /logo-lapa.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logo-lapa.png` 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 http://localhost:3000/api/maestro/customers/2421 (test-api-now.ts:7)
`test-api-now.ts:7` calls `GET http://localhost:3000/api/maestro/customers/2421` 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/maestro/customers/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3002/api/inventory/html-app (app/api/inventory/test-all/route.ts:113)
`app/api/inventory/test-all/route.ts:113` calls `GET http://localhost:3002/api/inventory/html-app` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3002/api/inventory/html-app` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/videos/${videoId} (app/api/avatar-generator/generate-video/route.ts:422)
`app/api/avatar-generator/generate-video/route.ts:422` calls `GET https://api.openai.com/v1/videos/${videoId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/videos/<p>` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(retailQuery)}&count=5 (app/api/product-creator/enrich-product/route.ts:100)
`app/api/product-creator/enrich-product/route.ts:100` calls `GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(retailQuery)}&count=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(wholesaleQuery)}&count=3 (app/api/product-creator/enrich-product/route.ts:133)
`app/api/product-creator/enrich-product/route.ts:133` calls `GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(wholesaleQuery)}&count=3` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.trustpilot.com/v1/business-units/${businessUnitId} (lib/review-manager/platforms/trustpilot.ts:225)
`lib/review-manager/platforms/trustpilot.ts:225` calls `GET https://api.trustpilot.com/v1/business-units/${businessUnitId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.trustpilot.com/v1/business-units/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.trustpilot.com/v1/business-units/${businessUnitId} (lib/review-manager/platforms/trustpilot.ts:392)
`lib/review-manager/platforms/trustpilot.ts:392` calls `GET https://api.trustpilot.com/v1/business-units/${businessUnitId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.trustpilot.com/v1/business-units/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.trustpilot.com/v1/business-units/search?name=${encodeURIComponent(query)} (lib/review-manager/platforms/trustpilot.ts:256)
`lib/review-manager/platforms/trustpilot.ts:256` calls `GET https://api.trustpilot.com/v1/business-units/search?name=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.trustpilot…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://mybusiness.googleapis.com/v4/accounts (lib/review-manager/platforms/google.ts:282)
`lib/review-manager/platforms/google.ts:282` calls `GET https://mybusiness.googleapis.com/v4/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/mybusiness.googleapis.com/v4/accounts` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://mybusiness.googleapis.com/v4/accounts/${accountId}/locations (lib/review-manager/platforms/google.ts:254)
`lib/review-manager/platforms/google.ts:254` calls `GET https://mybusiness.googleapis.com/v4/accounts/${accountId}/locations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/mybusiness.googleapis.com/v4/accoun…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.tiktokapis.com/v2/user/info/ (lib/review-manager/platforms/tiktok.ts:185)
`lib/review-manager/platforms/tiktok.ts:185` calls `GET https://open.tiktokapis.com/v2/user/info/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/open.tiktokapis.com/v2/user/info` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD /api/health (components/inventario/ConnectionStatus.tsx:15)
`components/inventario/ConnectionStatus.tsx:15` calls `HEAD /api/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/health` 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/catalogo-foto/jobs/${jobId} (app/catalogo-foto/page.tsx:241)
`app/catalogo-foto/page.tsx:241` calls `PATCH /api/catalogo-foto/jobs/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-foto/jobs/<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: PATCH /api/catalogo-venditori/order-prices/${orderId}/update-delivery (app/catalogo-venditori/review-prices/[orderId]/page.tsx:896)
`app/catalogo-venditori/review-prices/[orderId]/page.tsx:896` calls `PATCH /api/catalogo-venditori/order-prices/${orderId}/update-delivery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/catalogo-venditori/order-pri…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/portale-clienti/cart/items/${itemId} (app/portale-clienti/carrello/page.tsx:161)
`app/portale-clienti/carrello/page.tsx:161` calls `PATCH /api/portale-clienti/cart/items/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/portale-clienti/cart/items/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/review-manager/reviews/${reviewId} (app/my-reviews/page.tsx:194)
`app/my-reviews/page.tsx:194` calls `PATCH /api/review-manager/reviews/${reviewId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/review-manager/reviews/<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/supplier-cadence/${id} (lib/hooks/useSupplierCadence.ts:102)
`lib/hooks/useSupplierCadence.ts:102` calls `PATCH /api/supplier-cadence/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/supplier-cadence/${supplierId} (app/gestione-cadenze-fornitori/page.tsx:170)
`app/gestione-cadenze-fornitori/page.tsx:170` calls `PATCH /api/supplier-cadence/${supplierId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/supplier-cadence/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users (lib/store/authStore.ts:248)
`lib/store/authStore.ts:248` calls `POST /api/admin/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users` 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/analisi-clienti (app/analisi-clienti/page.tsx:127)
`app/analisi-clienti/page.tsx:127` calls `POST /api/analisi-clienti` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analisi-clienti` 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/apps/check-access (hooks/useAppAccess.ts:118)
`hooks/useAppAccess.ts:118` calls `POST /api/apps/check-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apps/check-access` 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/apps/check-access (hooks/useAppAccess.ts:35)
`hooks/useAppAccess.ts:35` calls `POST /api/apps/check-access` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apps/check-access` 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/apps/visibility (app/gestione-visibilita-app/page.tsx:287)
`app/gestione-visibilita-app/page.tsx:287` calls `POST /api/apps/visibility` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apps/visibility` 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/arrivo-merce/add-product-to-picking (app/arrivo-merce/page.tsx:120)
`app/arrivo-merce/page.tsx:120` calls `POST /api/arrivo-merce/add-product-to-picking` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/add-product-to-picking` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/arrivo-merce/add-product-to-picking (components/arrivo-merce/UnmatchedProductsHandler.tsx:55)
`components/arrivo-merce/UnmatchedProductsHandler.tsx:55` calls `POST /api/arrivo-merce/add-product-to-picking` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/add-product-to-picking` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/arrivo-merce/classify-attachments (components/arrivo-merce/TodayArrivalsList.tsx:100)
`components/arrivo-merce/TodayArrivalsList.tsx:100` calls `POST /api/arrivo-merce/classify-attachments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/classify-attachments` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/arrivo-merce/download-attachment (components/arrivo-merce/AttachmentSelector.tsx:96)
`components/arrivo-merce/AttachmentSelector.tsx:96` calls `POST /api/arrivo-merce/download-attachment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/download-attachment` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/arrivo-merce/find-reception (app/arrivo-merce/page.tsx:238)
`app/arrivo-merce/page.tsx:238` calls `POST /api/arrivo-merce/find-reception` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/find-reception` 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/arrivo-merce/find-reception (app/arrivo-merce/page.tsx:328)
`app/arrivo-merce/page.tsx:328` calls `POST /api/arrivo-merce/find-reception` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arrivo-merce/find-reception` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch

Showing first 300 of 1765. 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/70d5495e-36b7-4912-a348-6027fa0cd899/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/70d5495e-36b7-4912-a348-6027fa0cd899/

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.