tsx Unexpected response from worker: undefined

Anyone using nextjs with custom server as .ts file ?? I can't get it to work to run in development with watch mode using
tsx
or
ts-node-dev
keep getting
TypeError: Unexpected response from worker: undefined
at ChildProcessWorker._onMessage (.......\node_modules\next\dist\compiled\jest-worker\index.js:1:12492)
Was this page helpful?