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
I run into an issue where the HTTP request was sent with Transfer-Encoding: chunked.
See: arangodb/arangodb#19520
I remember the package npm:arangojs worked in the past (around 2 months ago) for me. So I tried to downgrade Deno and found out that the issue disappeared when I use Deno version < v1.34.2.
I run into an issue where the HTTP request was sent with
Transfer-Encoding: chunked
.See: arangodb/arangodb#19520
I remember the package
npm:arangojs
worked in the past (around 2 months ago) for me. So I tried to downgrade Deno and found out that the issue disappeared when I use Deno version < v1.34.2.Here is my reproduction:
Quick setup a arangodb instance with
docker-compose.yml
:The text was updated successfully, but these errors were encountered: