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
RangeError: Invalid typed array length: -4095
at new Uint8Array ()
at new FastBuffer (node:internal/buffer:959:5)
at Handle.onStreamRead [as onread] (node:internal/stream_base_commons:189:19)
at Stream. (/home/we45/Documents/tools/awstest/serverless-stack-demo-fb-login-client/node_modules/handle-thing/lib/handle.js:120:12)
at Stream.emit (node:events:538:35)
at endReadableNT (/home/we45/Documents/tools/awstest/serverless-stack-demo-fb-login-client/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered:
While i using the app today i faced bellow issues
Starting the development server...
node:internal/buffer:959
super(bufferOrLength, byteOffset, length);
^
RangeError: Invalid typed array length: -4095
at new Uint8Array ()
at new FastBuffer (node:internal/buffer:959:5)
at Handle.onStreamRead [as onread] (node:internal/stream_base_commons:189:19)
at Stream. (/home/we45/Documents/tools/awstest/serverless-stack-demo-fb-login-client/node_modules/handle-thing/lib/handle.js:120:12)
at Stream.emit (node:events:538:35)
at endReadableNT (/home/we45/Documents/tools/awstest/serverless-stack-demo-fb-login-client/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered: