dgtlmonk
dgtlmonk•7mo ago

AbortSignal.timeout is not a function

Hi, I'm running Mistral AI client, and I keep getting AbortSignal.timeout error. With some googling, this could be related to Node 16 incompatiblity https://github.com/langchain-ai/langchainjs/issues/356 What Node version is Convex running? Can I switch to specific version i.e. Node 18 to check if this error goes away?
GitHub
AbortSignal.timeout is not a function when following LangChain tuto...
Using the code snippet below in Next.js found in the LangChain documentation (trying to give bot ability to search internet for answers post cutoff date) throws an error from AbortSignal. I have du...
No description
2 Replies
ballingt
ballingt•7mo ago
Is the file that imports this library marked with "use node"? Node.js actions do use Node.js 18 so Node 16 is probably not the issue here.
dgtlmonk
dgtlmonkOP•7mo ago
No "use node". I tried using other llm client (openai, groq, anthropic), i have no issue. well... screw mistral, my MVP needs to keep going 😄

Did you find this page helpful?