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.

cristianocristianonunes-create/nello-pulseos

https://github.com/cristianocristianonunes-create/nello-pulseos · scanned 2026-06-17 01:51 UTC (1 month, 1 week ago)

695 raw signals (0 security + 695 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -14.4 (diff) · 617 actionable findings from 1 signal source. 78 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

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

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

critical System graph security Secrets conf 1.00 Possible secret in .env
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
.env:6
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: .env
`.env` looks like a runtime dotenv file. It contains secret-looking assignments for VITE_SUPABASE_PUBLISHABLE_KEY, ANTHROPIC_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control.
.env ConfigEnv fileRuntime env
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/agenda/${id} (src/hooks/useSinapseAgenda.ts:69)
`src/hooks/useSinapseAgenda.ts:69` calls `DELETE /api/agenda/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenda/<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/avisos/${id} (src/hooks/useAvisos.ts:227)
`src/hooks/useAvisos.ts:227` calls `DELETE /api/avisos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/<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/campanhas-cloud/${id} (src/hooks/useCampanhasCloud.ts:369)
`src/hooks/useCampanhasCloud.ts:369` calls `DELETE /api/campanhas-cloud/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/compras/itens/${itemId} (src/hooks/useCompras.ts:186)
`src/hooks/useCompras.ts:186` calls `DELETE /api/compras/itens/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/itens/<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: DELETE /api/contracts/${id} (src/hooks/useContracts.ts:119)
`src/hooks/useContracts.ts:119` calls `DELETE /api/contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/<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/email-campaigns/${id} (src/pages/EmailCampanhasPage.tsx:108)
`src/pages/EmailCampanhasPage.tsx:108` calls `DELETE /api/email-campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-campaigns/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/insumos/${id} (src/hooks/useInsumos.ts:97)
`src/hooks/useInsumos.ts:97` calls `DELETE /api/insumos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos/<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/insumos/contagens/${id} (src/hooks/useInsumos.ts:146)
`src/hooks/useInsumos.ts:146` calls `DELETE /api/insumos/contagens/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos/contagens/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/integracoes/nello/analises/${id} (src/pages/PerfilRendimentoPage.tsx:112)
`src/pages/PerfilRendimentoPage.tsx:112` calls `DELETE /api/integracoes/nello/analises/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/analises/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/meta-ads/relatorios/${id} (src/hooks/useMetaAds.ts:233)
`src/hooks/useMetaAds.ts:233` calls `DELETE /api/meta-ads/relatorios/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/metas-mensais/${loja_id}/${ano}/${mes} (src/hooks/useMetasMensais.ts:213)
`src/hooks/useMetasMensais.ts:213` calls `DELETE /api/metas-mensais/${loja_id}/${ano}/${mes}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/<p>/<p>/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/mural/${id} (src/pages/MuralPage.tsx:124)
`src/pages/MuralPage.tsx:124` calls `DELETE /api/mural/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mural/<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/musico/band/${id} (src/hooks/useSinapseMusico.ts:59)
`src/hooks/useSinapseMusico.ts:59` calls `DELETE /api/musico/band/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/band/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/musico/equipment/${id} (src/hooks/useSinapseMusico.ts:117)
`src/hooks/useSinapseMusico.ts:117` calls `DELETE /api/musico/equipment/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/equipment/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/musico/playlists/${id} (src/hooks/usePlaylists.ts:81)
`src/hooks/usePlaylists.ts:81` calls `DELETE /api/musico/playlists/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/playlists/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/musico/services/${id} (src/hooks/useSinapseMusico.ts:228)
`src/hooks/useSinapseMusico.ts:228` calls `DELETE /api/musico/services/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/services/<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/musico/songs/${id} (src/hooks/useSinapseMusico.ts:174)
`src/hooks/useSinapseMusico.ts:174` calls `DELETE /api/musico/songs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/songs/<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: DELETE /api/musico/songs/files/${fileId} (src/hooks/usePlaylists.ts:157)
`src/hooks/usePlaylists.ts:157` calls `DELETE /api/musico/songs/files/${fileId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/songs/files/<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/nfs-boletos/${id} (src/hooks/useNfsBoletos.ts:164)
`src/hooks/useNfsBoletos.ts:164` calls `DELETE /api/nfs-boletos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/<p>` 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: DELETE /api/quick-replies/${id} (src/hooks/useQuickReplies.ts:89)
`src/hooks/useQuickReplies.ts:89` calls `DELETE /api/quick-replies/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quick-replies/<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: DELETE /api/quotes/${id} (src/hooks/useQuotes.ts:97)
`src/hooks/useQuotes.ts:97` calls `DELETE /api/quotes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/<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/repairs/${id} (src/hooks/useRepairs.ts:122)
`src/hooks/useRepairs.ts:122` calls `DELETE /api/repairs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/repairs/<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/sms-campaigns/${id} (src/pages/SmsCampanhasPage.tsx:123)
`src/pages/SmsCampanhasPage.tsx:123` calls `DELETE /api/sms-campaigns/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/termos-premiacao/${id} (src/hooks/useTermosPremiacao.ts:148)
`src/hooks/useTermosPremiacao.ts:148` calls `DELETE /api/termos-premiacao/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/termos-premiacao/<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/trainings/${id} (src/pages/TreinamentosPage.tsx:98)
`src/pages/TreinamentosPage.tsx:98` calls `DELETE /api/trainings/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trainings/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/activity-log/export.csv?${qs} (src/pages/ActivityLogPage.tsx:94)
`src/pages/ActivityLogPage.tsx:94` calls `GET /api/activity-log/export.csv?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/activity-log/export.csv` 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/activity-log?${qs} (src/pages/ActivityLogPage.tsx:70)
`src/pages/ActivityLogPage.tsx:70` calls `GET /api/activity-log?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/activity-log` 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/agenda?${params} (src/hooks/useSinapseAgenda.ts:40)
`src/hooks/useSinapseAgenda.ts:40` calls `GET /api/agenda?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agenda` 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/audit/access-attempts/recent (src/components/EquipeOnlineCard.tsx:106)
`src/components/EquipeOnlineCard.tsx:106` calls `GET /api/audit/access-attempts/recent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/access-attempts/recent` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/sessions/active (src/components/EquipeOnlineCard.tsx:78)
`src/components/EquipeOnlineCard.tsx:78` calls `GET /api/audit/sessions/active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/sessions/active` 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/audit/sessions/recent (src/components/EquipeOnlineCard.tsx:92)
`src/components/EquipeOnlineCard.tsx:92` calls `GET /api/audit/sessions/recent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/sessions/recent` 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/audit/terms/status (src/hooks/useTermsAcceptance.ts:12)
`src/hooks/useTermsAcceptance.ts:12` calls `GET /api/audit/terms/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/terms/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/auditoria-estoque/analise-nfes (src/pages/AuditoriaEstoquePage.tsx:132)
`src/pages/AuditoriaEstoquePage.tsx:132` calls `GET /api/auditoria-estoque/analise-nfes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auditoria-estoque/analise-nfes` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auditoria-estoque/timeline?vids=${vids} (src/pages/AuditoriaEstoquePage.tsx:619)
`src/pages/AuditoriaEstoquePage.tsx:619` calls `GET /api/auditoria-estoque/timeline?vids=${vids}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auditoria-estoque/timeline` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auditoria-estoque?loja=${loja} (src/pages/AuditoriaEstoquePage.tsx:119)
`src/pages/AuditoriaEstoquePage.tsx:119` calls `GET /api/auditoria-estoque?loja=${loja}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auditoria-estoque` 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/avisos/${avisoId}/comments (src/hooks/useAvisos.ts:194)
`src/hooks/useAvisos.ts:194` calls `GET /api/avisos/${avisoId}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/<p>/comments` 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/avisos/unread-count (src/hooks/useAvisos.ts:84)
`src/hooks/useAvisos.ts:84` calls `GET /api/avisos/unread-count` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/unread-count` 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/avisos?${params.toString()} (src/hooks/useAvisos.ts:68)
`src/hooks/useAvisos.ts:68` calls `GET /api/avisos?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos` 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/avisos?category=preco_alterado&status=nao_lidos&dias=7 (src/components/PrecosAlteradosCard.tsx:18)
`src/components/PrecosAlteradosCard.tsx:18` calls `GET /api/avisos?category=preco_alterado&status=nao_lidos&dias=7` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/campanhas-cloud (src/hooks/useCampanhasCloud.ts:174)
`src/hooks/useCampanhasCloud.ts:174` calls `GET /api/campanhas-cloud` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud` 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/campanhas-cloud/${id} (src/hooks/useCampanhasCloud.ts:239)
`src/hooks/useCampanhasCloud.ts:239` calls `GET /api/campanhas-cloud/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/campanhas-cloud/${id}/erros (src/hooks/useCampanhasCloud.ts:225)
`src/hooks/useCampanhasCloud.ts:225` calls `GET /api/campanhas-cloud/${id}/erros` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/erros` 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/campanhas-cloud/${id}/metricas (src/hooks/useCampanhasCloud.ts:207)
`src/hooks/useCampanhasCloud.ts:207` calls `GET /api/campanhas-cloud/${id}/metricas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/metricas` 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/campanhas-cloud/categorias-disponiveis (src/hooks/useCampanhasCloud.ts:45)
`src/hooks/useCampanhasCloud.ts:45` calls `GET /api/campanhas-cloud/categorias-disponiveis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/categorias-disponiveis` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/campanhas-cloud/diag (src/hooks/useCampanhasCloud.ts:134)
`src/hooks/useCampanhasCloud.ts:134` calls `GET /api/campanhas-cloud/diag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/diag` 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/campanhas-cloud/templates (src/hooks/useCampanhasCloud.ts:147)
`src/hooks/useCampanhasCloud.ts:147` calls `GET /api/campanhas-cloud/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/templates` 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/campanhas-cloud/templates (src/hooks/useCentralCampanhas.ts:177)
`src/hooks/useCentralCampanhas.ts:177` calls `GET /api/campanhas-cloud/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/templates` 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/campanhas-resgate (src/pages/CampanhasResgatePage.tsx:65)
`src/pages/CampanhasResgatePage.tsx:65` calls `GET /api/campanhas-resgate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-resgate` 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/campanhas-v2/historico (src/hooks/useCentralCampanhas.ts:125)
`src/hooks/useCentralCampanhas.ts:125` calls `GET /api/campanhas-v2/historico` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/historico` 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/campanhas-v2/produtos-sugeridos?tipo=${tipo}&limite=12 (src/hooks/useCentralCampanhas.ts:235)
`src/hooks/useCentralCampanhas.ts:235` calls `GET /api/campanhas-v2/produtos-sugeridos?tipo=${tipo}&limite=12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/produtos-sugeridos` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cashback/clientes?min=0.01&limit=200&ordenar=${ordenar} (src/pages/CashbackPage.tsx:49)
`src/pages/CashbackPage.tsx:49` calls `GET /api/cashback/clientes?min=0.01&limit=200&ordenar=${ordenar}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashback/clientes` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cashback/config (src/pages/CashbackConfigPage.tsx:50)
`src/pages/CashbackConfigPage.tsx:50` calls `GET /api/cashback/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashback/config` 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/cashback/resumo (src/pages/CashbackPage.tsx:48)
`src/pages/CashbackPage.tsx:48` calls `GET /api/cashback/resumo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cashback/resumo` 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/chat/channels (src/hooks/useChat.ts:44)
`src/hooks/useChat.ts:44` calls `GET /api/chat/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/channels` 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/chat/channels/${slug}/messages (src/hooks/useChat.ts:59)
`src/hooks/useChat.ts:59` calls `GET /api/chat/channels/${slug}/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/channels/<p>/messages` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/chat/unread-counts (src/hooks/useChat.ts:115)
`src/hooks/useChat.ts:115` calls `GET /api/chat/unread-counts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/unread-counts` 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/clientes-por-produto?${params} (src/pages/ClientesPorProdutoPage.tsx:213)
`src/pages/ClientesPorProdutoPage.tsx:213` calls `GET /api/clientes-por-produto?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clientes-por-produto` 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/compras/${id} (src/hooks/useCompras.ts:82)
`src/hooks/useCompras.ts:82` calls `GET /api/compras/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/compras/${pedidoId}/nfes (src/hooks/useCompras.ts:206)
`src/hooks/useCompras.ts:206` calls `GET /api/compras/${pedidoId}/nfes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/<p>/nfes` 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/contracts/${contractId}/feedback (src/pages/ContratoDetalhePage.tsx:332)
`src/pages/ContratoDetalhePage.tsx:332` calls `GET /api/contracts/${contractId}/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/<p>/feedback` 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/contracts/${id} (src/hooks/useContracts.ts:61)
`src/hooks/useContracts.ts:61` calls `GET /api/contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contracts/clausulas/${tipo} (src/hooks/useContracts.ts:74)
`src/hooks/useContracts.ts:74` calls `GET /api/contracts/clausulas/${tipo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/clausulas/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/contracts/public/${token} (src/pages/ContratoPublicoPage.tsx:192)
`src/pages/ContratoPublicoPage.tsx:192` calls `GET /api/contracts/public/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/public/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conversao-envios/custos-mensais?meses=${meses} (src/pages/ConversaoEnviosPage.tsx:266)
`src/pages/ConversaoEnviosPage.tsx:266` calls `GET /api/conversao-envios/custos-mensais?meses=${meses}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversao-envios/custos-mensais` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conversao-envios/detalhes?${p} (src/pages/ConversaoEnviosPage.tsx:548)
`src/pages/ConversaoEnviosPage.tsx:548` calls `GET /api/conversao-envios/detalhes?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversao-envios/detalhes` 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/conversao-envios?${p.toString()} (src/pages/ConversaoEnviosPage.tsx:58)
`src/pages/ConversaoEnviosPage.tsx:58` calls `GET /api/conversao-envios?${p.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversao-envios` 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/email-campaigns (src/pages/EmailCampanhasPage.tsx:62)
`src/pages/EmailCampanhasPage.tsx:62` calls `GET /api/email-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-campaigns` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-config (src/pages/EmailCampanhasPage.tsx:371)
`src/pages/EmailCampanhasPage.tsx:371` calls `GET /api/email-config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-config` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/email-config (src/pages/EmailCampanhasPage.tsx:75)
`src/pages/EmailCampanhasPage.tsx:75` calls `GET /api/email-config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-config` 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/estoque-lojas/${varejoId}/historico (src/pages/EstoqueLojasPage.tsx:617)
`src/pages/EstoqueLojasPage.tsx:617` calls `GET /api/estoque-lojas/${varejoId}/historico` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/<p>/historico` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/estoque-lojas/fornecedores?apenas_novos=true&dias=90&limite=10 (src/pages/EstoqueLojasPage.tsx:109)
`src/pages/EstoqueLojasPage.tsx:109` calls `GET /api/estoque-lojas/fornecedores?apenas_novos=true&dias=90&limite=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/fornecedores` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/estoque-lojas/fornecedores?limite=200 (src/pages/EstoqueLojasPage.tsx:121)
`src/pages/EstoqueLojasPage.tsx:121` calls `GET /api/estoque-lojas/fornecedores?limite=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/fornecedores` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/estoque-lojas/sync-fotos/status (src/pages/EstoqueLojasPage.tsx:723)
`src/pages/EstoqueLojasPage.tsx:723` calls `GET /api/estoque-lojas/sync-fotos/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/sync-fotos/status` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/estoque-lojas?${qs} (src/pages/EstoqueLojasPage.tsx:93)
`src/pages/EstoqueLojasPage.tsx:93` calls `GET /api/estoque-lojas?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas` 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/financeiro/analise/${id} (src/hooks/useFinanceiroAnalise.ts:121)
`src/hooks/useFinanceiroAnalise.ts:121` calls `GET /api/financeiro/analise/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/analise/<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/financeiro/analise?${qsPeriodo(p)} (src/hooks/useFinanceiroAnalise.ts:71)
`src/hooks/useFinanceiroAnalise.ts:71` calls `GET /api/financeiro/analise?${qsPeriodo(p)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/analise` 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/financeiro/analises?${qsPeriodo(p)} (src/hooks/useFinanceiroAnalise.ts:107)
`src/hooks/useFinanceiroAnalise.ts:107` calls `GET /api/financeiro/analises?${qsPeriodo(p)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/analises` 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/financeiro/dre?${params} (src/pages/FinanceiroPage.tsx:80)
`src/pages/FinanceiroPage.tsx:80` calls `GET /api/financeiro/dre?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/dre` 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/financeiro/mes-corrente?yearMonth=${yearMonth}${qsStore} (src/components/MesEmAndamentoCard.tsx:248)
`src/components/MesEmAndamentoCard.tsx:248` calls `GET /api/financeiro/mes-corrente?yearMonth=${yearMonth}${qsStore}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/mes-corrente` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/financeiro/resumo${qsStore} (src/pages/FinanceiroPage.tsx:70)
`src/pages/FinanceiroPage.tsx:70` calls `GET /api/financeiro/resumo${qsStore}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/resumo/<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: GET /api/fornecedores/${fornecedorId} (src/pages/FornecedoresPage.tsx:248)
`src/pages/FornecedoresPage.tsx:248` calls `GET /api/fornecedores/${fornecedorId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/fornecedores/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ia-contexto-empresa (src/hooks/useIaContexto.ts:13)
`src/hooks/useIaContexto.ts:13` calls `GET /api/ia-contexto-empresa` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-contexto-empresa` 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/ia-painel/atual (src/hooks/useIaPainel.ts:39)
`src/hooks/useIaPainel.ts:39` calls `GET /api/ia-painel/atual` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-painel/atual` 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/ia-painel/item/${itemKey}/status (src/hooks/useIaPainel.ts:70)
`src/hooks/useIaPainel.ts:70` calls `GET /api/ia-painel/item/${itemKey}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-painel/item/<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/insumos (src/hooks/useInsumos.ts:49)
`src/hooks/useInsumos.ts:49` calls `GET /api/insumos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos` 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/insumos/contagens?${params.toString()} (src/hooks/useInsumos.ts:133)
`src/hooks/useInsumos.ts:133` calls `GET /api/insumos/contagens?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos/contagens` 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/integracoes/central-franqueado/pedidos (src/pages/CentralFranqueadoPage.tsx:49)
`src/pages/CentralFranqueadoPage.tsx:49` calls `GET /api/integracoes/central-franqueado/pedidos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/central-franqueado/pedidos` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/integracoes/nello/analises (src/pages/PerfilRendimentoPage.tsx:84)
`src/pages/PerfilRendimentoPage.tsx:84` calls `GET /api/integracoes/nello/analises` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/analises` 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/integracoes/nello/analises/${id} (src/pages/PerfilRendimentoPage.tsx:98)
`src/pages/PerfilRendimentoPage.tsx:98` calls `GET /api/integracoes/nello/analises/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/analises/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/integracoes/nello/config (src/pages/ConfiguracoesIntegracoesPage.tsx:349)
`src/pages/ConfiguracoesIntegracoesPage.tsx:349` calls `GET /api/integracoes/nello/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/config` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/integracoes/nello/equipe-perfil (src/pages/PerfilRendimentoPage.tsx:164)
`src/pages/PerfilRendimentoPage.tsx:164` calls `GET /api/integracoes/nello/equipe-perfil` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/equipe-perfil` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/intents/stats (src/hooks/useIntents.ts:141)
`src/hooks/useIntents.ts:141` calls `GET /api/intents/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/intents/sugestoes-vinculo (src/hooks/useIntents.ts:243)
`src/hooks/useIntents.ts:243` calls `GET /api/intents/sugestoes-vinculo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/sugestoes-vinculo` 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/maquininhas/analise?dias=${periodo} (src/pages/MaquininhasPage.tsx:90)
`src/pages/MaquininhasPage.tsx:90` calls `GET /api/maquininhas/analise?dias=${periodo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maquininhas/analise` 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/maquininhas/negociacoes-uso?dias=${periodo} (src/pages/MaquininhasPage.tsx:163)
`src/pages/MaquininhasPage.tsx:163` calls `GET /api/maquininhas/negociacoes-uso?dias=${periodo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maquininhas/negociacoes-uso` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maquininhas/taxas (src/pages/MaquininhasPage.tsx:101)
`src/pages/MaquininhasPage.tsx:101` calls `GET /api/maquininhas/taxas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maquininhas/taxas` 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/maquininhas/transacoes?${qs.toString()} (src/pages/MaquininhasPage.tsx:152)
`src/pages/MaquininhasPage.tsx:152` calls `GET /api/maquininhas/transacoes?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maquininhas/transacoes` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/maquininhas/transacoes?${qs.toString()} (src/pages/ReportsPage.tsx:1199)
`src/pages/ReportsPage.tsx:1199` calls `GET /api/maquininhas/transacoes?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/maquininhas/transacoes` 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/meta-ads/analises/${analiseId} (src/hooks/useMetaAds.ts:159)
`src/hooks/useMetaAds.ts:159` calls `GET /api/meta-ads/analises/${analiseId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/analises/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/linha/${linhaId}/detalhe (src/hooks/useMetaAds.ts:178)
`src/hooks/useMetaAds.ts:178` calls `GET /api/meta-ads/linha/${linhaId}/detalhe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/linha/<p>/detalhe` 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/meta-ads/relatorios (src/hooks/useMetaAds.ts:65)
`src/hooks/useMetaAds.ts:65` calls `GET /api/meta-ads/relatorios` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios` 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/meta-ads/relatorios/${id} (src/hooks/useMetaAds.ts:78)
`src/hooks/useMetaAds.ts:78` calls `GET /api/meta-ads/relatorios/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/relatorios/${relatorioId}/analise (src/hooks/useMetaAds.ts:131)
`src/hooks/useMetaAds.ts:131` calls `GET /api/meta-ads/relatorios/${relatorioId}/analise` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios/<p>/analise` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/meta-ads/relatorios/${relatorioId}/analises (src/hooks/useMetaAds.ts:145)
`src/hooks/useMetaAds.ts:145` calls `GET /api/meta-ads/relatorios/${relatorioId}/analises` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios/<p>/analises` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metas-mensais/${loja.id}/${anoMes.ano}/${anoMes.mes} (src/pages/Dashboard.tsx:646)
`src/pages/Dashboard.tsx:646` calls `GET /api/metas-mensais/${loja.id}/${anoMes.ano}/${anoMes.mes}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/<p>/<p>/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metas-mensais/${lojaId}/${ano}/${mes} (src/hooks/useMetasMensais.ts:66)
`src/hooks/useMetasMensais.ts:66` calls `GET /api/metas-mensais/${lojaId}/${ano}/${mes}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/<p>/<p>/<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/metas-mensais/limpar/preview?${params.toString()} (src/hooks/useMetasMensais.ts:143)
`src/hooks/useMetasMensais.ts:143` calls `GET /api/metas-mensais/limpar/preview?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/limpar/preview` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metas-mensais/lista?${params.toString()} (src/hooks/useMetasMensais.ts:82)
`src/hooks/useMetasMensais.ts:82` calls `GET /api/metas-mensais/lista?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/lista` 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/mobile-devices (src/pages/CelularesAutorizadosPage.tsx:71)
`src/pages/CelularesAutorizadosPage.tsx:71` calls `GET /api/mobile-devices` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mobile-devices` 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/mobile-devices/check/${token} (src/components/MobileBlocker.tsx:42)
`src/components/MobileBlocker.tsx:42` calls `GET /api/mobile-devices/check/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mobile-devices/check/<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/mobile-devices/check/${token} (src/pages/AutorizarCelularPage.tsx:20)
`src/pages/AutorizarCelularPage.tsx:20` calls `GET /api/mobile-devices/check/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mobile-devices/check/<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/mural?${qs} (src/pages/MuralPage.tsx:72)
`src/pages/MuralPage.tsx:72` calls `GET /api/mural?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mural` 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/musico/band (src/hooks/useSinapseMusico.ts:31)
`src/hooks/useSinapseMusico.ts:31` calls `GET /api/musico/band` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/band` 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/musico/equipment (src/hooks/useSinapseMusico.ts:89)
`src/hooks/useSinapseMusico.ts:89` calls `GET /api/musico/equipment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/equipment` 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/musico/playlists (src/hooks/usePlaylists.ts:40)
`src/hooks/usePlaylists.ts:40` calls `GET /api/musico/playlists` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/playlists` 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/musico/playlists/${id} (src/hooks/usePlaylists.ts:52)
`src/hooks/usePlaylists.ts:52` calls `GET /api/musico/playlists/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/playlists/<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/musico/services (src/hooks/useSinapseMusico.ts:200)
`src/hooks/useSinapseMusico.ts:200` calls `GET /api/musico/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/services` 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/musico/songs (src/hooks/useSinapseMusico.ts:146)
`src/hooks/useSinapseMusico.ts:146` calls `GET /api/musico/songs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/songs` 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/musico/songs/${songId}/files (src/hooks/usePlaylists.ts:122)
`src/hooks/usePlaylists.ts:122` calls `GET /api/musico/songs/${songId}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/songs/<p>/files` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/musico/spotify/auth-url (src/pages/PlaylistsPage.tsx:78)
`src/pages/PlaylistsPage.tsx:78` calls `GET /api/musico/spotify/auth-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/spotify/auth-url` 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/musico/spotify/status (src/pages/PlaylistsPage.tsx:55)
`src/pages/PlaylistsPage.tsx:55` calls `GET /api/musico/spotify/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/spotify/status` 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/nfs-boletos/meta/fornecedores (src/hooks/useNfsBoletos.ts:91)
`src/hooks/useNfsBoletos.ts:91` calls `GET /api/nfs-boletos/meta/fornecedores` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/meta/fornecedores` 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/nfs-boletos/resumo (src/hooks/useNfsBoletos.ts:77)
`src/hooks/useNfsBoletos.ts:77` calls `GET /api/nfs-boletos/resumo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/resumo` 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/nfs-boletos?${qs(filtros)} (src/hooks/useNfsBoletos.ts:64)
`src/hooks/useNfsBoletos.ts:64` calls `GET /api/nfs-boletos?${qs(filtros)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos` 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/notifications/counts (src/hooks/useNotificationCounts.ts:45)
`src/hooks/useNotificationCounts.ts:45` calls `GET /api/notifications/counts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/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/precos-alterados?dias=${dias}&status=todos (src/pages/PrecosAlteradosPage.tsx:58)
`src/pages/PrecosAlteradosPage.tsx:58` calls `GET /api/precos-alterados?dias=${dias}&status=todos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/precos-alterados` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/produtos-analises/analise?${qsP(p)} (src/hooks/useProdutosAnalise.ts:47)
`src/hooks/useProdutosAnalise.ts:47` calls `GET /api/produtos-analises/analise?${qsP(p)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/produtos-analises/analise` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/produtos-analises/analises?${qsP(p)} (src/hooks/useProdutosAnalise.ts:80)
`src/hooks/useProdutosAnalise.ts:80` calls `GET /api/produtos-analises/analises?${qsP(p)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/produtos-analises/analises` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/quick-replies (src/hooks/useQuickReplies.ts:30)
`src/hooks/useQuickReplies.ts:30` calls `GET /api/quick-replies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quick-replies` 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/quotes/${id} (src/hooks/useQuotes.ts:65)
`src/hooks/useQuotes.ts:65` calls `GET /api/quotes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/quotes/public/${token} (src/pages/OrcamentoPublicoPage.tsx:45)
`src/pages/OrcamentoPublicoPage.tsx:45` calls `GET /api/quotes/public/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/public/<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/repairs/search-client?q=${encodeURIComponent(q)} (src/hooks/useRepairs.ts:170)
`src/hooks/useRepairs.ts:170` calls `GET /api/repairs/search-client?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: `/repairs/search-client` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/repairs/search-product?q=${encodeURIComponent(q)} (src/hooks/useRepairs.ts:147)
`src/hooks/useRepairs.ts:147` calls `GET /api/repairs/search-product?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: `/repairs/search-product` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/reports/fluxo-horarios?${params.toString()} (src/pages/ReportsPage.tsx:53)
`src/pages/ReportsPage.tsx:53` calls `GET /api/reports/fluxo-horarios?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/reports/fluxo-horarios` 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/sessions/${storeId}/qr (src/pages/StoreMonitorPage.tsx:256)
`src/pages/StoreMonitorPage.tsx:256` calls `GET /api/sessions/${storeId}/qr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/qr` 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/sessions/status (src/pages/StoreMonitorPage.tsx:201)
`src/pages/StoreMonitorPage.tsx:201` calls `GET /api/sessions/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/status` 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/sessions/store-conversations${params} (src/pages/StoreMonitorPage.tsx:98)
`src/pages/StoreMonitorPage.tsx:98` calls `GET /api/sessions/store-conversations${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/store-conversations/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/sms-campaigns (src/pages/SmsCampanhasPage.tsx:53)
`src/pages/SmsCampanhasPage.tsx:53` calls `GET /api/sms-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns` 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/sms-campaigns/${campanha.id}/sends (src/pages/SmsCampanhasPage.tsx:541)
`src/pages/SmsCampanhasPage.tsx:541` calls `GET /api/sms-campaigns/${campanha.id}/sends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>/sends` 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/tasks${path} (src/hooks/useTasksApi.ts:14)
`src/hooks/useTasksApi.ts:14` calls `GET /api/tasks${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tasks/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/team${path} (src/hooks/useTeamApi.ts:14)
`src/hooks/useTeamApi.ts:14` calls `GET /api/team${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/team/me (src/hooks/useTeamMember.ts:30)
`src/hooks/useTeamMember.ts:30` calls `GET /api/team/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/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/team/stores (src/pages/FretePage.tsx:36)
`src/pages/FretePage.tsx:36` calls `GET /api/team/stores` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/stores` 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/termos-premiacao?${p.toString()} (src/hooks/useTermosPremiacao.ts:57)
`src/hooks/useTermosPremiacao.ts:57` calls `GET /api/termos-premiacao?${p.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/termos-premiacao` 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/trainings (src/components/TreinamentosCard.tsx:51)
`src/components/TreinamentosCard.tsx:51` calls `GET /api/trainings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trainings` 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/trainings/${training.id}/leituras (src/pages/TreinamentosPage.tsx:270)
`src/pages/TreinamentosPage.tsx:270` calls `GET /api/trainings/${training.id}/leituras` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trainings/<p>/leituras` 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/trainings/leitura-stats (src/components/TreinamentosCard.tsx:123)
`src/components/TreinamentosCard.tsx:123` calls `GET /api/trainings/leitura-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trainings/leitura-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/trainings?${qs} (src/pages/TreinamentosPage.tsx:77)
`src/pages/TreinamentosPage.tsx:77` calls `GET /api/trainings?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trainings` 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/vendas-detalhe/${saidaId}/itens (src/pages/VendasDetalhePage.tsx:122)
`src/pages/VendasDetalhePage.tsx:122` calls `GET /api/vendas-detalhe/${saidaId}/itens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vendas-detalhe/<p>/itens` 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/vendas-detalhe?${qs} (src/pages/VendasDetalhePage.tsx:233)
`src/pages/VendasDetalhePage.tsx:233` calls `GET /api/vendas-detalhe?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vendas-detalhe` 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/vendedoras-analise/${repId}/comparativo?${p} (src/components/VendedoraDrilldown.tsx:301)
`src/components/VendedoraDrilldown.tsx:301` calls `GET /api/vendedoras-analise/${repId}/comparativo?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:fetcher Normalized path used for matching: `/vendedoras-analise/<p>/comparativo` If this points at…
Dangling fetchHelper:fetcher
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vendedoras-analise/${repId}/descontos?${p} (src/components/VendedoraDrilldown.tsx:162)
`src/components/VendedoraDrilldown.tsx:162` calls `GET /api/vendedoras-analise/${repId}/descontos?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:fetcher Normalized path used for matching: `/vendedoras-analise/<p>/descontos` If this points at an …
Dangling fetchHelper:fetcher
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vendedoras-analise/${repId}/fidelizacao?${p} (src/components/VendedoraDrilldown.tsx:581)
`src/components/VendedoraDrilldown.tsx:581` calls `GET /api/vendedoras-analise/${repId}/fidelizacao?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:fetcher Normalized path used for matching: `/vendedoras-analise/<p>/fidelizacao` If this points at…
Dangling fetchHelper:fetcher
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vendedoras-analise/${repId}/heatmap?${p} (src/components/VendedoraDrilldown.tsx:490)
`src/components/VendedoraDrilldown.tsx:490` calls `GET /api/vendedoras-analise/${repId}/heatmap?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:fetcher Normalized path used for matching: `/vendedoras-analise/<p>/heatmap` If this points at an exte…
Dangling fetchHelper:fetcher
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vendedoras-analise/${repId}/mix?${p} (src/components/VendedoraDrilldown.tsx:402)
`src/components/VendedoraDrilldown.tsx:402` calls `GET /api/vendedoras-analise/${repId}/mix?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:fetcher Normalized path used for matching: `/vendedoras-analise/<p>/mix` If this points at an external API…
Dangling fetchHelper:fetcher
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vendedoras-analise/export.csv?${params} (src/pages/VendedorasAnalisePage.tsx:170)
`src/pages/VendedorasAnalisePage.tsx:170` calls `GET /api/vendedoras-analise/export.csv?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vendedoras-analise/export.csv` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/welcome?role=${encodeURIComponent(role)} (src/pages/BoasVindasPage.tsx:32)
`src/pages/BoasVindasPage.tsx:32` calls `GET /api/welcome?role=${encodeURIComponent(role)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/welcome` 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 http://localhost:${process.env.PORT ?? 3002}/api/campanhas-cloud/templates (server/src/routes/campanhas-v2.ts:137)
`server/src/routes/campanhas-v2.ts:137` calls `GET http://localhost:${process.env.PORT ?? 3002}/api/campanhas-cloud/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:${process.env.port ` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.anthropic.com/v1/models?limit=1 (server/src/ai/anthropic-client.ts:68)
`server/src/ai/anthropic-client.ts:68` calls `GET https://api.anthropic.com/v1/models?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/models` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.spotify.com/v1/me (server/src/index.ts:445)
`server/src/index.ts:445` calls `GET https://api.spotify.com/v1/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.spotify.com/v1/me` 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 https://graph.facebook.com/v21.0/${accountId}?fields=name,currency (server/src/index.ts:1287)
`server/src/index.ts:1287` calls `GET https://graph.facebook.com/v21.0/${accountId}?fields=name,currency` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v21.0/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v21.0/${businessId}?fields=username (server/src/index.ts:1302)
`server/src/index.ts:1302` calls `GET https://graph.facebook.com/v21.0/${businessId}?fields=username` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v21.0/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v21.0/${phoneId}?fields=verified_name,display_phone_number (server/src/index.ts:1259)
`server/src/index.ts:1259` calls `GET https://graph.facebook.com/v21.0/${phoneId}?fields=verified_name,display_phone_number` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v21.0/<p>` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v22.0/${phoneNumberId}?fields=display_phone_number,verified_name,quality_rating,throughput,status,messaging_limit_tier (server/src/index.ts:2299)
`server/src/index.ts:2299` calls `GET https://graph.facebook.com/v22.0/${phoneNumberId}?fields=display_phone_number,verified_name,quality_rating,throughput,status,messaging_limit_tier` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.facebook.com/v22.0/${wabaId}/subscribed_apps (server/src/index.ts:2286)
`server/src/index.ts:2286` calls `GET https://graph.facebook.com/v22.0/${wabaId}/subscribed_apps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.facebook.com/v22.0/<p>/subscribed_apps` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://integrador.varejonline.com.br/apps/api/negociacoes-cartao?token=${token}&quantidade=500 (server/src/index.ts:7037)
`server/src/index.ts:7037` calls `GET https://integrador.varejonline.com.br/apps/api/negociacoes-cartao?token=${token}&quantidade=500` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/integrador.varejonline.com…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://integrador.varejonline.com.br/apps/api/produtos/${encodeURIComponent(varejoId)}?token=${token} (server/src/routes/estoque-lojas.ts:741)
`server/src/routes/estoque-lojas.ts:741` calls `GET https://integrador.varejonline.com.br/apps/api/produtos/${encodeURIComponent(varejoId)}?token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/integ…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://integrador.varejonline.com.br/apps/api/produtos/${encodeURIComponent(vid)}?token=${token} (server/src/routes/estoque-lojas.ts:636)
`server/src/routes/estoque-lojas.ts:636` calls `GET https://integrador.varejonline.com.br/apps/api/produtos/${encodeURIComponent(vid)}?token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/integrador…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.spotify.com/embed/playlist/${pid} (server/src/routes/sinapse-musico.ts:346)
`server/src/routes/sinapse-musico.ts:346` calls `GET https://open.spotify.com/embed/playlist/${pid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/open.spotify.com/embed/playlist/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.varejofacil.com/api/v1/produto/produtos?count=1 (server/src/index.ts:1273)
`server/src/index.ts:1273` calls `GET https://www.varejofacil.com/api/v1/produto/produtos?count=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.varejofacil.com/api/v1/produto/produtos` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/avisos/${id} (src/hooks/useAvisos.ts:121)
`src/hooks/useAvisos.ts:121` calls `PATCH /api/avisos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/<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: PATCH /api/campanhas-cloud/${id} (src/hooks/useCampanhasCloud.ts:349)
`src/hooks/useCampanhasCloud.ts:349` calls `PATCH /api/campanhas-cloud/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<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: PATCH /api/compras/${id} (src/hooks/useCompras.ts:277)
`src/hooks/useCompras.ts:277` calls `PATCH /api/compras/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/<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: PATCH /api/compras/itens/${itemId} (src/hooks/useCompras.ts:166)
`src/hooks/useCompras.ts:166` calls `PATCH /api/compras/itens/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/itens/<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: PATCH /api/insumos/${id} (src/hooks/useInsumos.ts:80)
`src/hooks/useInsumos.ts:80` calls `PATCH /api/insumos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos/<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: PATCH /api/intents/${id} (src/hooks/useIntents.ts:175)
`src/hooks/useIntents.ts:175` calls `PATCH /api/intents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/<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: PATCH /api/nfs-boletos/${id} (src/hooks/useNfsBoletos.ts:124)
`src/hooks/useNfsBoletos.ts:124` calls `PATCH /api/nfs-boletos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/quick-replies/${id} (src/hooks/useQuickReplies.ts:68)
`src/hooks/useQuickReplies.ts:68` calls `PATCH /api/quick-replies/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quick-replies/<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: PATCH /api/quotes/${id} (src/hooks/useQuotes.ts:123)
`src/hooks/useQuotes.ts:123` calls `PATCH /api/quotes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/<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: PATCH /api/repairs/${id} (src/hooks/useRepairs.ts:105)
`src/hooks/useRepairs.ts:105` calls `PATCH /api/repairs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/repairs/<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: PATCH /api/team/me (src/pages/PerfilPage.tsx:55)
`src/pages/PerfilPage.tsx:55` calls `PATCH /api/team/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/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: PATCH /api/team/me (src/pages/PerfilPage.tsx:93)
`src/pages/PerfilPage.tsx:93` calls `PATCH /api/team/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/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: PATCH /api/team/members/${m.id} (src/components/ResumoEquipeCard.tsx:59)
`src/components/ResumoEquipeCard.tsx:59` calls `PATCH /api/team/members/${m.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/members/<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: POST /api/analise/comparativo-custom (src/pages/ComparativoYoYPage.tsx:45)
`src/pages/ComparativoYoYPage.tsx:45` calls `POST /api/analise/comparativo-custom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analise/comparativo-custom` 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/audit/sessions/start (src/hooks/useSessionTracker.ts:26)
`src/hooks/useSessionTracker.ts:26` calls `POST /api/audit/sessions/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/sessions/start` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/audit/terms/accept (src/hooks/useTermsAcceptance.ts:34)
`src/hooks/useTermsAcceptance.ts:34` calls `POST /api/audit/terms/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/terms/accept` 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/auditoria-estoque/sync-entradas (src/pages/AuditoriaEstoquePage.tsx:143)
`src/pages/AuditoriaEstoquePage.tsx:143` calls `POST /api/auditoria-estoque/sync-entradas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auditoria-estoque/sync-entradas` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/avisos (src/components/AvisarGestaoButton.tsx:39)
`src/components/AvisarGestaoButton.tsx:39` calls `POST /api/avisos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos` 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/avisos (src/hooks/useAvisos.ts:101)
`src/hooks/useAvisos.ts:101` calls `POST /api/avisos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos` 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/avisos/${avisoId}/comments (src/hooks/useAvisos.ts:208)
`src/hooks/useAvisos.ts:208` calls `POST /api/avisos/${avisoId}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/<p>/comments` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/avisos/${id}/${action} (src/hooks/useAvisos.ts:141)
`src/hooks/useAvisos.ts:141` calls `POST /api/avisos/${id}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/<p>/<p>` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/avisos/marcar-todos-lidos (src/hooks/useAvisos.ts:165)
`src/hooks/useAvisos.ts:165` calls `POST /api/avisos/marcar-todos-lidos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avisos/marcar-todos-lidos` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud (src/hooks/useCampanhasCloud.ts:260)
`src/hooks/useCampanhasCloud.ts:260` calls `POST /api/campanhas-cloud` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/${id}/${caminho} (src/hooks/useCentralCampanhas.ts:161)
`src/hooks/useCentralCampanhas.ts:161` calls `POST /api/campanhas-cloud/${id}/${caminho}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/${id}/cancelar (src/hooks/useCampanhasCloud.ts:277)
`src/hooks/useCampanhasCloud.ts:277` calls `POST /api/campanhas-cloud/${id}/cancelar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/cancelar` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/${id}/disparar-agora (src/hooks/useCampanhasCloud.ts:293)
`src/hooks/useCampanhasCloud.ts:293` calls `POST /api/campanhas-cloud/${id}/disparar-agora` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/disparar-agora` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/${id}/duplicar (src/hooks/useCampanhasCloud.ts:385)
`src/hooks/useCampanhasCloud.ts:385` calls `POST /api/campanhas-cloud/${id}/duplicar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/duplicar` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/${id}/pausar (src/hooks/useCampanhasCloud.ts:309)
`src/hooks/useCampanhasCloud.ts:309` calls `POST /api/campanhas-cloud/${id}/pausar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/pausar` 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/campanhas-cloud/${id}/retomar (src/hooks/useCampanhasCloud.ts:325)
`src/hooks/useCampanhasCloud.ts:325` calls `POST /api/campanhas-cloud/${id}/retomar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/<p>/retomar` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-cloud/preview (src/hooks/useCampanhasCloud.ts:159)
`src/hooks/useCampanhasCloud.ts:159` calls `POST /api/campanhas-cloud/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-cloud/preview` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-resgate/cancelar (src/pages/CampanhasResgatePage.tsx:99)
`src/pages/CampanhasResgatePage.tsx:99` calls `POST /api/campanhas-resgate/cancelar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-resgate/cancelar` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-resgate/delegar (src/pages/CampanhasResgatePage.tsx:80)
`src/pages/CampanhasResgatePage.tsx:80` calls `POST /api/campanhas-resgate/delegar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-resgate/delegar` 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/campanhas-resgate/editar-mensagem (src/pages/CampanhasResgatePage.tsx:115)
`src/pages/CampanhasResgatePage.tsx:115` calls `POST /api/campanhas-resgate/editar-mensagem` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-resgate/editar-mensagem` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/contar-publicos (src/hooks/useCentralCampanhas.ts:141)
`src/hooks/useCentralCampanhas.ts:141` calls `POST /api/campanhas-v2/contar-publicos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/contar-publicos` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/disparar (src/hooks/useCentralCampanhas.ts:93)
`src/hooks/useCentralCampanhas.ts:93` calls `POST /api/campanhas-v2/disparar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/disparar` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/preview (src/hooks/useCentralCampanhas.ts:62)
`src/hooks/useCentralCampanhas.ts:62` calls `POST /api/campanhas-v2/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/preview` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/publico-completo (src/hooks/useCentralCampanhas.ts:190)
`src/hooks/useCentralCampanhas.ts:190` calls `POST /api/campanhas-v2/publico-completo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/publico-completo` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/sugerir-mensagem (src/hooks/useCentralCampanhas.ts:265)
`src/hooks/useCentralCampanhas.ts:265` calls `POST /api/campanhas-v2/sugerir-mensagem` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/sugerir-mensagem` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/sugerir-publico (src/hooks/useCentralCampanhas.ts:206)
`src/hooks/useCentralCampanhas.ts:206` calls `POST /api/campanhas-v2/sugerir-publico` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/sugerir-publico` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/campanhas-v2/sugerir-variaveis (src/hooks/useCentralCampanhas.ts:249)
`src/hooks/useCentralCampanhas.ts:249` calls `POST /api/campanhas-v2/sugerir-variaveis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/campanhas-v2/sugerir-variaveis` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat/channels (src/hooks/useChat.ts:130)
`src/hooks/useChat.ts:130` calls `POST /api/chat/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/channels` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat/channels/${slug}/messages (src/hooks/useChat.ts:77)
`src/hooks/useChat.ts:77` calls `POST /api/chat/channels/${slug}/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/channels/<p>/messages` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat/channels/${slug}/read (src/hooks/useChat.ts:97)
`src/hooks/useChat.ts:97` calls `POST /api/chat/channels/${slug}/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/channels/<p>/read` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/chat/dms (src/hooks/useChat.ts:147)
`src/hooks/useChat.ts:147` calls `POST /api/chat/dms` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/chat/dms` 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/clientes-por-produto/criar-resgate (src/pages/ClientesPorProdutoPage.tsx:161)
`src/pages/ClientesPorProdutoPage.tsx:161` calls `POST /api/clientes-por-produto/criar-resgate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clientes-por-produto/criar-resgate` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/compras (src/hooks/useCompras.ts:112)
`src/hooks/useCompras.ts:112` calls `POST /api/compras` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras` 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/compras/${pedidoId}/anexar-nfe (src/hooks/useCompras.ts:258)
`src/hooks/useCompras.ts:258` calls `POST /api/compras/${pedidoId}/anexar-nfe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/<p>/anexar-nfe` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/compras/${pedidoId}/igualar-qtd-nfe (src/hooks/useCompras.ts:219)
`src/hooks/useCompras.ts:219` calls `POST /api/compras/${pedidoId}/igualar-qtd-nfe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/<p>/igualar-qtd-nfe` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/compras/nfes/${nfeId}/reconferir (src/hooks/useCompras.ts:238)
`src/hooks/useCompras.ts:238` calls `POST /api/compras/nfes/${nfeId}/reconferir` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/nfes/<p>/reconferir` 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/compras/preview-xlsx (src/hooks/useCompras.ts:96)
`src/hooks/useCompras.ts:96` calls `POST /api/compras/preview-xlsx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compras/preview-xlsx` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contracts/${id}/send (src/hooks/useContracts.ts:105)
`src/hooks/useContracts.ts:105` calls `POST /api/contracts/${id}/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/<p>/send` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contracts/public/${token}/accept (src/pages/ContratoPublicoPage.tsx:216)
`src/pages/ContratoPublicoPage.tsx:216` calls `POST /api/contracts/public/${token}/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/public/<p>/accept` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/contracts/public/${token}/feedback (src/pages/ContratoPublicoPage.tsx:52)
`src/pages/ContratoPublicoPage.tsx:52` calls `POST /api/contracts/public/${token}/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/contracts/public/<p>/feedback` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-campaigns (src/pages/EmailCampanhasPage.tsx:265)
`src/pages/EmailCampanhasPage.tsx:265` calls `POST /api/email-campaigns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-campaigns` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-campaigns/${id}/cancelar (src/pages/EmailCampanhasPage.tsx:86)
`src/pages/EmailCampanhasPage.tsx:86` calls `POST /api/email-campaigns/${id}/cancelar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-campaigns/<p>/cancelar` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-campaigns/${id}/disparar-agora (src/pages/EmailCampanhasPage.tsx:97)
`src/pages/EmailCampanhasPage.tsx:97` calls `POST /api/email-campaigns/${id}/disparar-agora` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-campaigns/<p>/disparar-agora` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email-config (src/pages/EmailCampanhasPage.tsx:393)
`src/pages/EmailCampanhasPage.tsx:393` calls `POST /api/email-config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-config` 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/email-config/test (src/pages/EmailCampanhasPage.tsx:416)
`src/pages/EmailCampanhasPage.tsx:416` calls `POST /api/email-config/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email-config/test` 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/estoque-lojas/${linha.varejo_id}/sync-foto (src/pages/EstoqueLojasPage.tsx:466)
`src/pages/EstoqueLojasPage.tsx:466` calls `POST /api/estoque-lojas/${linha.varejo_id}/sync-foto` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/<p>/sync-foto` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/estoque-lojas/sync-fotos/iniciar?escopo=em_estoque (src/pages/EstoqueLojasPage.tsx:757)
`src/pages/EstoqueLojasPage.tsx:757` calls `POST /api/estoque-lojas/sync-fotos/iniciar?escopo=em_estoque` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/estoque-lojas/sync-fotos/iniciar` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/financeiro/analisar (src/hooks/useFinanceiroAnalise.ts:84)
`src/hooks/useFinanceiroAnalise.ts:84` calls `POST /api/financeiro/analisar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/analisar` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/financeiro/mes-corrente/campo${qs} (src/components/MesEmAndamentoCard.tsx:98)
`src/components/MesEmAndamentoCard.tsx:98` calls `POST /api/financeiro/mes-corrente/campo${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/mes-corrente/campo/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/financeiro/mes-corrente/reset-provisao${qs} (src/components/MesEmAndamentoCard.tsx:264)
`src/components/MesEmAndamentoCard.tsx:264` calls `POST /api/financeiro/mes-corrente/reset-provisao${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/mes-corrente/reset-provisao/<p>` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/financeiro/sync-google (src/pages/FinanceiroPage.tsx:113)
`src/pages/FinanceiroPage.tsx:113` calls `POST /api/financeiro/sync-google` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/sync-google` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/financeiro/upload${qs} (src/pages/FinanceiroPage.tsx:92)
`src/pages/FinanceiroPage.tsx:92` calls `POST /api/financeiro/upload${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/financeiro/upload/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ia-contexto-empresa (src/hooks/useIaContexto.ts:26)
`src/hooks/useIaContexto.ts:26` calls `POST /api/ia-contexto-empresa` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-contexto-empresa` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ia-painel/gerar (src/hooks/useIaPainel.ts:52)
`src/hooks/useIaPainel.ts:52` calls `POST /api/ia-painel/gerar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-painel/gerar` 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/ia-painel/item/${itemKey}/status (src/hooks/useIaPainel.ts:83)
`src/hooks/useIaPainel.ts:83` calls `POST /api/ia-painel/item/${itemKey}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ia-painel/item/<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: POST /api/insumos (src/hooks/useInsumos.ts:63)
`src/hooks/useInsumos.ts:63` calls `POST /api/insumos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos` 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/insumos/contagens (src/hooks/useInsumos.ts:113)
`src/hooks/useInsumos.ts:113` calls `POST /api/insumos/contagens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/insumos/contagens` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/integracoes/central-franqueado/sync (src/pages/CentralFranqueadoPage.tsx:66)
`src/pages/CentralFranqueadoPage.tsx:66` calls `POST /api/integracoes/central-franqueado/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/central-franqueado/sync` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/integracoes/nello/analise-ia (src/pages/PerfilRendimentoPage.tsx:133)
`src/pages/PerfilRendimentoPage.tsx:133` calls `POST /api/integracoes/nello/analise-ia` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/analise-ia` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/integracoes/nello/config (src/pages/ConfiguracoesIntegracoesPage.tsx:369)
`src/pages/ConfiguracoesIntegracoesPage.tsx:369` calls `POST /api/integracoes/nello/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/config` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/integracoes/nello/testar (src/pages/ConfiguracoesIntegracoesPage.tsx:387)
`src/pages/ConfiguracoesIntegracoesPage.tsx:387` calls `POST /api/integracoes/nello/testar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/integracoes/nello/testar` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/intents (src/hooks/useIntents.ts:155)
`src/hooks/useIntents.ts:155` calls `POST /api/intents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents` 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/intents/${id}/${action} (src/hooks/useIntents.ts:196)
`src/hooks/useIntents.ts:196` calls `POST /api/intents/${id}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/<p>/<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: POST /api/intents/${intentId}/notified (src/pages/WorkQueuePage.tsx:148)
`src/pages/WorkQueuePage.tsx:148` calls `POST /api/intents/${intentId}/notified` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/<p>/notified` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/intents/import-google-sheets/commit (src/pages/IntentsPage.tsx:1177)
`src/pages/IntentsPage.tsx:1177` calls `POST /api/intents/import-google-sheets/commit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/import-google-sheets/commit` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/intents/import-google-sheets/preview (src/pages/IntentsPage.tsx:1090)
`src/pages/IntentsPage.tsx:1090` calls `POST /api/intents/import-google-sheets/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/import-google-sheets/preview` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/intents/import-xlsx/commit (src/pages/IntentsPage.tsx:1171)
`src/pages/IntentsPage.tsx:1171` calls `POST /api/intents/import-xlsx/commit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/import-xlsx/commit` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/intents/import-xlsx/preview (src/pages/IntentsPage.tsx:1122)
`src/pages/IntentsPage.tsx:1122` calls `POST /api/intents/import-xlsx/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/import-xlsx/preview` 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/intents/vincular-lote (src/hooks/useIntents.ts:257)
`src/hooks/useIntents.ts:257` calls `POST /api/intents/vincular-lote` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intents/vincular-lote` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/leads-import/comparar (src/pages/LeadsImportPage.tsx:185)
`src/pages/LeadsImportPage.tsx:185` calls `POST /api/leads-import/comparar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads-import/comparar` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/leads-import/salvar-como-lista (src/pages/LeadsImportPage.tsx:145)
`src/pages/LeadsImportPage.tsx:145` calls `POST /api/leads-import/salvar-como-lista` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/leads-import/salvar-como-lista` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/linha/${linhaId}/analisar (src/hooks/useMetaAds.ts:198)
`src/hooks/useMetaAds.ts:198` calls `POST /api/meta-ads/linha/${linhaId}/analisar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/linha/<p>/analisar` 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/meta-ads/relatorios/${relatorioId}/analisar (src/hooks/useMetaAds.ts:213)
`src/hooks/useMetaAds.ts:213` calls `POST /api/meta-ads/relatorios/${relatorioId}/analisar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/relatorios/<p>/analisar` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/meta-ads/upload (src/hooks/useMetaAds.ts:93)
`src/hooks/useMetaAds.ts:93` calls `POST /api/meta-ads/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/meta-ads/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/metas-mensais (src/hooks/useMetasMensais.ts:101)
`src/hooks/useMetasMensais.ts:101` calls `POST /api/metas-mensais` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais` 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/metas-mensais/limpar/executar (src/hooks/useMetasMensais.ts:157)
`src/hooks/useMetasMensais.ts:157` calls `POST /api/metas-mensais/limpar/executar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/limpar/executar` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/metas-mensais/sugerir-ia (src/hooks/useMetasMensais.ts:198)
`src/hooks/useMetasMensais.ts:198` calls `POST /api/metas-mensais/sugerir-ia` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metas-mensais/sugerir-ia` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mobile-devices/${id}/revogar (src/pages/CelularesAutorizadosPage.tsx:108)
`src/pages/CelularesAutorizadosPage.tsx:108` calls `POST /api/mobile-devices/${id}/revogar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mobile-devices/<p>/revogar` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mobile-devices/autorizar (src/pages/CelularesAutorizadosPage.tsx:82)
`src/pages/CelularesAutorizadosPage.tsx:82` calls `POST /api/mobile-devices/autorizar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mobile-devices/autorizar` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mural (src/pages/MuralPage.tsx:84)
`src/pages/MuralPage.tsx:84` calls `POST /api/mural` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mural` 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/mural/${id}/resolver (src/pages/MuralPage.tsx:114)
`src/pages/MuralPage.tsx:114` calls `POST /api/mural/${id}/resolver` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mural/<p>/resolver` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mural/${id}/voluntariar (src/pages/MuralPage.tsx:102)
`src/pages/MuralPage.tsx:102` calls `POST /api/mural/${id}/voluntariar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mural/<p>/voluntariar` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/musico/import-csv (src/pages/PlaylistsPage.tsx:347)
`src/pages/PlaylistsPage.tsx:347` calls `POST /api/musico/import-csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/import-csv` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/musico/import-spotify (src/pages/PlaylistsPage.tsx:298)
`src/pages/PlaylistsPage.tsx:298` calls `POST /api/musico/import-spotify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/import-spotify` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/musico/songs/${songId}/files (src/hooks/usePlaylists.ts:139)
`src/hooks/usePlaylists.ts:139` calls `POST /api/musico/songs/${songId}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/songs/<p>/files` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/musico/spotify/disconnect (src/pages/PlaylistsPage.tsx:95)
`src/pages/PlaylistsPage.tsx:95` calls `POST /api/musico/spotify/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/musico/spotify/disconnect` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/nfs-boletos (src/hooks/useNfsBoletos.ts:104)
`src/hooks/useNfsBoletos.ts:104` calls `POST /api/nfs-boletos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos` 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/nfs-boletos/${id}/attach (src/hooks/useNfsBoletos.ts:184)
`src/hooks/useNfsBoletos.ts:184` calls `POST /api/nfs-boletos/${id}/attach` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/<p>/attach` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/nfs-boletos/${id}/marcar-pago (src/hooks/useNfsBoletos.ts:144)
`src/hooks/useNfsBoletos.ts:144` calls `POST /api/nfs-boletos/${id}/marcar-pago` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfs-boletos/<p>/marcar-pago` 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/notifications/mark-seen (src/hooks/useNotificationCounts.ts:96)
`src/hooks/useNotificationCounts.ts:96` calls `POST /api/notifications/mark-seen` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/mark-seen` 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/precos-alterados/${id}/ajustar (src/pages/PrecosAlteradosPage.tsx:74)
`src/pages/PrecosAlteradosPage.tsx:74` calls `POST /api/precos-alterados/${id}/ajustar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/precos-alterados/<p>/ajustar` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/precos-alterados/marcar-todos-ajustados (src/pages/PrecosAlteradosPage.tsx:91)
`src/pages/PrecosAlteradosPage.tsx:91` calls `POST /api/precos-alterados/marcar-todos-ajustados` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/precos-alterados/marcar-todos-ajustados` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/produtos-analises/analisar (src/hooks/useProdutosAnalise.ts:60)
`src/hooks/useProdutosAnalise.ts:60` calls `POST /api/produtos-analises/analisar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/produtos-analises/analisar` 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/push/subscribe (src/hooks/usePushNotifications.ts:67)
`src/hooks/usePushNotifications.ts:67` calls `POST /api/push/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/push/subscribe` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/push/test (src/hooks/usePushNotifications.ts:109)
`src/hooks/usePushNotifications.ts:109` calls `POST /api/push/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/push/test` 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/push/unsubscribe (src/hooks/usePushNotifications.ts:94)
`src/hooks/usePushNotifications.ts:94` calls `POST /api/push/unsubscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/push/unsubscribe` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/quick-replies (src/hooks/useQuickReplies.ts:47)
`src/hooks/useQuickReplies.ts:47` calls `POST /api/quick-replies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quick-replies` 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/quotes/${id}/send (src/hooks/useQuotes.ts:109)
`src/hooks/useQuotes.ts:109` calls `POST /api/quotes/${id}/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/<p>/send` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/quotes/public/${token}/accept (src/pages/OrcamentoPublicoPage.tsx:70)
`src/pages/OrcamentoPublicoPage.tsx:70` calls `POST /api/quotes/public/${token}/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/public/<p>/accept` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/quotes/public/${token}/reject (src/pages/OrcamentoPublicoPage.tsx:88)
`src/pages/OrcamentoPublicoPage.tsx:88` calls `POST /api/quotes/public/${token}/reject` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quotes/public/<p>/reject` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/repairs (src/hooks/useRepairs.ts:85)
`src/hooks/useRepairs.ts:85` calls `POST /api/repairs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/repairs` 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/repairs/${repairId}/attach (src/pages/RepairsPage.tsx:16)
`src/pages/RepairsPage.tsx:16` calls `POST /api/repairs/${repairId}/attach` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/repairs/<p>/attach` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sessions/${storeId}/connect (src/pages/StoreMonitorPage.tsx:226)
`src/pages/StoreMonitorPage.tsx:226` calls `POST /api/sessions/${storeId}/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/connect` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sessions/${storeId}/connect-qr (src/pages/StoreMonitorPage.tsx:243)
`src/pages/StoreMonitorPage.tsx:243` calls `POST /api/sessions/${storeId}/connect-qr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/connect-qr` 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/sessions/${storeId}/force-kill (src/pages/StoreMonitorPage.tsx:305)
`src/pages/StoreMonitorPage.tsx:305` calls `POST /api/sessions/${storeId}/force-kill` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/force-kill` 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/sessions/${storeId}/reset (src/pages/StoreMonitorPage.tsx:280)
`src/pages/StoreMonitorPage.tsx:280` calls `POST /api/sessions/${storeId}/reset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/reset` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sessions/${store}/mark-read (src/pages/StoreMonitorPage.tsx:592)
`src/pages/StoreMonitorPage.tsx:592` calls `POST /api/sessions/${store}/mark-read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/mark-read` 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/sessions/${store}/messages/${encodeURIComponent(editing.messageId)}/edit (src/pages/StoreMonitorPage.tsx:602)
`src/pages/StoreMonitorPage.tsx:602` calls `POST /api/sessions/${store}/messages/${encodeURIComponent(editing.messageId)}/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/messages/<p>/edit` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sessions/${store}/send-media (src/pages/StoreMonitorPage.tsx:624)
`src/pages/StoreMonitorPage.tsx:624` calls `POST /api/sessions/${store}/send-media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/send-media` 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/sessions/${store}/send-message (src/pages/StoreMonitorPage.tsx:651)
`src/pages/StoreMonitorPage.tsx:651` calls `POST /api/sessions/${store}/send-message` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sessions/<p>/send-message` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sms-campaigns/${id}/cancelar (src/pages/SmsCampanhasPage.tsx:77)
`src/pages/SmsCampanhasPage.tsx:77` calls `POST /api/sms-campaigns/${id}/cancelar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>/cancelar` 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/sms-campaigns/${id}/disparar-agora (src/pages/SmsCampanhasPage.tsx:113)
`src/pages/SmsCampanhasPage.tsx:113` calls `POST /api/sms-campaigns/${id}/disparar-agora` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>/disparar-agora` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sms-campaigns/${id}/pausar (src/pages/SmsCampanhasPage.tsx:87)
`src/pages/SmsCampanhasPage.tsx:87` calls `POST /api/sms-campaigns/${id}/pausar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>/pausar` 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/sms-campaigns/${id}/retomar (src/pages/SmsCampanhasPage.tsx:100)
`src/pages/SmsCampanhasPage.tsx:100` calls `POST /api/sms-campaigns/${id}/retomar` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sms-campaigns/<p>/retomar` 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/team/${member.id}/set-password (src/pages/TeamPage.tsx:124)
`src/pages/TeamPage.tsx:124` calls `POST /api/team/${member.id}/set-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team/<p>/set-password` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch

Showing first 300 of 550. 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/d1e02cb1-a12b-416d-b8b4-571a38ed4112/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d1e02cb1-a12b-416d-b8b4-571a38ed4112/

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.