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
If somebody occasionally do an GET request to webhook endpoint it will result in entire server crashing.
error: Uncaught (in promise) BadRequestError: Unexpected end of JSON input
return new errors[Status[status] as ErrorStatusKeys](message, options);
^
at createHttpError (https://jsr.io/@oak/commons/0.11.0/http_errors.ts:211:10)
at Body.json (https://deno.land/x/oak@v16.1.0/body.ts:152:15)
at eventLoopTick (ext:core/01_core.js:168:7)