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
(if relevant) had to enable cors plugin in my usecase
fails with error 500 only on the stream endpoint, others work fine
if I set threshold: 0 then error 500 is avoided but the response contains {"name":"TypeError","message":"undefined is not an object (evaluating 'res.headers.get')"}
documentation says that stream compression is disabled by default (I have not modified any settings)
Let me know if you need any other info
The text was updated successfully, but these errors were encountered:
cors
plugin in my usecasestream
endpoint, others work finethreshold: 0
then error 500 is avoided but the response contains{"name":"TypeError","message":"undefined is not an object (evaluating 'res.headers.get')"}
Let me know if you need any other info
The text was updated successfully, but these errors were encountered: