Bug - monitor-get/monitor-delete Erroring with NOT_FOUND
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 194
- Avg merge
- 18m
- Merged PRs (30d)
- 3
Description
Description
The following routes always return NOT_FOUND even with a valid monitorId that can be found at /workspace/:workspaceId/monitor/all:
GET /workspace/:workspaceId/monitor/:monitorIdDELETE /workspace/:workspaceId/monitor/:monitorId
{"message":"Not found","code":"NOT_FOUND"}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing GET /workspace/:workspaceId/monitor/:monitorId and DELETE /workspace/:workspaceId/monitor/:monitorId, then compare their monitor lookup with /workspace/:workspaceId/monitor/all. Confirm that valid monitorIds found by the all-monitors route can be retrieved and deleted without a NOT_FOUND response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100