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
Hello, thanks for the plugin!
There is an error that crashes an app when parsing body in handlers request.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 fullyReadBody (node:internal/deps/undici/undici:1307:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async specConsumeBody (node:internal/deps/undici/undici:4536:7)
Hello, thanks for the plugin!
There is an error that crashes an app when parsing body in handlers
request.json()
Reproduce:
handler
index.html
main.js
The text was updated successfully, but these errors were encountered: