-
Notifications
You must be signed in to change notification settings - Fork 0
fix: notification list returns HTTP 500 #109
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Problem
`copia-cli notification list` fails with `Error: API error (HTTP 500)`.
Root cause
The Copia/Gitea server returns 500 on the notifications endpoint. This may be:
- A server-side bug in Copia's Gitea instance
- An incorrect API endpoint path
- Missing required query parameters
Affected commands
- `notification list`
- Potentially `notification read`
Investigation needed
- Verify the correct Gitea notification endpoint: `GET /api/v1/notifications`
- Check if the endpoint requires specific query parameters
- Test directly via `copia-cli api /notifications` to isolate
Discovered by
Real-world testing of installed rpm package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working