Skip to content

Event Stream Requests never shows any data streamed #1759

Description

@pocketcolin

Describe the bug
I have an SSE endpoint on my server that I am trying to setup in Thunder Client. It works fine as a standard POST request, but when I create an Event Stream Request for it, the response tab remains empty and no data ever shows up.

To Reproduce
Create an Event Stream Request type request and click "Connect". No data shows up. I have verified that my endpoint is returning valid data:

  • content-type: text/event-stream; charset=utf-8
  • ✅ Events are framed with data: ...\n
  • ✅ Running latest version of Thunder Client v2.41.0

Expected behavior
Events should show up in responses view as they are sent.

Platform:

  • OS: MacOS Tahoe 26.5.1
  • vscode version: 1.127.0
  • node version: 23.7.0
  • extension version: 2.41.0

Metadata

Metadata

Assignees

No one assigned

    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