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
When HTTP streaming is enabled with app.setup({ enableHttpStream: true }), throwing any error causes the the response to never be sent and never logging anything.
Expected behavior
Throwing an error causes a response with status 500 to be sent and the error to be logged, same as when HTTP streaming is disabled.
Description
When HTTP streaming is enabled with
app.setup({ enableHttpStream: true })
, throwing any error causes the the response to never be sent and never logging anything.Expected behavior
Throwing an error causes a response with status 500 to be sent and the error to be logged, same as when HTTP streaming is disabled.
Reproduction
Setting
enableHttpStream: false
results in the expected behavior, but then streaming won't work.The text was updated successfully, but these errors were encountered: