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.

solana-foundation/solana-developer-platform

https://github.com/solana-foundation/solana-developer-platform · scanned 2026-06-16 00:17 UTC (2 months, 2 weeks ago)

862 raw signals (155 security + 707 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 686 actionable findings from 2 signal sources. 380 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

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

Showing 641 of 686 actionable findings. 1066 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 Security checks quality Practices conf 0.82 14 occurrences Foundry mined mock as real or placeholder: solana-foundation/solana-developer-platform
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
14 occurrences
repo-level (14 hits)
critical Security checks security auth conf 0.78 30 occurrences Foundry mined security auth guardrail gaps: solana-foundation/solana-developer-platform
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
30 occurrences
repo-level (30 hits)
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in apps/sdp-api/src/services/custody/provisioning.common.ts:117
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
apps/sdp-api/src/services/custody/provisioning.common.ts:117 Private key in repo
high Security checks quality Practices conf 0.84 59 occurrences Foundry mined bad chains: solana-foundation/solana-developer-platform
Comment chain pattern product: bad_chains Repo: solana-foundation/solana-developer-platform Thread: solana-foundation/solana-developer-platform#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reaso…
59 occurrences
repo-level (59 hits)
high Security checks quality Quality conf 0.76 12 occurrences Foundry mined schema ui api mismatch: solana-foundation/solana-developer-platform
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: weak_supervision_needs_review Repo: s…
12 occurrences
repo-level (12 hits)
high Security checks quality Testing conf 0.78 38 occurrences Foundry mined test ci gap after feedback: solana-foundation/solana-developer-platform
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: supported_by_verificati…
38 occurrences
repo-level (38 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/api-keys/${scopedApiKeyId} (packages/sdp-api-integration/src/tests/kora-flow.test.ts:293)
`packages/sdp-api-integration/src/tests/kora-flow.test.ts:293` calls `DELETE /v1/api-keys/${scopedApiKeyId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/<p>` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/${counterpartyBody.data.counterparty.id} (apps/sdp-api/src/routes/payments.test.ts:757)
`apps/sdp-api/src/routes/payments.test.ts:757` calls `DELETE /v1/counterparties/${counterpartyBody.data.counterparty.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/${cp.id} (apps/sdp-api/src/routes/counterparties.test.ts:219)
`apps/sdp-api/src/routes/counterparties.test.ts:219` calls `DELETE /v1/counterparties/${cp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/${cp.id} (apps/sdp-api/src/routes/counterparties.test.ts:453)
`apps/sdp-api/src/routes/counterparties.test.ts:453` calls `DELETE /v1/counterparties/${cp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/${cp.id}/accounts/${account.id} (apps/sdp-api/src/routes/counterparties.test.ts:355)
`apps/sdp-api/src/routes/counterparties.test.ts:355` calls `DELETE /v1/counterparties/${cp.id}/accounts/${account.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>/accounts/<p>` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/${encodeURIComponent(counterpartyId)} (apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/route.ts:95)
`apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/route.ts:95` calls `DELETE /v1/counterparties/${encodeURIComponent(counterpartyId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterp…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/counterparties/counterparty_does_not_exist (apps/sdp-api/src/routes/counterparties.test.ts:469)
`apps/sdp-api/src/routes/counterparties.test.ts:469` calls `DELETE /v1/counterparties/counterparty_does_not_exist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/counterparty_does_not_exist` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/issuance/tokens/${tokenId}/allowlist (apps/sdp-api/src/routes/issuance.test.ts:2191)
`apps/sdp-api/src/routes/issuance.test.ts:2191` calls `DELETE /v1/issuance/tokens/${tokenId}/allowlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/issuance/tokens/${tokenId}/allowlist (apps/sdp-api/src/routes/issuance.test.ts:2250)
`apps/sdp-api/src/routes/issuance.test.ts:2250` calls `DELETE /v1/issuance/tokens/${tokenId}/allowlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/issuance/tokens/${tokenId}/allowlist/${addAllowlistBody.data.entry.id} (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:203)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:203` calls `DELETE /v1/issuance/tokens/${tokenId}/allowlist/${addAllowlistBody.data.entry.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/issuance/tokens/${tokenId}/allowlist/${entryId} (apps/sdp-api/src/routes/issuance.test.ts:2148)
`apps/sdp-api/src/routes/issuance.test.ts:2148` calls `DELETE /v1/issuance/tokens/${tokenId}/allowlist/${entryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist/<p>` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/issuance/tokens/${tokenId}/allowlist/${entryId} (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:177)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:177` calls `DELETE /v1/issuance/tokens/${tokenId}/allowlist/${entryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlis…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:359)
`apps/sdp-api/src/routes/organizations.test.ts:359` calls `DELETE /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:382)
`apps/sdp-api/src/routes/organizations.test.ts:382` calls `DELETE /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:404)
`apps/sdp-api/src/routes/organizations.test.ts:404` calls `DELETE /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:432)
`apps/sdp-api/src/routes/organizations.test.ts:432` calls `DELETE /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/projects/${projectId} (apps/sdp-api/src/routes/projects.test.ts:367)
`apps/sdp-api/src/routes/projects.test.ts:367` calls `DELETE /v1/projects/${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /v1/wallets (apps/sdp-api/src/routes/custody-multi-provider.test.ts:545)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:545` calls `DELETE /v1/wallets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/counterparty?${query.toString()} (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:618)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:618` calls `GET /api/dashboard/counterparty?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/counterparty` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/home/activity (apps/sdp-web/src/app/dashboard/home-workspace.data.ts:35)
`apps/sdp-web/src/app/dashboard/home-workspace.data.ts:35` calls `GET /api/dashboard/home/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/home/activity` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/issuance/tokens/${encodeURIComponent(tokenId)}/authority-wallets (apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.data.ts:92)
`apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.data.ts:92` calls `GET /api/dashboard/issuance/tokens/${encodeURIComponent(tokenId)}/authority-wallets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used fo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/issuance/tokens/${encodeURIComponent(tokenId)}/supporting-data (apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.data.ts:63)
`apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.data.ts:63` calls `GET /api/dashboard/issuance/tokens/${encodeURIComponent(tokenId)}/supporting-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/payments/transfers?${transfersQuery} (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:335)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:335` calls `GET /api/dashboard/payments/transfers?${transfersQuery}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/transfers` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/payments/transfers?${transfersQuery} (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:364)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:364` calls `GET /api/dashboard/payments/transfers?${transfersQuery}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/transfers` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/balances (apps/sdp-web/src/app/dashboard/custody/wallet-card-balance-value.tsx:35)
`apps/sdp-web/src/app/dashboard/custody/wallet-card-balance-value.tsx:35` calls `GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/balances (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:423)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:423` calls `GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/policies (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:226)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:226` calls `GET /api/dashboard/payments/wallets/${encodeURIComponent(walletId)}/policies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/wallets/${encodeURIComponent(walletId)}/activity (apps/sdp-web/src/app/dashboard/custody/wallet-activity.data.ts:207)
`apps/sdp-web/src/app/dashboard/custody/wallet-activity.data.ts:207` calls `GET /api/dashboard/wallets/${encodeURIComponent(walletId)}/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/wallets/<p>/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/wallets/aggregate (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:208)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:208` calls `GET /api/dashboard/wallets/aggregate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/wallets/aggregate` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/wallets?${query.toString()} (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:195)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:195` calls `GET /api/dashboard/wallets?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/wallets` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/foo (apps/sdp-api/src/middleware/kv-store.test.ts:21)
`apps/sdp-api/src/middleware/kv-store.test.ts:21` calls `GET /api/foo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/foo` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/foo (apps/sdp-api/src/middleware/kv-store.test.ts:90)
`apps/sdp-api/src/middleware/kv-store.test.ts:90` calls `GET /api/foo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/foo` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (apps/sdp-api/src/middleware/kv-store.test.ts:96)
`apps/sdp-api/src/middleware/kv-store.test.ts:96` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (apps/sdp-api/src/routes/health.test.ts:12)
`apps/sdp-api/src/routes/health.test.ts:12` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health/ (apps/sdp-api/src/middleware/kv-store.test.ts:81)
`apps/sdp-api/src/middleware/kv-store.test.ts:81` calls `GET /health/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health/ready (apps/sdp-api/src/routes/health.test.ts:31)
`apps/sdp-api/src/routes/health.test.ts:31` calls `GET /health/ready` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health/ready` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health?verbose=1 (apps/sdp-api/src/middleware/kv-store.test.ts:73)
`apps/sdp-api/src/middleware/kv-store.test.ts:73` calls `GET /health?verbose=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /llms.txt (apps/sdp-api/src/routes/llms.test.ts:7)
`apps/sdp-api/src/routes/llms.test.ts:7` calls `GET /llms.txt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/llms.txt` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /organizations/${organizationId} (apps/sdp-api/src/services/clerk-organizations.service.ts:82)
`apps/sdp-api/src/services/clerk-organizations.service.ts:82` calls `GET /organizations/${organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /probe (apps/sdp-api/src/middleware/project-context.test.ts:102)
`apps/sdp-api/src/middleware/project-context.test.ts:102` calls `GET /probe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/probe` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /probe (apps/sdp-api/src/middleware/project-context.test.ts:116)
`apps/sdp-api/src/middleware/project-context.test.ts:116` calls `GET /probe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/probe` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /probe (apps/sdp-api/src/middleware/project-context.test.ts:151)
`apps/sdp-api/src/middleware/project-context.test.ts:151` calls `GET /probe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/probe` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /probe (apps/sdp-api/src/middleware/project-context.test.ts:165)
`apps/sdp-api/src/middleware/project-context.test.ts:165` calls `GET /probe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/probe` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /probe?projectId=${MEMBER_PROJECT_ID} (apps/sdp-api/src/middleware/project-context.test.ts:130)
`apps/sdp-api/src/middleware/project-context.test.ts:130` calls `GET /probe?projectId=${MEMBER_PROJECT_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/probe` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/sdp-api/src/middleware/clerk-auth.test.ts:124)
`apps/sdp-api/src/middleware/clerk-auth.test.ts:124` calls `GET /protected` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/protected` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /users/${userId} (apps/sdp-api/src/services/clerk-users.service.ts:56)
`apps/sdp-api/src/services/clerk-users.service.ts:56` calls `GET /users/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/api-keys (apps/sdp-web/src/app/dashboard/playground-api-data.ts:44)
`apps/sdp-web/src/app/dashboard/playground-api-data.ts:44` calls `GET /v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/auth/me (apps/sdp-api/src/routes/auth.test.ts:39)
`apps/sdp-api/src/routes/auth.test.ts:39` calls `GET /v1/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties (apps/sdp-api/src/routes/counterparties.test.ts:204)
`apps/sdp-api/src/routes/counterparties.test.ts:204` calls `GET /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/${cp.id} (apps/sdp-api/src/routes/counterparties.test.ts:240)
`apps/sdp-api/src/routes/counterparties.test.ts:240` calls `GET /v1/counterparties/${cp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/${encoded} (apps/sdp-web/src/app/dashboard/payments/counterparty/counterparty-detail.data.ts:22)
`apps/sdp-web/src/app/dashboard/payments/counterparty/counterparty-detail.data.ts:22` calls `GET /v1/counterparties/${encoded}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/${encoded}/accounts?pageSize=100 (apps/sdp-web/src/app/dashboard/payments/counterparty/counterparty-detail.data.ts:23)
`apps/sdp-web/src/app/dashboard/payments/counterparty/counterparty-detail.data.ts:23` calls `GET /v1/counterparties/${encoded}/accounts?pageSize=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterpa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/${otherCounterpartyId} (apps/sdp-api/src/routes/counterparties.test.ts:282)
`apps/sdp-api/src/routes/counterparties.test.ts:282` calls `GET /v1/counterparties/${otherCounterpartyId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/counterparty_does_not_exist (apps/sdp-api/src/routes/counterparties.test.ts:251)
`apps/sdp-api/src/routes/counterparties.test.ts:251` calls `GET /v1/counterparties/counterparty_does_not_exist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/counterparty_does_not_exist` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/metadata (apps/sdp-api/src/routes/counterparties.test.ts:126)
`apps/sdp-api/src/routes/counterparties.test.ts:126` calls `GET /v1/counterparties/metadata` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/metadata` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/counterparties/metadata (apps/sdp-web/src/app/api/dashboard/counterparty/metadata/route.ts:12)
`apps/sdp-web/src/app/api/dashboard/counterparty/metadata/route.ts:12` calls `GET /v1/counterparties/metadata` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/metadata` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates (apps/sdp-api/src/routes/issuance.test.ts:3759)
`apps/sdp-api/src/routes/issuance.test.ts:3759` calls `GET /v1/issuance/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates` If this points at an external API, prefix it with `https…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates (apps/sdp-web/src/app/dashboard/issuance/page.tsx:64)
`apps/sdp-web/src/app/dashboard/issuance/page.tsx:64` calls `GET /v1/issuance/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:121)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:121` calls `GET /v1/issuance/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:199)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:199` calls `GET /v1/issuance/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/arcade (apps/sdp-api/src/routes/issuance.test.ts:3823)
`apps/sdp-api/src/routes/issuance.test.ts:3823` calls `GET /v1/issuance/templates/arcade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/arcade` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/nonexistent (apps/sdp-api/src/routes/issuance.test.ts:3835)
`apps/sdp-api/src/routes/issuance.test.ts:3835` calls `GET /v1/issuance/templates/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/nonexistent` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/stablecoin (apps/sdp-api/src/routes/issuance.test.ts:3791)
`apps/sdp-api/src/routes/issuance.test.ts:3791` calls `GET /v1/issuance/templates/stablecoin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/stablecoin` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/stablecoin (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:129)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:129` calls `GET /v1/issuance/templates/stablecoin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/stablecoin` If this po…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/stablecoin (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:214)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:214` calls `GET /v1/issuance/templates/stablecoin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/stablecoin` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/templates/tokenized-security (apps/sdp-api/src/routes/issuance.test.ts:3807)
`apps/sdp-api/src/routes/issuance.test.ts:3807` calls `GET /v1/issuance/templates/tokenized-security` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/templates/tokenized-security` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1164)
`apps/sdp-api/src/routes/issuance.test.ts:1164` calls `GET /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${deployedTokenId} (packages/sdp-api-integration/src/tests/burn.test.ts:88)
`packages/sdp-api-integration/src/tests/burn.test.ts:88` calls `GET /v1/issuance/tokens/${deployedTokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${deployedTokenId} (packages/sdp-api-integration/src/tests/mint.test.ts:80)
`packages/sdp-api-integration/src/tests/mint.test.ts:80` calls `GET /v1/issuance/tokens/${deployedTokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${otherProjectToken.id} (apps/sdp-api/src/routes/issuance.test.ts:1258)
`apps/sdp-api/src/routes/issuance.test.ts:1258` calls `GET /v1/issuance/tokens/${otherProjectToken.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId} (apps/sdp-api/src/routes/issuance.test.ts:1217)
`apps/sdp-api/src/routes/issuance.test.ts:1217` calls `GET /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId} (packages/sdp-api-integration/src/tests/deploy.test.ts:133)
`packages/sdp-api-integration/src/tests/deploy.test.ts:133` calls `GET /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId} (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:148)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:148` calls `GET /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId} (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:377)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:377` calls `GET /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId} (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:395)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:395` calls `GET /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId}/allowlist (apps/sdp-api/src/routes/issuance.test.ts:2113)
`apps/sdp-api/src/routes/issuance.test.ts:2113` calls `GET /v1/issuance/tokens/${tokenId}/allowlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId}/allowlist (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:125)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:125` calls `GET /v1/issuance/tokens/${tokenId}/allowlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId}/allowlist (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:184)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:184` calls `GET /v1/issuance/tokens/${tokenId}/allowlist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/allowlist` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId}/frozen (packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:234)
`packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:234` calls `GET /v1/issuance/tokens/${tokenId}/frozen` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/frozen` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/${tokenId}/frozen?page=1&pageSize=10 (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:417)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:417` calls `GET /v1/issuance/tokens/${tokenId}/frozen?page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens/tok_nonexistent12 (apps/sdp-api/src/routes/issuance.test.ts:1232)
`apps/sdp-api/src/routes/issuance.test.ts:1232` calls `GET /v1/issuance/tokens/tok_nonexistent12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/tok_nonexistent12` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens?page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:1181)
`apps/sdp-api/src/routes/issuance.test.ts:1181` calls `GET /v1/issuance/tokens?page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens?page=1&pageSize=100 (apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:103)
`apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:103` calls `GET /v1/issuance/tokens?page=1&pageSize=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/tokens?page=1&pageSize=20 (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:139)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:139` calls `GET /v1/issuance/tokens?page=1&pageSize=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?${query.toString()} (apps/sdp-web/src/app/dashboard/custody/wallet-activity.data.ts:135)
`apps/sdp-web/src/app/dashboard/custody/wallet-activity.data.ts:135` calls `GET /v1/issuance/transactions?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:459)
`apps/sdp-api/src/routes/issuance.test.ts:459` calls `GET /v1/issuance/transactions?type=burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:509)
`apps/sdp-api/src/routes/issuance.test.ts:509` calls `GET /v1/issuance/transactions?type=burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:539)
`apps/sdp-api/src/routes/issuance.test.ts:539` calls `GET /v1/issuance/transactions?type=burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:610)
`apps/sdp-api/src/routes/issuance.test.ts:610` calls `GET /v1/issuance/transactions?type=burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&type=force_burn&status=confirmed&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:893)
`apps/sdp-api/src/routes/issuance.test.ts:893` calls `GET /v1/issuance/transactions?type=burn&type=force_burn&status=confirmed&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tra…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?type=burn&type=unknown (apps/sdp-api/src/routes/issuance.test.ts:915)
`apps/sdp-api/src/routes/issuance.test.ts:915` calls `GET /v1/issuance/transactions?type=burn&type=unknown` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this points at an externa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${authorityWallet.walletId}&type=force_burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:652)
`apps/sdp-api/src/routes/issuance.test.ts:652` calls `GET /v1/issuance/transactions?walletId=${authorityWallet.walletId}&type=force_burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/is…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${requestedWallet.walletId}&type=burn (apps/sdp-api/src/routes/issuance.test.ts:1014)
`apps/sdp-api/src/routes/issuance.test.ts:1014` calls `GET /v1/issuance/transactions?walletId=${requestedWallet.walletId}&type=burn` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:384)
`apps/sdp-api/src/routes/issuance.test.ts:384` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn (apps/sdp-api/src/routes/issuance.test.ts:986)
`apps/sdp-api/src/routes/issuance.test.ts:986` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=${page}&pageSize=3 (apps/sdp-api/src/routes/issuance.test.ts:795)
`apps/sdp-api/src/routes/issuance.test.ts:795` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=${page}&pageSize=3` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tra…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=${page}&pageSize=5 (apps/sdp-api/src/routes/issuance.test.ts:740)
`apps/sdp-api/src/routes/issuance.test.ts:740` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=${page}&pageSize=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tra…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:944)
`apps/sdp-api/src/routes/issuance.test.ts:944` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transact…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=force_burn&page=1&pageSize=10 (apps/sdp-api/src/routes/issuance.test.ts:845)
`apps/sdp-api/src/routes/issuance.test.ts:845` calls `GET /v1/issuance/transactions?walletId=${wallet.walletId}&type=force_burn&page=1&pageSize=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/issuance/transactions?walletId=wal_missing_issuance_transactions&type=burn (apps/sdp-api/src/routes/issuance.test.ts:962)
`apps/sdp-api/src/routes/issuance.test.ts:962` calls `GET /v1/issuance/transactions?walletId=wal_missing_issuance_transactions&type=burn` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/transactions…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${nonExistentOrgId} (apps/sdp-api/src/routes/organizations.test.ts:160)
`apps/sdp-api/src/routes/organizations.test.ts:160` calls `GET /v1/organizations/${nonExistentOrgId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:107)
`apps/sdp-api/src/middleware/auth.test.ts:107` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:127)
`apps/sdp-api/src/middleware/auth.test.ts:127` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:146)
`apps/sdp-api/src/middleware/auth.test.ts:146` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:166)
`apps/sdp-api/src/middleware/auth.test.ts:166` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:185)
`apps/sdp-api/src/middleware/auth.test.ts:185` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:208)
`apps/sdp-api/src/middleware/auth.test.ts:208` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:228)
`apps/sdp-api/src/middleware/auth.test.ts:228` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:248)
`apps/sdp-api/src/middleware/auth.test.ts:248` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:48)
`apps/sdp-api/src/middleware/auth.test.ts:48` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:65)
`apps/sdp-api/src/middleware/auth.test.ts:65` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:79)
`apps/sdp-api/src/middleware/auth.test.ts:79` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId} (apps/sdp-api/src/middleware/auth.test.ts:91)
`apps/sdp-api/src/middleware/auth.test.ts:91` calls `GET /v1/organizations/${TEST_CACHED_API_KEY.organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:115)
`apps/sdp-api/src/routes/organizations.test.ts:115` calls `GET /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:131)
`apps/sdp-api/src/routes/organizations.test.ts:131` calls `GET /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:70)
`apps/sdp-api/src/routes/organizations.test.ts:70` calls `GET /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:94)
`apps/sdp-api/src/routes/organizations.test.ts:94` calls `GET /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/organizations/org_different12345 (apps/sdp-api/src/routes/organizations.test.ts:137)
`apps/sdp-api/src/routes/organizations.test.ts:137` calls `GET /v1/organizations/org_different12345` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/org_different12345` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/ramps/offramp/currency?source=usdc.solana&dest=USD&provider=bvnk (apps/sdp-api/src/routes/payments.test.ts:1609)
`apps/sdp-api/src/routes/payments.test.ts:1609` calls `GET /v1/payments/ramps/offramp/currency?source=usdc.solana&dest=USD&provider=bvnk` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/ramps/offram…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/ramps/onramp/currency?source=USD&dest=usdc.solana (apps/sdp-api/src/routes/payments.test.ts:1579)
`apps/sdp-api/src/routes/payments.test.ts:1579` calls `GET /v1/payments/ramps/onramp/currency?source=USD&dest=usdc.solana` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/ramps/onramp/currency` If t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/recurring-payments?status=pending_activation (apps/sdp-api/src/routes/payments.test.ts:645)
`apps/sdp-api/src/routes/payments.test.ts:645` calls `GET /v1/payments/recurring-payments?status=pending_activation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/recurring-payments` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/subscription-plans/${planId} (apps/sdp-api/src/routes/payments.test.ts:1024)
`apps/sdp-api/src/routes/payments.test.ts:1024` calls `GET /v1/payments/subscription-plans/${planId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscription-plans/<p>` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/subscription-plans?status=active (apps/sdp-api/src/routes/payments.test.ts:1078)
`apps/sdp-api/src/routes/payments.test.ts:1078` calls `GET /v1/payments/subscription-plans?status=active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscription-plans` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/subscriptions/${subscriptionId}/collection-attempts?status=processing (apps/sdp-api/src/routes/payments.test.ts:1408)
`apps/sdp-api/src/routes/payments.test.ts:1408` calls `GET /v1/payments/subscriptions/${subscriptionId}/collection-attempts?status=processing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscri…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/subscriptions?planId=${planId}&counterpartyId=${counterpartyId}&status=pending_authorization (apps/sdp-api/src/routes/payments.test.ts:1136)
`apps/sdp-api/src/routes/payments.test.ts:1136` calls `GET /v1/payments/subscriptions?planId=${planId}&counterpartyId=${counterpartyId}&status=pending_authorization` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for match…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers (apps/sdp-api/src/routes/payments.test.ts:4241)
`apps/sdp-api/src/routes/payments.test.ts:4241` calls `GET /v1/payments/transfers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external API, prefix it with `https…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers/xfr_cross_project_iso (apps/sdp-api/src/routes/payments.test.ts:4391)
`apps/sdp-api/src/routes/payments.test.ts:4391` calls `GET /v1/payments/transfers/xfr_cross_project_iso` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers/xfr_cross_project_iso` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers/xfr_single_1 (apps/sdp-api/src/routes/payments.test.ts:4329)
`apps/sdp-api/src/routes/payments.test.ts:4329` calls `GET /v1/payments/transfers/xfr_single_1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers/xfr_single_1` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?${query} (apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:150)
`apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:150` calls `GET /v1/payments/transfers?${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?status=completed,confirmed,finalized (apps/sdp-api/src/routes/payments.test.ts:4287)
`apps/sdp-api/src/routes/payments.test.ts:4287` calls `GET /v1/payments/transfers?status=completed,confirmed,finalized` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?status=confirmed (apps/sdp-api/src/routes/payments.test.ts:4264)
`apps/sdp-api/src/routes/payments.test.ts:4264` calls `GET /v1/payments/transfers?status=confirmed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?status=settled (apps/sdp-api/src/routes/payments.test.ts:4309)
`apps/sdp-api/src/routes/payments.test.ts:4309` calls `GET /v1/payments/transfers?status=settled` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?wallet=${TEST_WALLET_ID} (apps/sdp-api/src/routes/payments.test.ts:3812)
`apps/sdp-api/src/routes/payments.test.ts:3812` calls `GET /v1/payments/transfers?wallet=${TEST_WALLET_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?wallet=${TEST_WALLET_ID} (apps/sdp-api/src/routes/payments.test.ts:3936)
`apps/sdp-api/src/routes/payments.test.ts:3936` calls `GET /v1/payments/transfers?wallet=${TEST_WALLET_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?wallet=${TEST_WALLET_ID} (apps/sdp-api/src/routes/payments.test.ts:4079)
`apps/sdp-api/src/routes/payments.test.ts:4079` calls `GET /v1/payments/transfers?wallet=${TEST_WALLET_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/transfers?wallet=${TEST_WALLET_ID} (apps/sdp-api/src/routes/payments.test.ts:4198)
`apps/sdp-api/src/routes/payments.test.ts:4198` calls `GET /v1/payments/transfers?wallet=${TEST_WALLET_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/transfers` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/wallets/${encodeURIComponent(walletId)}/balances (apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:77)
`apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:77` calls `GET /v1/payments/wallets/${encodeURIComponent(walletId)}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/wallets/<p>/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/wallets/${TEST_WALLET_ID}/balances (apps/sdp-api/src/routes/payments.test.ts:1437)
`apps/sdp-api/src/routes/payments.test.ts:1437` calls `GET /v1/payments/wallets/${TEST_WALLET_ID}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/wallets/<p>/balances` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/wallets/${TEST_WALLET_ID}/balances (apps/sdp-api/src/routes/payments.test.ts:1492)
`apps/sdp-api/src/routes/payments.test.ts:1492` calls `GET /v1/payments/wallets/${TEST_WALLET_ID}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/wallets/<p>/balances` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/payments/wallets/${TEST_WALLET_ID}/balances (apps/sdp-api/src/routes/payments.test.ts:1541)
`apps/sdp-api/src/routes/payments.test.ts:1541` calls `GET /v1/payments/wallets/${TEST_WALLET_ID}/balances` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/wallets/<p>/balances` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects (apps/sdp-api/src/routes/projects.test.ts:219)
`apps/sdp-api/src/routes/projects.test.ts:219` calls `GET /v1/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects (apps/sdp-api/src/routes/projects.test.ts:246)
`apps/sdp-api/src/routes/projects.test.ts:246` calls `GET /v1/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects/${projectId} (apps/sdp-api/src/routes/projects.test.ts:281)
`apps/sdp-api/src/routes/projects.test.ts:281` calls `GET /v1/projects/${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects/${projectId}/api-keys (apps/sdp-api/src/routes/projects.test.ts:534)
`apps/sdp-api/src/routes/projects.test.ts:534` calls `GET /v1/projects/${projectId}/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/<p>/api-keys` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects/${projectId}/members (apps/sdp-api/src/routes/projects.test.ts:410)
`apps/sdp-api/src/routes/projects.test.ts:410` calls `GET /v1/projects/${projectId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/<p>/members` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/projects/prj_nonexistent123 (apps/sdp-api/src/routes/projects.test.ts:296)
`apps/sdp-api/src/routes/projects.test.ts:296` calls `GET /v1/projects/prj_nonexistent123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/prj_nonexistent123` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/rpc/providers (apps/sdp-api/src/routes/rpc.test.ts:311)
`apps/sdp-api/src/routes/rpc.test.ts:311` calls `GET /v1/rpc/providers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rpc/providers` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/rpc/providers (apps/sdp-api/src/routes/rpc.test.ts:511)
`apps/sdp-api/src/routes/rpc.test.ts:511` calls `GET /v1/rpc/providers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rpc/providers` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/rpc/providers (apps/sdp-api/src/routes/rpc.test.ts:647)
`apps/sdp-api/src/routes/rpc.test.ts:647` calls `GET /v1/rpc/providers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rpc/providers` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/test-plugin (apps/sdp-api/src/app.test.ts:54)
`apps/sdp-api/src/app.test.ts:54` calls `GET /v1/test-plugin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test-plugin` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/test-plugin (apps/sdp-api/src/app.test.ts:65)
`apps/sdp-api/src/app.test.ts:65` calls `GET /v1/test-plugin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test-plugin` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets (apps/sdp-api/src/routes/custody-multi-provider.test.ts:258)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:258` calls `GET /v1/wallets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/${encodeURIComponent(walletId)} (apps/sdp-web/src/app/api/dashboard/wallets/[walletId]/activity/route.ts:18)
`apps/sdp-web/src/app/api/dashboard/wallets/[walletId]/activity/route.ts:18` calls `GET /v1/wallets/${encodeURIComponent(walletId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/<p>` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/${encodeURIComponent(walletId)} (apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:54)
`apps/sdp-web/src/app/dashboard/custody/[walletId]/page.tsx:54` calls `GET /v1/wallets/${encodeURIComponent(walletId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/<p>` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/${otherWalletId} (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:315)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:315` calls `GET /v1/wallets/${otherWalletId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/<p>` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/aggregate?${query.toString()} (apps/sdp-web/src/app/api/dashboard/wallets/aggregate/route.ts:21)
`apps/sdp-web/src/app/api/dashboard/wallets/aggregate/route.ts:21` calls `GET /v1/wallets/aggregate?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/aggregate` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/aggregate?${query} (apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:105)
`apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:105` calls `GET /v1/wallets/aggregate?${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/aggregate` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/aggregate?includeAllProviders=true (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:322)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:322` calls `GET /v1/wallets/aggregate?includeAllProviders=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/aggregate` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/config (apps/sdp-api/src/routes/custody-multi-provider.test.ts:449)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:449` calls `GET /v1/wallets/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/config` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/config (packages/sdp-api-integration/src/tests/custody-local.test.ts:33)
`packages/sdp-api-integration/src/tests/custody-local.test.ts:33` calls `GET /v1/wallets/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/config` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-api/src/routes/custody-multi-provider.test.ts:318)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:318` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-api/src/routes/custody-multi-provider.test.ts:380)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:380` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:508)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:508` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-web/src/app/api/dashboard/wallets/quick-action-status/route.ts:46)
`apps/sdp-web/src/app/api/dashboard/wallets/quick-action-status/route.ts:46` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-web/src/app/dashboard/custody/page.tsx:43)
`apps/sdp-web/src/app/dashboard/custody/page.tsx:43` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/configs (apps/sdp-web/src/app/dashboard/custody/setup/page.tsx:43)
`apps/sdp-web/src/app/dashboard/custody/setup/page.tsx:43` calls `GET /v1/wallets/configs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/configs` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/does_not_exist (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:248)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:248` calls `GET /v1/wallets/does_not_exist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/does_not_exist` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:194)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:194` calls `GET /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:236)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:236` calls `GET /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:339)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:339` calls `GET /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:358)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:358` calls `GET /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:375)
`apps/sdp-api/src/routes/custody-wallet-by-id.test.ts:375` calls `GET /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/public-key?walletId=para_wallet_a (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:356)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:356` calls `GET /v1/wallets/public-key?walletId=para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/public-key` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/public-key?walletId=para_wallet_a (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:377)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:377` calls `GET /v1/wallets/public-key?walletId=para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/public-key` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets/switch-options (apps/sdp-api/src/routes/custody-self-hosted.test.ts:150)
`apps/sdp-api/src/routes/custody-self-hosted.test.ts:150` calls `GET /v1/wallets/switch-options` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/switch-options` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?${defaultProviderOnlyQuery} (apps/sdp-api/src/routes/custody-multi-provider.test.ts:290)
`apps/sdp-api/src/routes/custody-multi-provider.test.ts:290` calls `GET /v1/wallets?${defaultProviderOnlyQuery}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?${query.toString()} (apps/sdp-web/src/app/api/dashboard/wallets/route.ts:19)
`apps/sdp-web/src/app/api/dashboard/wallets/route.ts:19` calls `GET /v1/wallets?${query.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?${query} (apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:47)
`apps/sdp-web/src/app/dashboard/payments/payments-page.data.ts:47` calls `GET /v1/wallets?${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?includeAllProviders=true (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:247)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:247` calls `GET /v1/wallets?includeAllProviders=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?includeAllProviders=true&includeBalances=true (apps/sdp-web/src/app/dashboard/custody/page.tsx:59)
`apps/sdp-web/src/app/dashboard/custody/page.tsx:59` calls `GET /v1/wallets?includeAllProviders=true&includeBalances=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?includeAllProviders=true&view=summary (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:272)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:272` calls `GET /v1/wallets?includeAllProviders=true&view=summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/wallets?includeAllProviders=true&view=summary (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:293)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:293` calls `GET /v1/wallets?includeAllProviders=true&view=summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.clerk.com/v1${path} (apps/sdp-web/playwright/support/clerk-admin.ts:59)
`apps/sdp-web/playwright/support/clerk-admin.ts:59` calls `GET https://api.clerk.com/v1${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.clerk.com/v1/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com${resourcePath} (.github/scripts/release-flow.mjs:248)
`.github/scripts/release-flow.mjs:248` calls `GET https://api.github.com${resourcePath}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /organizations/${organizationId} (apps/sdp-api/src/services/clerk-organizations.service.ts:89)
`apps/sdp-api/src/services/clerk-organizations.service.ts:89` calls `PATCH /organizations/${organizationId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/api-keys/${TEST_API_KEY.id} (apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:247)
`apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:247` calls `PATCH /v1/api-keys/${TEST_API_KEY.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/<p>` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/api-keys/${TEST_API_KEY.id} (apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:281)
`apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:281` calls `PATCH /v1/api-keys/${TEST_API_KEY.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/<p>` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${cp.id} (apps/sdp-api/src/routes/counterparties.test.ts:400)
`apps/sdp-api/src/routes/counterparties.test.ts:400` calls `PATCH /v1/counterparties/${cp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${cp.id} (apps/sdp-api/src/routes/counterparties.test.ts:435)
`apps/sdp-api/src/routes/counterparties.test.ts:435` calls `PATCH /v1/counterparties/${cp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${cp.id}/accounts/${account.id} (apps/sdp-api/src/routes/counterparties.test.ts:339)
`apps/sdp-api/src/routes/counterparties.test.ts:339` calls `PATCH /v1/counterparties/${cp.id}/accounts/${account.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>/accounts/<p>` If this …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${cp.id}/accounts?accountKind=crypto_wallet (apps/sdp-api/src/routes/counterparties.test.ts:317)
`apps/sdp-api/src/routes/counterparties.test.ts:317` calls `PATCH /v1/counterparties/${cp.id}/accounts?accountKind=crypto_wallet` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>/accounts` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${encodeURIComponent(counterpartyId)} (apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/route.ts:57)
`apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/route.ts:57` calls `PATCH /v1/counterparties/${encodeURIComponent(counterpartyId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterpa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/counterparties/${otherCp.id} (apps/sdp-api/src/routes/counterparties.test.ts:419)
`apps/sdp-api/src/routes/counterparties.test.ts:419` calls `PATCH /v1/counterparties/${otherCp.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/issuance/tokens/${activeTokenId} (apps/sdp-api/src/routes/issuance.test.ts:1363)
`apps/sdp-api/src/routes/issuance.test.ts:1363` calls `PATCH /v1/issuance/tokens/${activeTokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/issuance/tokens/${tokenId} (apps/sdp-api/src/routes/issuance.test.ts:1291)
`apps/sdp-api/src/routes/issuance.test.ts:1291` calls `PATCH /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/issuance/tokens/${tokenId} (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:153)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:153` calls `PATCH /v1/issuance/tokens/${tokenId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:188)
`apps/sdp-api/src/routes/organizations.test.ts:188` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:210)
`apps/sdp-api/src/routes/organizations.test.ts:210` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:234)
`apps/sdp-api/src/routes/organizations.test.ts:234` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:259)
`apps/sdp-api/src/routes/organizations.test.ts:259` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/organizations.test.ts:283)
`apps/sdp-api/src/routes/organizations.test.ts:283` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/organizations/${TEST_ORG.id} (apps/sdp-api/src/routes/rpc.test.ts:458)
`apps/sdp-api/src/routes/rpc.test.ts:458` calls `PATCH /v1/organizations/${TEST_ORG.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/payments/subscription-plans/${planBody.data.subscriptionPlan.id} (apps/sdp-api/src/routes/payments.test.ts:698)
`apps/sdp-api/src/routes/payments.test.ts:698` calls `PATCH /v1/payments/subscription-plans/${planBody.data.subscriptionPlan.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscription-plans/<…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/payments/subscription-plans?status=draft (apps/sdp-api/src/routes/payments.test.ts:975)
`apps/sdp-api/src/routes/payments.test.ts:975` calls `PATCH /v1/payments/subscription-plans?status=draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscription-plans` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/payments/subscriptions/${subscriptionBody.data.subscription.id} (apps/sdp-api/src/routes/payments.test.ts:856)
`apps/sdp-api/src/routes/payments.test.ts:856` calls `PATCH /v1/payments/subscriptions/${subscriptionBody.data.subscription.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscriptions/<p>` If…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/payments/subscriptions/${subscriptionId} (apps/sdp-api/src/routes/payments.test.ts:1215)
`apps/sdp-api/src/routes/payments.test.ts:1215` calls `PATCH /v1/payments/subscriptions/${subscriptionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/payments/subscriptions/<p>` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/projects/${projectId} (apps/sdp-api/src/routes/projects.test.ts:326)
`apps/sdp-api/src/routes/projects.test.ts:326` calls `PATCH /v1/projects/${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/projects/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:396)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:396` calls `PATCH /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /v1/wallets/para_wallet_a (apps/sdp-api/src/routes/custody-wallet-scope.test.ts:438)
`apps/sdp-api/src/routes/custody-wallet-scope.test.ts:438` calls `PATCH /v1/wallets/para_wallet_a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wallets/para_wallet_a` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/compliance/address-screenings (apps/sdp-web/src/lib/compliance.ts:41)
`apps/sdp-web/src/lib/compliance.ts:41` calls `POST /api/dashboard/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/compliance/address-screenings` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/payments/ramps/${direction}/execute (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:526)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:526` calls `POST /api/dashboard/payments/ramps/${direction}/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/ramps/<p>/ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/payments/ramps/${input.direction}/estimate (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:395)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:395` calls `POST /api/dashboard/payments/ramps/${input.direction}/estimate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/ramps…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/payments/ramps/sandbox/simulate (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:567)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:567` calls `POST /api/dashboard/payments/ramps/sandbox/simulate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/ramps/sandbox/si…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dashboard/payments/transfers (apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:481)
`apps/sdp-web/src/app/dashboard/payments/payments-workspace.data.ts:481` calls `POST /api/dashboard/payments/transfers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/payments/transfers` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/playground/execute (apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.utils.ts:456)
`apps/sdp-web/src/app/dashboard/issuance/[tokenId]/token-management-workspace.utils.ts:456` calls `POST /api/playground/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/playground/execute` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/playground/execute (apps/sdp-web/src/app/dashboard/settings/organization-rpc-settings-form.tsx:58)
`apps/sdp-web/src/app/dashboard/settings/organization-rpc-settings-form.tsx:58` calls `POST /api/playground/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/playground/execute` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/playground/execute (apps/sdp-web/src/components/api-playground-shell.tsx:687)
`apps/sdp-web/src/components/api-playground-shell.tsx:687` calls `POST /api/playground/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/playground/execute` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /organizations/${params.organizationId}/invitations (apps/sdp-api/src/services/clerk-organizations.service.ts:72)
`apps/sdp-api/src/services/clerk-organizations.service.ts:72` calls `POST /organizations/${params.organizationId}/invitations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/organizations/<p>/invitations` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/api-keys (apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:159)
`apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:159` calls `POST /v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/api-keys (apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:179)
`apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:179` calls `POST /v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/api-keys (apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:203)
`apps/sdp-api/src/routes/api-keys-wallet-scope.test.ts:203` calls `POST /v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/api-keys (packages/sdp-api-integration/src/tests/kora-flow.test.ts:219)
`packages/sdp-api-integration/src/tests/kora-flow.test.ts:219` calls `POST /v1/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/auth/logout (apps/sdp-api/src/routes/auth.test.ts:47)
`apps/sdp-api/src/routes/auth.test.ts:47` calls `POST /v1/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:155)
`apps/sdp-api/src/routes/compliance.test.ts:155` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:185)
`apps/sdp-api/src/routes/compliance.test.ts:185` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:226)
`apps/sdp-api/src/routes/compliance.test.ts:226` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:291)
`apps/sdp-api/src/routes/compliance.test.ts:291` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:360)
`apps/sdp-api/src/routes/compliance.test.ts:360` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:427)
`apps/sdp-api/src/routes/compliance.test.ts:427` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:487)
`apps/sdp-api/src/routes/compliance.test.ts:487` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:558)
`apps/sdp-api/src/routes/compliance.test.ts:558` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-api/src/routes/compliance.test.ts:607)
`apps/sdp-api/src/routes/compliance.test.ts:607` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/compliance/address-screenings (apps/sdp-web/src/app/api/dashboard/compliance/address-screenings/route.ts:13)
`apps/sdp-web/src/app/api/dashboard/compliance/address-screenings/route.ts:13` calls `POST /v1/compliance/address-screenings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/compliance/address-screenings` If…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/counterparties.test.ts:109)
`apps/sdp-api/src/routes/counterparties.test.ts:109` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/counterparties.test.ts:171)
`apps/sdp-api/src/routes/counterparties.test.ts:171` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/counterparties.test.ts:186)
`apps/sdp-api/src/routes/counterparties.test.ts:186` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/payments.test.ts:721)
`apps/sdp-api/src/routes/payments.test.ts:721` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/payments.test.ts:796)
`apps/sdp-api/src/routes/payments.test.ts:796` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-api/src/routes/payments.test.ts:892)
`apps/sdp-api/src/routes/payments.test.ts:892` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties (apps/sdp-web/src/app/api/dashboard/counterparty/route.ts:48)
`apps/sdp-web/src/app/api/dashboard/counterparty/route.ts:48` calls `POST /v1/counterparties` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties/${cp.id}/accounts (apps/sdp-api/src/routes/counterparties.test.ts:296)
`apps/sdp-api/src/routes/counterparties.test.ts:296` calls `POST /v1/counterparties/${cp.id}/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>/accounts` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties/${cp.id}/accounts (apps/sdp-api/src/routes/counterparties.test.ts:374)
`apps/sdp-api/src/routes/counterparties.test.ts:374` calls `POST /v1/counterparties/${cp.id}/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/counterparties/<p>/accounts` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/counterparties/${encodeURIComponent(counterpartyId)}/accounts (apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/accounts/route.ts:54)
`apps/sdp-web/src/app/api/dashboard/counterparty/[counterpartyId]/accounts/route.ts:54` calls `POST /v1/counterparties/${encodeURIComponent(counterpartyId)}/accounts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1035)
`apps/sdp-api/src/routes/issuance.test.ts:1035` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1068)
`apps/sdp-api/src/routes/issuance.test.ts:1068` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1090)
`apps/sdp-api/src/routes/issuance.test.ts:1090` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1112)
`apps/sdp-api/src/routes/issuance.test.ts:1112` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1132)
`apps/sdp-api/src/routes/issuance.test.ts:1132` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1149)
`apps/sdp-api/src/routes/issuance.test.ts:1149` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1200)
`apps/sdp-api/src/routes/issuance.test.ts:1200` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1274)
`apps/sdp-api/src/routes/issuance.test.ts:1274` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1483)
`apps/sdp-api/src/routes/issuance.test.ts:1483` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1595)
`apps/sdp-api/src/routes/issuance.test.ts:1595` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:1802)
`apps/sdp-api/src/routes/issuance.test.ts:1802` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3854)
`apps/sdp-api/src/routes/issuance.test.ts:3854` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3879)
`apps/sdp-api/src/routes/issuance.test.ts:3879` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3904)
`apps/sdp-api/src/routes/issuance.test.ts:3904` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3928)
`apps/sdp-api/src/routes/issuance.test.ts:3928` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3954)
`apps/sdp-api/src/routes/issuance.test.ts:3954` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:3980)
`apps/sdp-api/src/routes/issuance.test.ts:3980` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4014)
`apps/sdp-api/src/routes/issuance.test.ts:4014` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4055)
`apps/sdp-api/src/routes/issuance.test.ts:4055` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4081)
`apps/sdp-api/src/routes/issuance.test.ts:4081` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4108)
`apps/sdp-api/src/routes/issuance.test.ts:4108` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4135)
`apps/sdp-api/src/routes/issuance.test.ts:4135` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (apps/sdp-api/src/routes/issuance.test.ts:4166)
`apps/sdp-api/src/routes/issuance.test.ts:4166` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/burn.test.ts:32)
`packages/sdp-api-integration/src/tests/burn.test.ts:32` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/custody-local.test.ts:52)
`packages/sdp-api-integration/src/tests/custody-local.test.ts:52` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/deploy.test.ts:106)
`packages/sdp-api-integration/src/tests/deploy.test.ts:106` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/deploy.test.ts:140)
`packages/sdp-api-integration/src/tests/deploy.test.ts:140` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/deploy.test.ts:33)
`packages/sdp-api-integration/src/tests/deploy.test.ts:33` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/deploy.test.ts:70)
`packages/sdp-api-integration/src/tests/deploy.test.ts:70` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/freeze.test.ts:38)
`packages/sdp-api-integration/src/tests/freeze.test.ts:38` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:76)
`packages/sdp-api-integration/src/tests/issuance-endpoints.test.ts:76` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/kora-flow.test.ts:101)
`packages/sdp-api-integration/src/tests/kora-flow.test.ts:101` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mint.test.ts:36)
`packages/sdp-api-integration/src/tests/mint.test.ts:36` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:144)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:144` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:200)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:200` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:246)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:246` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:52)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:52` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:93)
`packages/sdp-api-integration/src/tests/mosaic-abl.test.ts:93` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:125)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:125` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:163)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:163` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:41)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:41` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:81)
`packages/sdp-api-integration/src/tests/mosaic-templates.test.ts:81` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:252)
`packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:252` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens (packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:58)
`packages/sdp-api-integration/src/tests/mosaic-token-acl.test.ts:58` calls `POST /v1/issuance/tokens` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2340)
`apps/sdp-api/src/routes/issuance.test.ts:2340` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2368)
`apps/sdp-api/src/routes/issuance.test.ts:2368` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2382)
`apps/sdp-api/src/routes/issuance.test.ts:2382` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2411)
`apps/sdp-api/src/routes/issuance.test.ts:2411` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2447)
`apps/sdp-api/src/routes/issuance.test.ts:2447` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2491)
`apps/sdp-api/src/routes/issuance.test.ts:2491` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /v1/issuance/tokens/${activeTokenId}/freeze (apps/sdp-api/src/routes/issuance.test.ts:2526)
`apps/sdp-api/src/routes/issuance.test.ts:2526` calls `POST /v1/issuance/tokens/${activeTokenId}/freeze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/issuance/tokens/<p>/freeze` If this points at an exter…
Dangling fetchHelper:request

Showing first 300 of 641. 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/dd6f9a54-4bed-4241-8c43-2aea58e57c15/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dd6f9a54-4bed-4241-8c43-2aea58e57c15/

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.