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.

u-stem/sugara

https://github.com/u-stem/sugara · scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)

629 raw signals (0 security + 629 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 622 actionable findings from 1 signal source. 7 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 56.6/100 with 100.0% coverage. It contains 2973 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 629 findings — concentrated in api (482), quality (75), frontend (54). Risk profile is high: 11 critical, 432 high, 22 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 3 occurrences Possible secret in apps/api/src/db/seed.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 6, 7, 8
apps/api/src/db/seed.ts:6, 7, 8 (3 hits)
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in packages/shared/src/messages.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 56, 448, 449, 464
packages/shared/src/messages.ts:56, 448, 449, 464 (4 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:672)
`apps/api/src/__tests__/articles.test.ts:672` calls `DELETE /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:690)
`apps/api/src/__tests__/articles.test.ts:690` calls `DELETE /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:709)
`apps/api/src/__tests__/articles.test.ts:709` calls `DELETE /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/articles/not-a-uuid (apps/api/src/__tests__/articles.test.ts:738)
`apps/api/src/__tests__/articles.test.ts:738` calls `DELETE /api/articles/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/not-a-uuid` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:468)
`apps/api/src/__tests__/friends.test.ts:468` calls `DELETE /api/friends/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:489)
`apps/api/src/__tests__/friends.test.ts:489` calls `DELETE /api/friends/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:502)
`apps/api/src/__tests__/friends.test.ts:502` calls `DELETE /api/friends/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:350)
`apps/api/src/__tests__/friends.test.ts:350` calls `DELETE /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:371)
`apps/api/src/__tests__/friends.test.ts:371` calls `DELETE /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:384)
`apps/api/src/__tests__/friends.test.ts:384` calls `DELETE /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:400)
`apps/api/src/__tests__/friends.test.ts:400` calls `DELETE /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:248)
`apps/api/src/__tests__/groups.test.ts:248` calls `DELETE /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<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: DELETE /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:261)
`apps/api/src/__tests__/groups.test.ts:261` calls `DELETE /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<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: DELETE /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:273)
`apps/api/src/__tests__/groups.test.ts:273` calls `DELETE /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<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: DELETE /api/groups/${groupId}/members/${otherUserId} (apps/api/src/__tests__/groups.test.ts:653)
`apps/api/src/__tests__/groups.test.ts:653` calls `DELETE /api/groups/${groupId}/members/${otherUserId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>/members/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/groups/${groupId}/members/${otherUserId} (apps/api/src/__tests__/groups.test.ts:671)
`apps/api/src/__tests__/groups.test.ts:671` calls `DELETE /api/groups/${groupId}/members/${otherUserId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>/members/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/groups/${groupId}/members/${otherUserId} (apps/api/src/__tests__/groups.test.ts:682)
`apps/api/src/__tests__/groups.test.ts:682` calls `DELETE /api/groups/${groupId}/members/${otherUserId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>/members/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${poll.id} (apps/api/src/__tests__/integration/polls.integration.test.ts:808)
`apps/api/src/__tests__/integration/polls.integration.test.ts:808` calls `DELETE /api/polls/${poll.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${poll.id} (apps/api/src/__tests__/integration/polls.integration.test.ts:839)
`apps/api/src/__tests__/integration/polls.integration.test.ts:839` calls `DELETE /api/polls/${poll.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${pollId} (apps/api/src/__tests__/integration/polls.integration.test.ts:220)
`apps/api/src/__tests__/integration/polls.integration.test.ts:220` calls `DELETE /api/polls/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${pollId}/options/${middle.id} (apps/api/src/__tests__/integration/polls.integration.test.ts:183)
`apps/api/src/__tests__/integration/polls.integration.test.ts:183` calls `DELETE /api/polls/${pollId}/options/${middle.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>/options/<p>` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${pollId}/options/${optionId} (apps/api/src/__tests__/integration/polls.integration.test.ts:275)
`apps/api/src/__tests__/integration/polls.integration.test.ts:275` calls `DELETE /api/polls/${pollId}/options/${optionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>/options/<p>` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/polls/${pollId}/participants/${participant.id} (apps/api/src/__tests__/integration/polls.integration.test.ts:323)
`apps/api/src/__tests__/integration/polls.integration.test.ts:323` calls `DELETE /api/polls/${pollId}/participants/${participant.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>/participants/<p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/push-subscriptions (apps/api/src/__tests__/push-subscriptions.test.ts:74)
`apps/api/src/__tests__/push-subscriptions.test.ts:74` calls `DELETE /api/push-subscriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/push-subscriptions` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/quick-polls/poll-1 (apps/api/src/__tests__/quick-polls.test.ts:178)
`apps/api/src/__tests__/quick-polls.test.ts:178` calls `DELETE /api/quick-polls/poll-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/quick-polls/poll-1` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction (apps/api/src/__tests__/reactions.test.ts:162)
`apps/api/src/__tests__/reactions.test.ts:162` calls `DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/<p>/reaction` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction (apps/api/src/__tests__/reactions.test.ts:171)
`apps/api/src/__tests__/reactions.test.ts:171` calls `DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/<p>/reaction` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction (apps/api/src/__tests__/reactions.test.ts:193)
`apps/api/src/__tests__/reactions.test.ts:193` calls `DELETE /api/trips/${tripId}/candidates/${scheduleId}/reaction` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/<p>/reaction` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/candidates/s1 (apps/api/src/__tests__/candidates.test.ts:387)
`apps/api/src/__tests__/candidates.test.ts:387` calls `DELETE /api/trips/${tripId}/candidates/s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/s1` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/candidates/s1 (apps/api/src/__tests__/candidates.test.ts:400)
`apps/api/src/__tests__/candidates.test.ts:400` calls `DELETE /api/trips/${tripId}/candidates/s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/s1` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/cover-image (apps/web/lib/hooks/use-cover-image-upload.ts:64)
`apps/web/lib/hooks/use-cover-image-upload.ts:64` calls `DELETE /api/trips/${tripId}/cover-image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trips/<p>/cover-image` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/days/${dayId}/patterns/${created.id} (apps/api/src/__tests__/integration/patterns.integration.test.ts:129)
`apps/api/src/__tests__/integration/patterns.integration.test.ts:129` calls `DELETE /api/trips/${tripId}/days/${dayId}/patterns/${created.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/days/${dayId}/patterns/${defaultPatternId} (apps/api/src/__tests__/integration/patterns.integration.test.ts:140)
`apps/api/src/__tests__/integration/patterns.integration.test.ts:140` calls `DELETE /api/trips/${tripId}/days/${dayId}/patterns/${defaultPatternId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${hotel.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:888)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:888` calls `DELETE /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${hotel.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matchi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:214)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:214` calls `DELETE /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:1057)
`apps/api/src/__tests__/expenses.test.ts:1057` calls `DELETE /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/expenses/non-existent (apps/api/src/__tests__/expenses.test.ts:1075)
`apps/api/src/__tests__/expenses.test.ts:1075` calls `DELETE /api/trips/${tripId}/expenses/non-existent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/non-existent` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/members/${editor.id} (apps/api/src/__tests__/integration/members.integration.test.ts:141)
`apps/api/src/__tests__/integration/members.integration.test.ts:141` calls `DELETE /api/trips/${tripId}/members/${editor.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members/<p>` If this po…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/members/${owner.id} (apps/api/src/__tests__/integration/members.integration.test.ts:152)
`apps/api/src/__tests__/integration/members.integration.test.ts:152` calls `DELETE /api/trips/${tripId}/members/${owner.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members/<p>` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/settlement-payments/sp-1 (apps/api/src/__tests__/settlement-payments.test.ts:195)
`apps/api/src/__tests__/settlement-payments.test.ts:195` calls `DELETE /api/trips/${tripId}/settlement-payments/sp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/settlement-payments/sp-1` If th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/settlement-payments/sp-1 (apps/api/src/__tests__/settlement-payments.test.ts:226)
`apps/api/src/__tests__/settlement-payments.test.ts:226` calls `DELETE /api/trips/${tripId}/settlement-payments/sp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/settlement-payments/sp-1` If th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/${tripId}/settlement-payments/sp-missing (apps/api/src/__tests__/settlement-payments.test.ts:208)
`apps/api/src/__tests__/settlement-payments.test.ts:208` calls `DELETE /api/trips/${tripId}/settlement-payments/sp-missing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/settlement-payments/sp-mi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/nonexistent (apps/api/src/__tests__/trips.test.ts:1266)
`apps/api/src/__tests__/trips.test.ts:1266` calls `DELETE /api/trips/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/nonexistent` 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 /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1253)
`apps/api/src/__tests__/trips.test.ts:1253` calls `DELETE /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1281)
`apps/api/src/__tests__/trips.test.ts:1281` calls `DELETE /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1298)
`apps/api/src/__tests__/trips.test.ts:1298` calls `DELETE /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/trip-1/cover-image (apps/api/src/__tests__/trips.test.ts:1451)
`apps/api/src/__tests__/trips.test.ts:1451` calls `DELETE /api/trips/trip-1/cover-image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1/cover-image` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/trips/trip-1/cover-image (apps/api/src/__tests__/trips.test.ts:1467)
`apps/api/src/__tests__/trips.test.ts:1467` calls `DELETE /api/trips/trip-1/cover-image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1/cover-image` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/_docs (apps/api/src/__tests__/docs.test.ts:103)
`apps/api/src/__tests__/docs.test.ts:103` calls `GET /api/_docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs` 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 /api/_docs (apps/api/src/__tests__/docs.test.ts:111)
`apps/api/src/__tests__/docs.test.ts:111` calls `GET /api/_docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs` 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 /api/_docs (apps/api/src/__tests__/docs.test.ts:119)
`apps/api/src/__tests__/docs.test.ts:119` calls `GET /api/_docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs` 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 /api/_docs (apps/api/src/__tests__/docs.test.ts:87)
`apps/api/src/__tests__/docs.test.ts:87` calls `GET /api/_docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs` 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 /api/_docs (apps/api/src/__tests__/docs.test.ts:95)
`apps/api/src/__tests__/docs.test.ts:95` calls `GET /api/_docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs` 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 /api/_docs/openapi.json (apps/api/src/__tests__/docs.test.ts:137)
`apps/api/src/__tests__/docs.test.ts:137` calls `GET /api/_docs/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs/openapi.json` 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 /api/_docs/openapi.json (apps/api/src/__tests__/docs.test.ts:145)
`apps/api/src/__tests__/docs.test.ts:145` calls `GET /api/_docs/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs/openapi.json` 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 /api/_docs/openapi.json (apps/api/src/__tests__/docs.test.ts:153)
`apps/api/src/__tests__/docs.test.ts:153` calls `GET /api/_docs/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs/openapi.json` 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 /api/_docs/openapi.json (apps/api/src/__tests__/docs.test.ts:161)
`apps/api/src/__tests__/docs.test.ts:161` calls `GET /api/_docs/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs/openapi.json` 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 /api/_docs/openapi.json (apps/api/src/__tests__/docs.test.ts:171)
`apps/api/src/__tests__/docs.test.ts:171` calls `GET /api/_docs/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/_docs/openapi.json` 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 /api/articles/not-a-uuid (apps/api/src/__tests__/articles.test.ts:722)
`apps/api/src/__tests__/articles.test.ts:722` calls `GET /api/articles/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/not-a-uuid` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/bad (apps/api/src/__tests__/request-logger.test.ts:42)
`apps/api/src/__tests__/request-logger.test.ts:42` calls `GET /api/bad` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bad` 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 /api/check (apps/api/src/__tests__/request-logger.test.ts:82)
`apps/api/src/__tests__/request-logger.test.ts:82` calls `GET /api/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/check` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/directions?tripId=trip-1 (apps/api/src/__tests__/directions.test.ts:99)
`apps/api/src/__tests__/directions.test.ts:99` calls `GET /api/directions?tripId=trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/directions` 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 /api/fail (apps/api/src/__tests__/request-logger.test.ts:54)
`apps/api/src/__tests__/request-logger.test.ts:54` calls `GET /api/fail` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/fail` 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 /api/friends (apps/api/src/__tests__/friends.test.ts:102)
`apps/api/src/__tests__/friends.test.ts:102` calls `GET /api/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends` 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 /api/friends (apps/api/src/__tests__/friends.test.ts:115)
`apps/api/src/__tests__/friends.test.ts:115` calls `GET /api/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends` 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 /api/friends (apps/api/src/__tests__/friends.test.ts:126)
`apps/api/src/__tests__/friends.test.ts:126` calls `GET /api/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends` 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 /api/friends (apps/api/src/__tests__/friends.test.ts:79)
`apps/api/src/__tests__/friends.test.ts:79` calls `GET /api/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:147)
`apps/api/src/__tests__/friends.test.ts:147` calls `GET /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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/friends/requests (apps/api/src/__tests__/friends.test.ts:161)
`apps/api/src/__tests__/friends.test.ts:161` calls `GET /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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/friends/requests (apps/api/src/__tests__/friends.test.ts:172)
`apps/api/src/__tests__/friends.test.ts:172` calls `GET /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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/friends/requests/sent (apps/api/src/__tests__/friends.test.ts:423)
`apps/api/src/__tests__/friends.test.ts:423` calls `GET /api/friends/requests/sent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/sent` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/friends/requests/sent (apps/api/src/__tests__/friends.test.ts:437)
`apps/api/src/__tests__/friends.test.ts:437` calls `GET /api/friends/requests/sent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/sent` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/friends/requests/sent (apps/api/src/__tests__/friends.test.ts:448)
`apps/api/src/__tests__/friends.test.ts:448` calls `GET /api/friends/requests/sent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/sent` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/groups (apps/api/src/__tests__/groups.test.ts:101)
`apps/api/src/__tests__/groups.test.ts:101` calls `GET /api/groups` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups` 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/groups (apps/api/src/__tests__/groups.test.ts:112)
`apps/api/src/__tests__/groups.test.ts:112` calls `GET /api/groups` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups` 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/groups (apps/api/src/__tests__/groups.test.ts:87)
`apps/api/src/__tests__/groups.test.ts:87` calls `GET /api/groups` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups` 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 /api/groups/${groupId}/members (apps/api/src/__tests__/groups.test.ts:298)
`apps/api/src/__tests__/groups.test.ts:298` calls `GET /api/groups/${groupId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>/members` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/groups/${groupId}/members (apps/api/src/__tests__/groups.test.ts:311)
`apps/api/src/__tests__/groups.test.ts:311` calls `GET /api/groups/${groupId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>/members` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notification-preferences (apps/api/src/__tests__/notification-preferences.test.ts:39)
`apps/api/src/__tests__/notification-preferences.test.ts:39` calls `GET /api/notification-preferences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/notification-preferences` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications (apps/api/src/__tests__/notifications-routes.test.ts:43)
`apps/api/src/__tests__/notifications-routes.test.ts:43` calls `GET /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/notifications` 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 /api/notifications (apps/api/src/__tests__/notifications-routes.test.ts:49)
`apps/api/src/__tests__/notifications-routes.test.ts:49` calls `GET /api/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/notifications` 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 /api/polls (apps/api/src/__tests__/integration/polls.integration.test.ts:130)
`apps/api/src/__tests__/integration/polls.integration.test.ts:130` calls `GET /api/polls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls` 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/polls (apps/api/src/__tests__/integration/polls.integration.test.ts:153)
`apps/api/src/__tests__/integration/polls.integration.test.ts:153` calls `GET /api/polls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls` 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/polls/${pollId} (apps/api/src/__tests__/integration/polls.integration.test.ts:163)
`apps/api/src/__tests__/integration/polls.integration.test.ts:163` calls `GET /api/polls/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/polls/${pollId} (apps/api/src/__tests__/integration/polls.integration.test.ts:252)
`apps/api/src/__tests__/integration/polls.integration.test.ts:252` calls `GET /api/polls/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/polls/<p>` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/push-subscriptions/preferences (apps/api/src/__tests__/push-subscriptions.test.ts:116)
`apps/api/src/__tests__/push-subscriptions.test.ts:116` calls `GET /api/push-subscriptions/preferences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/push-subscriptions/preferences` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/push-subscriptions/preferences?endpoint=${endpoint} (apps/api/src/__tests__/push-subscriptions.test.ts:109)
`apps/api/src/__tests__/push-subscriptions.test.ts:109` calls `GET /api/push-subscriptions/preferences?endpoint=${endpoint}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/push-subscriptions/preferences` If…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/push-subscriptions/preferences?endpoint=${endpoint} (apps/api/src/__tests__/push-subscriptions.test.ts:92)
`apps/api/src/__tests__/push-subscriptions.test.ts:92` calls `GET /api/push-subscriptions/preferences?endpoint=${endpoint}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/push-subscriptions/preferences` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/quick-polls (apps/api/src/__tests__/quick-polls.test.ts:127)
`apps/api/src/__tests__/quick-polls.test.ts:127` calls `GET /api/quick-polls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/quick-polls` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/exact-expiry-token (apps/api/src/__tests__/share.test.ts:311)
`apps/api/src/__tests__/share.test.ts:311` calls `GET /api/shared/exact-expiry-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/exact-expiry-token` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/expired-token (apps/api/src/__tests__/share.test.ts:329)
`apps/api/src/__tests__/share.test.ts:329` calls `GET /api/shared/expired-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/expired-token` 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 /api/shared/invalid-token (apps/api/src/__tests__/share.test.ts:212)
`apps/api/src/__tests__/share.test.ts:212` calls `GET /api/shared/invalid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/invalid-token` 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 /api/shared/nonexistent-token (apps/api/src/__tests__/integration/share.integration.test.ts:130)
`apps/api/src/__tests__/integration/share.integration.test.ts:130` calls `GET /api/shared/nonexistent-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/nonexistent-token` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/expired-token (apps/api/src/__tests__/poll-share.test.ts:244)
`apps/api/src/__tests__/poll-share.test.ts:244` calls `GET /api/shared/polls/expired-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/expired-token` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/invalid-token (apps/api/src/__tests__/integration/polls.integration.test.ts:447)
`apps/api/src/__tests__/integration/polls.integration.test.ts:447` calls `GET /api/shared/polls/invalid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/invalid-token` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/invalid-token (apps/api/src/__tests__/poll-share.test.ts:253)
`apps/api/src/__tests__/poll-share.test.ts:253` calls `GET /api/shared/polls/invalid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/invalid-token` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/valid-token (apps/api/src/__tests__/poll-share.test.ts:219)
`apps/api/src/__tests__/poll-share.test.ts:219` calls `GET /api/shared/polls/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/valid-token` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/valid-token (apps/api/src/__tests__/poll-share.test.ts:275)
`apps/api/src/__tests__/poll-share.test.ts:275` calls `GET /api/shared/polls/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/valid-token` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/valid-token (apps/api/src/__tests__/poll-share.test.ts:301)
`apps/api/src/__tests__/poll-share.test.ts:301` calls `GET /api/shared/polls/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/valid-token` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/polls/valid-token (apps/api/src/__tests__/poll-share.test.ts:304)
`apps/api/src/__tests__/poll-share.test.ts:304` calls `GET /api/shared/polls/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/polls/valid-token` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/quick-polls/abc123 (apps/api/src/__tests__/quick-polls.test.ts:211)
`apps/api/src/__tests__/quick-polls.test.ts:211` calls `GET /api/shared/quick-polls/abc123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/quick-polls/abc123` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/quick-polls/expired (apps/api/src/__tests__/quick-polls.test.ts:228)
`apps/api/src/__tests__/quick-polls.test.ts:228` calls `GET /api/shared/quick-polls/expired` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/quick-polls/expired` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/quick-polls/nonexistent (apps/api/src/__tests__/quick-polls.test.ts:236)
`apps/api/src/__tests__/quick-polls.test.ts:236` calls `GET /api/shared/quick-polls/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/quick-polls/nonexistent` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/shared/valid-token (apps/api/src/__tests__/share.test.ts:233)
`apps/api/src/__tests__/share.test.ts:233` calls `GET /api/shared/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/valid-token` 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 /api/shared/valid-token (apps/api/src/__tests__/share.test.ts:286)
`apps/api/src/__tests__/share.test.ts:286` calls `GET /api/shared/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/valid-token` 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 /api/shared/valid-token (apps/api/src/__tests__/share.test.ts:346)
`apps/api/src/__tests__/share.test.ts:346` calls `GET /api/shared/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/valid-token` 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 /api/shared/valid-token (apps/api/src/__tests__/share.test.ts:371)
`apps/api/src/__tests__/share.test.ts:371` calls `GET /api/shared/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/valid-token` 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 /api/shared/valid-token (apps/api/src/__tests__/share.test.ts:374)
`apps/api/src/__tests__/share.test.ts:374` calls `GET /api/shared/valid-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/shared/valid-token` 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 /api/test (apps/api/src/__tests__/request-logger.test.ts:24)
`apps/api/src/__tests__/request-logger.test.ts:24` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /api/trips/${tripId}/articles (apps/api/src/__tests__/articles.test.ts:568)
`apps/api/src/__tests__/articles.test.ts:568` calls `GET /api/trips/${tripId}/articles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/articles` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/articles (apps/api/src/__tests__/articles.test.ts:592)
`apps/api/src/__tests__/articles.test.ts:592` calls `GET /api/trips/${tripId}/articles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/articles` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/days/${dayId}/patterns (apps/api/src/__tests__/integration/patterns.integration.test.ts:134)
`apps/api/src/__tests__/integration/patterns.integration.test.ts:134` calls `GET /api/trips/${tripId}/days/${dayId}/patterns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p>/patterns` If t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/days/${dayId}/patterns (apps/api/src/__tests__/integration/patterns.integration.test.ts:82)
`apps/api/src/__tests__/integration/patterns.integration.test.ts:82` calls `GET /api/trips/${tripId}/days/${dayId}/patterns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p>/patterns` If th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/members (apps/api/src/__tests__/integration/members.integration.test.ts:126)
`apps/api/src/__tests__/integration/members.integration.test.ts:126` calls `GET /api/trips/${tripId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/members (apps/api/src/__tests__/integration/members.integration.test.ts:146)
`apps/api/src/__tests__/integration/members.integration.test.ts:146` calls `GET /api/trips/${tripId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/members (apps/api/src/__tests__/integration/members.integration.test.ts:67)
`apps/api/src/__tests__/integration/members.integration.test.ts:67` calls `GET /api/trips/${tripId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/${tripId}/members (apps/api/src/__tests__/integration/members.integration.test.ts:85)
`apps/api/src/__tests__/integration/members.integration.test.ts:85` calls `GET /api/trips/${tripId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trips/nonexistent (apps/api/src/__tests__/trips.test.ts:696)
`apps/api/src/__tests__/trips.test.ts:696` calls `GET /api/trips/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/nonexistent` 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/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:595)
`apps/api/src/__tests__/trips.test.ts:595` calls `GET /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` 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 /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:616)
`apps/api/src/__tests__/trips.test.ts:616` calls `GET /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` 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 /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:684)
`apps/api/src/__tests__/trips.test.ts:684` calls `GET /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` 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 /api/users/${fromUserId}/unsettled-summary (apps/api/src/__tests__/settlement-payments.test.ts:245)
`apps/api/src/__tests__/settlement-payments.test.ts:245` calls `GET /api/users/${fromUserId}/unsettled-summary` 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>/unsettled-summary` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${fromUserId}/unsettled-summary (apps/api/src/__tests__/settlement-payments.test.ts:288)
`apps/api/src/__tests__/settlement-payments.test.ts:288` calls `GET /api/users/${fromUserId}/unsettled-summary` 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>/unsettled-summary` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists (apps/api/src/__tests__/profile.test.ts:132)
`apps/api/src/__tests__/profile.test.ts:132` calls `GET /api/users/${ownerId}/bookmark-lists` 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>/bookmark-lists` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists (apps/api/src/__tests__/profile.test.ts:149)
`apps/api/src/__tests__/profile.test.ts:149` calls `GET /api/users/${ownerId}/bookmark-lists` 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>/bookmark-lists` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists (apps/api/src/__tests__/profile.test.ts:159)
`apps/api/src/__tests__/profile.test.ts:159` calls `GET /api/users/${ownerId}/bookmark-lists` 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>/bookmark-lists` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists/${listId} (apps/api/src/__tests__/profile.test.ts:337)
`apps/api/src/__tests__/profile.test.ts:337` calls `GET /api/users/${ownerId}/bookmark-lists/${listId}` 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>/bookmark-lists/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists/${listId} (apps/api/src/__tests__/profile.test.ts:353)
`apps/api/src/__tests__/profile.test.ts:353` calls `GET /api/users/${ownerId}/bookmark-lists/${listId}` 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>/bookmark-lists/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists/${listId} (apps/api/src/__tests__/profile.test.ts:361)
`apps/api/src/__tests__/profile.test.ts:361` calls `GET /api/users/${ownerId}/bookmark-lists/${listId}` 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>/bookmark-lists/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/bookmark-lists/${listId} (apps/api/src/__tests__/profile.test.ts:436)
`apps/api/src/__tests__/profile.test.ts:436` calls `GET /api/users/${ownerId}/bookmark-lists/${listId}` 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>/bookmark-lists/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/${ownerId}/profile (apps/api/src/__tests__/profile.test.ts:286)
`apps/api/src/__tests__/profile.test.ts:286` calls `GET /api/users/${ownerId}/profile` 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>/profile` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/not-a-uuid/articles (apps/api/src/__tests__/profile.test.ts:106)
`apps/api/src/__tests__/profile.test.ts:106` calls `GET /api/users/not-a-uuid/articles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/not-a-uuid/articles` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/other-user/unsettled-summary (apps/api/src/__tests__/settlement-payments.test.ts:255)
`apps/api/src/__tests__/settlement-payments.test.ts:255` calls `GET /api/users/other-user/unsettled-summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/other-user/unsettled-summary` If this points…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/does-not-exist (apps/api/src/__tests__/v1-mounting.test.ts:25)
`apps/api/src/__tests__/v1-mounting.test.ts:25` calls `GET /api/v1/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: `/v1/does-not-exist` 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 /api/v1/does-not-exist (apps/api/src/__tests__/v1-mounting.test.ts:32)
`apps/api/src/__tests__/v1-mounting.test.ts:32` calls `GET /api/v1/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: `/v1/does-not-exist` 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 /api/v1/trips (apps/api/src/__tests__/v1-mounting.test.ts:12)
`apps/api/src/__tests__/v1-mounting.test.ts:12` calls `GET /api/v1/trips` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/trips` 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 /api/v1/trips (apps/api/src/__tests__/v1-mounting.test.ts:19)
`apps/api/src/__tests__/v1-mounting.test.ts:19` calls `GET /api/v1/trips` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/trips` 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 /articles/not-a-uuid (apps/api/src/__tests__/v1-routes.test.ts:948)
`apps/api/src/__tests__/v1-routes.test.ts:948` calls `GET /articles/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/not-a-uuid` 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 /bookmark-lists/not-a-uuid/bookmarks (apps/api/src/__tests__/v1-routes.test.ts:723)
`apps/api/src/__tests__/v1-routes.test.ts:723` calls `GET /bookmark-lists/not-a-uuid/bookmarks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/not-a-uuid/bookmarks` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boom (apps/api/src/__tests__/error-handler.test.ts:24)
`apps/api/src/__tests__/error-handler.test.ts:24` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /boom (apps/api/src/__tests__/error-handler.test.ts:31)
`apps/api/src/__tests__/error-handler.test.ts:31` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /boom (apps/api/src/__tests__/error-handler.test.ts:47)
`apps/api/src/__tests__/error-handler.test.ts:47` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /boom (apps/api/src/__tests__/error-handler.test.ts:66)
`apps/api/src/__tests__/error-handler.test.ts:66` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /boom (apps/api/src/__tests__/error-handler.test.ts:71)
`apps/api/src/__tests__/error-handler.test.ts:71` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /boom (apps/api/src/__tests__/error-handler.test.ts:85)
`apps/api/src/__tests__/error-handler.test.ts:85` calls `GET /boom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boom` 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 /protected (apps/api/src/__tests__/guest.test.ts:109)
`apps/api/src/__tests__/guest.test.ts:109` 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 matcher skips …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/guest.test.ts:49)
`apps/api/src/__tests__/guest.test.ts:49` 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 matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/guest.test.ts:67)
`apps/api/src/__tests__/guest.test.ts:67` 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 matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/guest.test.ts:92)
`apps/api/src/__tests__/guest.test.ts:92` 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 matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/middleware.test.ts:24)
`apps/api/src/__tests__/middleware.test.ts:24` 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 matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/middleware.test.ts:36)
`apps/api/src/__tests__/middleware.test.ts:36` 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 matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/middleware.test.ts:52)
`apps/api/src/__tests__/middleware.test.ts:52` 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 matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /protected (apps/api/src/__tests__/middleware.test.ts:72)
`apps/api/src/__tests__/middleware.test.ts:72` 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 matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /test (apps/api/src/__tests__/rate-limit.test.ts:101)
`apps/api/src/__tests__/rate-limit.test.ts:101` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:114)
`apps/api/src/__tests__/rate-limit.test.ts:114` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:117)
`apps/api/src/__tests__/rate-limit.test.ts:117` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:154)
`apps/api/src/__tests__/rate-limit.test.ts:154` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:170)
`apps/api/src/__tests__/rate-limit.test.ts:170` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:187)
`apps/api/src/__tests__/rate-limit.test.ts:187` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:188)
`apps/api/src/__tests__/rate-limit.test.ts:188` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:201)
`apps/api/src/__tests__/rate-limit.test.ts:201` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:25)
`apps/api/src/__tests__/rate-limit.test.ts:25` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:39)
`apps/api/src/__tests__/rate-limit.test.ts:39` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:40)
`apps/api/src/__tests__/rate-limit.test.ts:40` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:41)
`apps/api/src/__tests__/rate-limit.test.ts:41` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:53)
`apps/api/src/__tests__/rate-limit.test.ts:53` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:54)
`apps/api/src/__tests__/rate-limit.test.ts:54` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:67)
`apps/api/src/__tests__/rate-limit.test.ts:67` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:68)
`apps/api/src/__tests__/rate-limit.test.ts:68` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:73)
`apps/api/src/__tests__/rate-limit.test.ts:73` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:82)
`apps/api/src/__tests__/rate-limit.test.ts:82` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:85)
`apps/api/src/__tests__/rate-limit.test.ts:85` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /test (apps/api/src/__tests__/rate-limit.test.ts:97)
`apps/api/src/__tests__/rate-limit.test.ts:97` calls `GET /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` 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 /trips/not-a-uuid (apps/api/src/__tests__/v1-routes.test.ts:350)
`apps/api/src/__tests__/v1-routes.test.ts:350` calls `GET /trips/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/not-a-uuid` 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: GET /x (apps/api/src/lib/external-api/audit-log.test.ts:19)
`apps/api/src/lib/external-api/audit-log.test.ts:19` calls `GET /x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/x` 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 /x (apps/api/src/lib/external-api/audit-log.test.ts:33)
`apps/api/src/lib/external-api/audit-log.test.ts:33` calls `GET /x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/x` 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 /x (apps/api/src/lib/external-api/audit-log.test.ts:53)
`apps/api/src/lib/external-api/audit-log.test.ts:53` calls `GET /x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/x` 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 https://api.frankfurter.dev/v1/latest?from=${encodeURIComponent(from)}&to=${encodeURIComponent(to)} (apps/api/src/lib/exchange-rate.ts:14)
`apps/api/src/lib/exchange-rate.ts:14` calls `GET https://api.frankfurter.dev/v1/latest?from=${encodeURIComponent(from)}&to=${encodeURIComponent(to)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.frankf…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/non-existent-id/trip-limit (apps/api/src/__tests__/admin-users.test.ts:153)
`apps/api/src/__tests__/admin-users.test.ts:153` calls `PATCH /api/admin/users/non-existent-id/trip-limit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/non-existent-id/trip-limit` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/user-target/trip-limit (apps/api/src/__tests__/admin-users.test.ts:120)
`apps/api/src/__tests__/admin-users.test.ts:120` calls `PATCH /api/admin/users/user-target/trip-limit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/user-target/trip-limit` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/user-target/trip-limit (apps/api/src/__tests__/admin-users.test.ts:133)
`apps/api/src/__tests__/admin-users.test.ts:133` calls `PATCH /api/admin/users/user-target/trip-limit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/user-target/trip-limit` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/user-target/trip-limit (apps/api/src/__tests__/admin-users.test.ts:173)
`apps/api/src/__tests__/admin-users.test.ts:173` calls `PATCH /api/admin/users/user-target/trip-limit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/user-target/trip-limit` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/articles/not-a-uuid (apps/api/src/__tests__/articles.test.ts:728)
`apps/api/src/__tests__/articles.test.ts:728` calls `PATCH /api/articles/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/not-a-uuid` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/articles/reorder (apps/api/src/__tests__/articles.test.ts:176)
`apps/api/src/__tests__/articles.test.ts:176` calls `PATCH /api/articles/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/reorder` 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 /api/articles/reorder (apps/api/src/__tests__/articles.test.ts:193)
`apps/api/src/__tests__/articles.test.ts:193` calls `PATCH /api/articles/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/reorder` 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 /api/articles/reorder (apps/api/src/__tests__/articles.test.ts:211)
`apps/api/src/__tests__/articles.test.ts:211` calls `PATCH /api/articles/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/reorder` 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 /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:293)
`apps/api/src/__tests__/friends.test.ts:293` calls `PATCH /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:308)
`apps/api/src/__tests__/friends.test.ts:308` calls `PATCH /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/friends/requests/${friendRecordId} (apps/api/src/__tests__/friends.test.ts:326)
`apps/api/src/__tests__/friends.test.ts:326` calls `PATCH /api/friends/requests/${friendRecordId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests/<p>` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:196)
`apps/api/src/__tests__/groups.test.ts:196` calls `PATCH /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:211)
`apps/api/src/__tests__/groups.test.ts:211` calls `PATCH /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/groups/${groupId} (apps/api/src/__tests__/groups.test.ts:225)
`apps/api/src/__tests__/groups.test.ts:225` calls `PATCH /api/groups/${groupId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/groups/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/quick-polls/poll-1 (apps/api/src/__tests__/quick-polls.test.ts:147)
`apps/api/src/__tests__/quick-polls.test.ts:147` calls `PATCH /api/quick-polls/poll-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/quick-polls/poll-1` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/quick-polls/poll-1 (apps/api/src/__tests__/quick-polls.test.ts:159)
`apps/api/src/__tests__/quick-polls.test.ts:159` calls `PATCH /api/quick-polls/poll-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/quick-polls/poll-1` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/reorder (apps/api/src/__tests__/candidates.test.ts:423)
`apps/api/src/__tests__/candidates.test.ts:423` calls `PATCH /api/trips/${tripId}/candidates/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/reorder` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/reorder (apps/api/src/__tests__/candidates.test.ts:436)
`apps/api/src/__tests__/candidates.test.ts:436` calls `PATCH /api/trips/${tripId}/candidates/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/reorder` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/reorder (apps/api/src/__tests__/integration/candidates.integration.test.ts:179)
`apps/api/src/__tests__/integration/candidates.integration.test.ts:179` calls `PATCH /api/trips/${tripId}/candidates/reorder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/reorder` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/s1 (apps/api/src/__tests__/candidates.test.ts:330)
`apps/api/src/__tests__/candidates.test.ts:330` calls `PATCH /api/trips/${tripId}/candidates/s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/s1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/s1 (apps/api/src/__tests__/candidates.test.ts:345)
`apps/api/src/__tests__/candidates.test.ts:345` calls `PATCH /api/trips/${tripId}/candidates/s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/s1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/candidates/s1 (apps/api/src/__tests__/candidates.test.ts:366)
`apps/api/src/__tests__/candidates.test.ts:366` calls `PATCH /api/trips/${tripId}/candidates/s1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/candidates/s1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${created.id} (apps/api/src/__tests__/integration/patterns.integration.test.ts:111)
`apps/api/src/__tests__/integration/patterns.integration.test.ts:111` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${created.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/days/<p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${hotel.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:748)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:748` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${hotel.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matchin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:189)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:189` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id}` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:242)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:242` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id}` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:256)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:256` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id}` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id} (apps/api/src/__tests__/integration/schedules.integration.test.ts:281)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:281` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/${schedule.id}` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:159)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:159` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:655)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:655` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:677)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:677` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:694)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:694` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:715)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:715` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:736)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:736` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:770)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:770` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:796)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:796` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:808)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:808` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:825)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:825` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:873)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:873` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:910)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:910` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:922)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:922` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:947)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:947` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder (apps/api/src/__tests__/integration/schedules.integration.test.ts:978)
`apps/api/src/__tests__/integration/schedules.integration.test.ts:978` calls `PATCH /api/trips/${tripId}/days/${dayId}/patterns/${patternId}/schedules/reorder` 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: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:1027)
`apps/api/src/__tests__/expenses.test.ts:1027` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:697)
`apps/api/src/__tests__/expenses.test.ts:697` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:735)
`apps/api/src/__tests__/expenses.test.ts:735` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:758)
`apps/api/src/__tests__/expenses.test.ts:758` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:777)
`apps/api/src/__tests__/expenses.test.ts:777` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:811)
`apps/api/src/__tests__/expenses.test.ts:811` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:838)
`apps/api/src/__tests__/expenses.test.ts:838` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:901)
`apps/api/src/__tests__/expenses.test.ts:901` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:939)
`apps/api/src/__tests__/expenses.test.ts:939` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:957)
`apps/api/src/__tests__/expenses.test.ts:957` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/exp-1 (apps/api/src/__tests__/expenses.test.ts:997)
`apps/api/src/__tests__/expenses.test.ts:997` calls `PATCH /api/trips/${tripId}/expenses/exp-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/exp-1` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/expenses/non-existent (apps/api/src/__tests__/expenses.test.ts:850)
`apps/api/src/__tests__/expenses.test.ts:850` calls `PATCH /api/trips/${tripId}/expenses/non-existent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/expenses/non-existent` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/${tripId}/members/${editor.id} (apps/api/src/__tests__/integration/members.integration.test.ts:119)
`apps/api/src/__tests__/integration/members.integration.test.ts:119` calls `PATCH /api/trips/${tripId}/members/${editor.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/<p>/members/<p>` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/nonexistent (apps/api/src/__tests__/trips.test.ts:786)
`apps/api/src/__tests__/trips.test.ts:786` calls `PATCH /api/trips/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/nonexistent` 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 /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1036)
`apps/api/src/__tests__/trips.test.ts:1036` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1054)
`apps/api/src/__tests__/trips.test.ts:1054` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1074)
`apps/api/src/__tests__/trips.test.ts:1074` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:1127)
`apps/api/src/__tests__/trips.test.ts:1127` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:725)
`apps/api/src/__tests__/trips.test.ts:725` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:740)
`apps/api/src/__tests__/trips.test.ts:740` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:764)
`apps/api/src/__tests__/trips.test.ts:764` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:803)
`apps/api/src/__tests__/trips.test.ts:803` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:814)
`apps/api/src/__tests__/trips.test.ts:814` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:840)
`apps/api/src/__tests__/trips.test.ts:840` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:853)
`apps/api/src/__tests__/trips.test.ts:853` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:903)
`apps/api/src/__tests__/trips.test.ts:903` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:914)
`apps/api/src/__tests__/trips.test.ts:914` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:932)
`apps/api/src/__tests__/trips.test.ts:932` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/trips/trip-1 (apps/api/src/__tests__/trips.test.ts:985)
`apps/api/src/__tests__/trips.test.ts:985` calls `PATCH /api/trips/trip-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/trips/trip-1` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH https://api.vercel.com/v1/edge-config/${configId}/items (apps/api/src/routes/admin.ts:333)
`apps/api/src/routes/admin.ts:333` calls `PATCH https://api.vercel.com/v1/edge-config/${configId}/items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vercel.com/v1/edge-config/<p>/items` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/non-existent-id/temp-password (apps/api/src/__tests__/admin-users.test.ts:222)
`apps/api/src/__tests__/admin-users.test.ts:222` calls `POST /api/admin/users/non-existent-id/temp-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/non-existent-id/temp-password` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/some-user-id/temp-password (apps/api/src/__tests__/admin-users.test.ts:204)
`apps/api/src/__tests__/admin-users.test.ts:204` calls `POST /api/admin/users/some-user-id/temp-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/some-user-id/temp-password` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/user-target/temp-password (apps/api/src/__tests__/admin-users.test.ts:240)
`apps/api/src/__tests__/admin-users.test.ts:240` calls `POST /api/admin/users/user-target/temp-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/users/user-target/temp-password` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:621)
`apps/api/src/__tests__/articles.test.ts:621` calls `POST /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:639)
`apps/api/src/__tests__/articles.test.ts:639` calls `POST /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/${articleId}/like (apps/api/src/__tests__/articles.test.ts:651)
`apps/api/src/__tests__/articles.test.ts:651` calls `POST /api/articles/${articleId}/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/<p>/like` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/batch-delete (apps/api/src/__tests__/articles.test.ts:498)
`apps/api/src/__tests__/articles.test.ts:498` calls `POST /api/articles/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/batch-delete` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/batch-delete (apps/api/src/__tests__/articles.test.ts:515)
`apps/api/src/__tests__/articles.test.ts:515` calls `POST /api/articles/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/batch-delete` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/batch-delete (apps/api/src/__tests__/articles.test.ts:531)
`apps/api/src/__tests__/articles.test.ts:531` calls `POST /api/articles/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/batch-delete` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/batch-delete (apps/api/src/__tests__/articles.test.ts:542)
`apps/api/src/__tests__/articles.test.ts:542` calls `POST /api/articles/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/batch-delete` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/batch-delete (apps/api/src/__tests__/articles.test.ts:553)
`apps/api/src/__tests__/articles.test.ts:553` calls `POST /api/articles/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/batch-delete` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/articles/not-a-uuid/like (apps/api/src/__tests__/articles.test.ts:658)
`apps/api/src/__tests__/articles.test.ts:658` calls `POST /api/articles/not-a-uuid/like` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/articles/not-a-uuid/like` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-in/anonymous (apps/api/src/__tests__/auth-signup-intercept.test.ts:59)
`apps/api/src/__tests__/auth-signup-intercept.test.ts:59` calls `POST /api/auth/sign-in/anonymous` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/sign-in/anonymous` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-up/email (apps/api/src/__tests__/auth-signup-intercept.test.ts:39)
`apps/api/src/__tests__/auth-signup-intercept.test.ts:39` calls `POST /api/auth/sign-up/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/sign-up/email` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-up/email (apps/api/src/__tests__/auth-signup-intercept.test.ts:48)
`apps/api/src/__tests__/auth-signup-intercept.test.ts:48` calls `POST /api/auth/sign-up/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/sign-up/email` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-up/email (apps/api/src/__tests__/auth-signup-intercept.test.ts:69)
`apps/api/src/__tests__/auth-signup-intercept.test.ts:69` calls `POST /api/auth/sign-up/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/sign-up/email` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${a.id}/duplicate (apps/api/src/__tests__/integration/bookmarks.integration.test.ts:135)
`apps/api/src/__tests__/integration/bookmarks.integration.test.ts:135` calls `POST /api/bookmark-lists/${a.id}/duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/duplicate` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-delete (apps/api/src/__tests__/bookmarks.test.ts:263)
`apps/api/src/__tests__/bookmarks.test.ts:263` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-delete` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-delete (apps/api/src/__tests__/bookmarks.test.ts:275)
`apps/api/src/__tests__/bookmarks.test.ts:275` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-delete` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-delete (apps/api/src/__tests__/bookmarks.test.ts:288)
`apps/api/src/__tests__/bookmarks.test.ts:288` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-delete` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-delete (apps/api/src/__tests__/bookmarks.test.ts:301)
`apps/api/src/__tests__/bookmarks.test.ts:301` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-delete` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate (apps/api/src/__tests__/bookmarks.test.ts:340)
`apps/api/src/__tests__/bookmarks.test.ts:340` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-duplicat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate (apps/api/src/__tests__/bookmarks.test.ts:361)
`apps/api/src/__tests__/bookmarks.test.ts:361` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-duplicat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate (apps/api/src/__tests__/bookmarks.test.ts:374)
`apps/api/src/__tests__/bookmarks.test.ts:374` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-duplicat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate (apps/api/src/__tests__/bookmarks.test.ts:387)
`apps/api/src/__tests__/bookmarks.test.ts:387` calls `POST /api/bookmark-lists/${listId}/bookmarks/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/batch-duplicat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/from-schedules (apps/api/src/__tests__/bookmarks.test.ts:423)
`apps/api/src/__tests__/bookmarks.test.ts:423` calls `POST /api/bookmark-lists/${listId}/bookmarks/from-schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/from-schedules`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/from-schedules (apps/api/src/__tests__/bookmarks.test.ts:436)
`apps/api/src/__tests__/bookmarks.test.ts:436` calls `POST /api/bookmark-lists/${listId}/bookmarks/from-schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/from-schedules`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/from-schedules (apps/api/src/__tests__/bookmarks.test.ts:449)
`apps/api/src/__tests__/bookmarks.test.ts:449` calls `POST /api/bookmark-lists/${listId}/bookmarks/from-schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/from-schedules`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/from-schedules (apps/api/src/__tests__/bookmarks.test.ts:462)
`apps/api/src/__tests__/bookmarks.test.ts:462` calls `POST /api/bookmark-lists/${listId}/bookmarks/from-schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/from-schedules`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/bookmarks/from-schedules (apps/api/src/__tests__/bookmarks.test.ts:482)
`apps/api/src/__tests__/bookmarks.test.ts:482` calls `POST /api/bookmark-lists/${listId}/bookmarks/from-schedules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/bookmarks/from-schedules`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:268)
`apps/api/src/__tests__/bookmark-lists.test.ts:268` calls `POST /api/bookmark-lists/${listId}/duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/duplicate` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:285)
`apps/api/src/__tests__/bookmark-lists.test.ts:285` calls `POST /api/bookmark-lists/${listId}/duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/duplicate` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:296)
`apps/api/src/__tests__/bookmark-lists.test.ts:296` calls `POST /api/bookmark-lists/${listId}/duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/duplicate` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/${listId}/duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:312)
`apps/api/src/__tests__/bookmark-lists.test.ts:312` calls `POST /api/bookmark-lists/${listId}/duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/<p>/duplicate` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-delete (apps/api/src/__tests__/bookmark-lists.test.ts:334)
`apps/api/src/__tests__/bookmark-lists.test.ts:334` calls `POST /api/bookmark-lists/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-delete` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-delete (apps/api/src/__tests__/bookmark-lists.test.ts:349)
`apps/api/src/__tests__/bookmark-lists.test.ts:349` calls `POST /api/bookmark-lists/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-delete` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-delete (apps/api/src/__tests__/bookmark-lists.test.ts:360)
`apps/api/src/__tests__/bookmark-lists.test.ts:360` calls `POST /api/bookmark-lists/batch-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-delete` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:403)
`apps/api/src/__tests__/bookmark-lists.test.ts:403` calls `POST /api/bookmark-lists/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-duplicate` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:418)
`apps/api/src/__tests__/bookmark-lists.test.ts:418` calls `POST /api/bookmark-lists/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-duplicate` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:438)
`apps/api/src/__tests__/bookmark-lists.test.ts:438` calls `POST /api/bookmark-lists/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-duplicate` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bookmark-lists/batch-duplicate (apps/api/src/__tests__/bookmark-lists.test.ts:449)
`apps/api/src/__tests__/bookmark-lists.test.ts:449` calls `POST /api/bookmark-lists/batch-duplicate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bookmark-lists/batch-duplicate` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/friends/requests (apps/api/src/__tests__/friends.test.ts:193)
`apps/api/src/__tests__/friends.test.ts:193` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:204)
`apps/api/src/__tests__/friends.test.ts:204` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:215)
`apps/api/src/__tests__/friends.test.ts:215` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:228)
`apps/api/src/__tests__/friends.test.ts:228` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:250)
`apps/api/src/__tests__/friends.test.ts:250` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` 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 /api/friends/requests (apps/api/src/__tests__/friends.test.ts:267)
`apps/api/src/__tests__/friends.test.ts:267` calls `POST /api/friends/requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/friends/requests` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request

Showing first 300 of 526. 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/b8f9eada-3bab-40d2-af54-40ec5a506791/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b8f9eada-3bab-40d2-af54-40ec5a506791/

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.