#TypeError: import_node_async_hooks.AsyncLocalStorage is not a constructor

14 messages · Page 1 of 1 (latest)

dapper hornet
#

Using latest of start

"@tanstack/react-form": "^1.12.3",
"@tanstack/react-query": "^5.80.10",
"@tanstack/react-start": "^1.121.30",

When I go to submit my form I am getting TypeError: import_node_async_hooks.AsyncLocalStorage is not a constructor

Anybody running into similar issues?

simple nova
#

where are you running this? does the runtime support async local storage?

dapper hornet
#

I just created a barebones example of start trying to upgrade to devinxi and when I added my form I am getting the error

simple nova
#

and where are you running this?

dapper hornet
#

Locally

simple nova
#

in nodejs?

#

which version of nodejs?

dapper hornet
#

Soon as I hover the button I get the error - cant see anything when I click

#

node 23.0.0

simple nova
#

ah this means that you are leaking server side code into the client

#

can you share the project?

dapper hornet
#

Yup 1 min

lofty blaze
#

#start message

dapper hornet
#

@lofty blaze yes I am also using tanstack form and my own rest api