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
Verify that count of dynamodb tables is 0 (not working)
Describe the Bug
My edge function fails to fetch data from DynamoDB and when I look at the logs I see this error
TypeError: This ReadableStream is disturbed (has already been read from), and cannot be used as a body.
at (node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/compiled/react/cjs/react.shared-subset.production.min.js:11:247)
at (node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/esm/server/lib/patch-fetch.js:204:0)
at (node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/esm/server/lib/patch-fetch.js:307:0)
Expected Behavior
The edge function should successfully fetch data from DynamoDB
Which browser are you using? (if relevant)
Chrome 112.0.5615.137
How are you deploying your application? (if relevant)
Vercel
The text was updated successfully, but these errors were encountered:
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 21.6.0: Mon Dec 19 20:43:09 PST 2022; root:xnu-8020.240.18~2/RELEASE_ARM64_T6000 Binaries: Node: 16.14.0 npm: 8.12.1 Yarn: 1.22.19 pnpm: 7.29.0 Relevant packages: next: 13.3.5-canary.5 eslint-config-next: 13.3.4 react: 18.2.0 react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/uncurated-tests/next-aws-sdk-edge
To Reproduce
Describe the Bug
My edge function fails to fetch data from DynamoDB and when I look at the logs I see this error
Expected Behavior
The edge function should successfully fetch data from DynamoDB
Which browser are you using? (if relevant)
Chrome 112.0.5615.137
How are you deploying your application? (if relevant)
Vercel
The text was updated successfully, but these errors were encountered: