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
This error appears when uncompressing json data that i stringified and compressed Error: snappy: input buffer (size = 257026677592) is larger than allowed (size = 4294967295)]
The text was updated successfully, but these errors were encountered:
It happened to me when i tried due to bug to uncompress an invalid type (in my case I fetched the Buffer from redis with get instead of getBuffer, and executed the uncompress on the response).
fixing the bug and using Buffer solved the issue for me.
This error appears when uncompressing json data that i stringified and compressed
Error: snappy: input buffer (size = 257026677592) is larger than allowed (size = 4294967295)]
The text was updated successfully, but these errors were encountered: