Any known issues with Ktor 3.0.2 or later? Gettin...
# webassembly
j
Any known issues with Ktor 3.0.2 or later? Getting following for example in PeopleInSpace Wasm based Compose for Web client.
Copy code
peopleinspace.uninstantiated.mjs:191 IllegalStateException: Content-Length mismatch: expected 3074 bytes, but received 7291 bytes
p
Try 3.0.3 version. It is fixed there.
j
hmm, I was getting with 3.0.3 as well....but, thanks, will check those issues in case anything else I need to change
Turns out this was fixed for the node runtime, but not for browsers.
seems like still an issue if using in browser as I'm doing
will stick with 3.0.1 for now
p
Sorry. Haven't noticed you mention >3.0.1. In my case (browser) it was fixed at 3.0.3. Maybe it will be fully fixed at 3.1.0 as mentioned in YT.
j
looks like it should be fixed in https://github.com/ktorio/ktor/releases/tag/3.1.1
p
For WA it should be fixed in 3.1.0, for JS in 3.1.1
j
ah, ok