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
Cloning the kinde-nuxt-starter-kit and upgrading the package from 0.1.6 to the lastest available 0.1.11 is crashing the project with the following error :
500
Unexpected end of JSON input
at parseJSONFromBytes (node:internal/deps/undici/undici:5682:19)
at successSteps (node:internal/deps/undici/undici:5663:27)
at fullyReadBody (node:internal/deps/undici/undici:4561:9)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async consumeBody (node:internal/deps/undici/undici:5672:7)
I am running with lastest LTS node version v22.11.0 with up to date npm.
Ran npm cache clean --force for be sure about corruption.
I could not find from where the problem is, but there is something bad here :(
The text was updated successfully, but these errors were encountered:
Hello,
Cloning the kinde-nuxt-starter-kit and upgrading the package from
0.1.6
to the lastest available0.1.11
is crashing the project with the following error :500
Unexpected end of JSON input
at parseJSONFromBytes (node:internal/deps/undici/undici:5682:19)
at successSteps (node:internal/deps/undici/undici:5663:27)
at fullyReadBody (node:internal/deps/undici/undici:4561:9)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async consumeBody (node:internal/deps/undici/undici:5672:7)
I am running with lastest LTS node version v22.11.0 with up to date npm.
Ran
npm cache clean --force
for be sure about corruption.I could not find from where the problem is, but there is something bad here :(
The text was updated successfully, but these errors were encountered: