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
error: ReadableStream has already been used
at mergeResponseWithSetHeaders (\api\node_modules\elysia\src\adapter\web-standard\handler.ts:238:14)
at mapResponse (\api\node_modules\elysia\src\adapter\web-standard\handler.ts:324:16)
at createNativeStaticHandler (\api\node_modules\elysia\src\adapter\bun\handler.ts:18:19)
at add (\api\node_modules\elysia\src\index.ts:733:15)
at get (\api\node_modules\elysia\src\index.ts:3997:8)
at \api\node_modules@elysiajs\apollo\dist\index.mjs:33:11
Additional information
with update elysia 1.2.8 have this error
when rolling back to 1.2.6 everything works
The text was updated successfully, but these errors were encountered:
What version of Elysia is running?
1.2.8
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
Update elysia from 1.2.6 to 1.2.8
What is the expected behavior?
No response
What do you see instead?
error: ReadableStream has already been used
at mergeResponseWithSetHeaders (\api\node_modules\elysia\src\adapter\web-standard\handler.ts:238:14)
at mapResponse (\api\node_modules\elysia\src\adapter\web-standard\handler.ts:324:16)
at createNativeStaticHandler (\api\node_modules\elysia\src\adapter\bun\handler.ts:18:19)
at add (\api\node_modules\elysia\src\index.ts:733:15)
at get (\api\node_modules\elysia\src\index.ts:3997:8)
at \api\node_modules@elysiajs\apollo\dist\index.mjs:33:11
Additional information
with update elysia 1.2.8 have this error
![webstorm64_7gzli6tF08](https://private-user-images.githubusercontent.com/75637150/399014054-59a7495a-a352-4772-b493-1026a4c82253.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjM5ODYsIm5iZiI6MTczOTQyMzY4NiwicGF0aCI6Ii83NTYzNzE1MC8zOTkwMTQwNTQtNTlhNzQ5NWEtYTM1Mi00NzcyLWI0OTMtMTAyNmE0YzgyMjUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MTQ0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1MTZkMDVlMjg2NTNlNzRmMWVkMzJmNzIzNjI5YWU3NWMzMjY5NTZlMmMzMWFkYzZiMThiMGY4NmYwMzkxM2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TnC6nigmRJigq8bqwy3Bmd8ya1oOtYVpUgXvj-GjmbE)
![webstorm64_1QlS5Xit70](https://private-user-images.githubusercontent.com/75637150/399014056-7444b26b-53e3-43e5-89ce-1be24b457cc0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjM5ODYsIm5iZiI6MTczOTQyMzY4NiwicGF0aCI6Ii83NTYzNzE1MC8zOTkwMTQwNTYtNzQ0NGIyNmItNTNlMy00M2U1LTg5Y2UtMWJlMjRiNDU3Y2MwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MTQ0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM5MDNmMWQ3MmFkZTFkYmVhNjFiOTExMzJlMzQ4NTM4MTBjYTFkZjljMDAzOTFmOGU2NmFkZDhiYmRjOWFmYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7S49HGpRCgeSk-owBf3A9gt-4KCuYMJOjqxH4HJLUHk)
when rolling back to 1.2.6 everything works
The text was updated successfully, but these errors were encountered: