Skip to content

Error trying to get messages from stream (500 generic) #95

@franfoca

Description

@franfoca

Hi, I just deployed NUI on my machine (Docker) and connected it to my current NATS server (also running in Docker). I can see the stream, and it shows 8 pending messages in the "invoice" subject, but when I click on the message table, I get a 500 (generic) error.

I’m running a clustered setup (3 nodes) using work queues.

Image

This is the error that is printing NUI when I click in Messages:

{
"time": "2025-10-30T18:51:23.926763956Z",
"level": "ERROR",
"msg": "Internal Server Error",
"request": {
"time": "2025-10-30T18:51:23.923368807Z",
"method": "GET",
"host": "localhost:31311",
"path": "/api/connection/b4cfe3d9-4c6a-43cc-a69a-67be7ed8a53b/stream/StreamV1/messages",
"route": "/api/connection/:connection_id/stream/:stream_name/messages",
"ip": "172.18.0.1",
"x-forwarded-for": [
],
"referer": "http://localhost:31311/",
"length": 0
},
"response": {
"time": "2025-10-30T18:51:23.926746854Z",
"latency": 3378047,
"status": 500,
"length": 4
},
"id": "2a0c3c38-f6be-45f7-ae5a-2c75d77cd805"
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions