TypeError: Cannot read property '0' of undefined at Object.Kt [as decompressSync] #38
Unanswered
christopher-jj-k
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I can take a look at this later, but could you verify you're passing in a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using fflate to decompress a gzipped json file and this has been working fine but now I moved the project to a new server where I am getting this issue when trying to decompress with fflate.decompressSync I have tried the file on my old server and it works there. I've also made sure to check on the arraybuffer and it looks the same. Why is decompression failing?
Beta Was this translation helpful? Give feedback.
All reactions