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
The error below occurs when you receive a response without a body, such as a 204 response code.
Most likely, this is caused by response.json()
SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19) at successSteps (node:internal/deps/undici/undici:4527:27) at specConsumeBody (node:internal/deps/undici/undici:4533:9) at _Response.json (node:internal/deps/undici/undici:4425:18) at defaultFetcher (webpack-internal:///(rsc)/./node_modules/.pnpm/[email protected]/node_modules/zod-fetch/dist/index.mjs:12:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
fabb
linked a pull request
Jan 16, 2025
that will
close
this issue
The error below occurs when you receive a response without a body, such as a 204 response code.
Most likely, this is caused by
response.json()
SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at parseJSONFromBytes (node:internal/deps/undici/undici:4553:19) at successSteps (node:internal/deps/undici/undici:4527:27) at specConsumeBody (node:internal/deps/undici/undici:4533:9) at _Response.json (node:internal/deps/undici/undici:4425:18) at defaultFetcher (webpack-internal:///(rsc)/./node_modules/.pnpm/[email protected]/node_modules/zod-fetch/dist/index.mjs:12:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: