You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have any idea why Chrome isn't showing any events in the EventStream (Chrome DevTools/Network) when using POST with SSE? It might have to do with the non-standard use of POST of course, but it does actually show the EventStream tab, so it did correctly detect that we're dealing with a stream.
It's not important, because everything works just fine, but I was just curious if anyone was seeing the same thing and if there was some kind of fix.
The text was updated successfully, but these errors were encountered:
Does anyone have any idea why Chrome isn't showing any events in the EventStream (Chrome DevTools/Network) when using POST with SSE? It might have to do with the non-standard use of POST of course, but it does actually show the EventStream tab, so it did correctly detect that we're dealing with a stream.
It's not important, because everything works just fine, but I was just curious if anyone was seeing the same thing and if there was some kind of fix.
The text was updated successfully, but these errors were encountered: