Read and Archive API Working, but Delete and Seen Endpoints Return 404

Hi Novu Support, I’m currently integrating the Novu Inbox API in my application. The following endpoints are working correctly through my setup: PATCH /v1/inbox/notifications/:id/read PATCH /v1/inbox/notifications/:id/archive However, the following API calls return a 404 Not Found error: POST /v1/inbox/notifications/seen DELETE /v1/inbox/notifications/:id/delete I’m using the @novu/js SDK.
No description
No description
No description
No description
2 Replies
Pawan Jain
Pawan Jain2d ago
Hi 👋

Are you self hosting Novu?
MUHAMMAD ARSALAN
MUHAMMAD ARSALANOP23h ago
Yes, I’m self-hosting Novu locally. The API is running on http://localhost:3003 and the WebSocket server on http://localhost:3002

Did you find this page helpful?