## What was reported
Issue tursodatabase/libsql-client-ts#216 (closed, 5 comments): I use turso in my Next.js app (14.1.4). Config based on https://docs.turso.tech/sdk/ts/guides/nextjs
On version 0.6.0 everything is OK.
After updating to version [0.6.1](https://www.npmjs.com/package/@libsql/client/v/0.6.1), I'm getting `Error: Unexpected end of JSON input`
There's no info about 0.6.1 version in the [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
Console
```
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse ([anonymous])
at parseJSONFromBytes (node:internal/deps/undici/undici:5584:19)
at successSteps
## The verified resolution
[tomek-f (reporter)]: Regression in @libsql/client 0.6.1 - `Error: Unexpected end of JSON input` (SyntaxError at JSON.parse) in a Next.js 14 app that worked on 0.6.0. Fixed in 0.6.2 (reporter confirmed, thanks to giovannibenussi). If you hit this, upgrade past 0.6.1.