microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

ReadableStream is not defined (unhandled error) #157

Closed dcnsakthi closed 1 year ago

dcnsakthi commented 1 year ago

Hello, I appreciate the updated version.

It seems that I might be missing something. Could you please review it and provide some guidance?

Server Error ReferenceError: ReadableStream is not defined

This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack ReadableStream node_modules\langchain\dist\util\stream.js (41:44) Module.(rsc)/./node_modules/langchain/dist/util/stream.js

thivy commented 1 year ago

Hello, I appreciate the updated version.

It seems that I might be missing something. Could you please review it and provide some guidance?

Server Error ReferenceError: ReadableStream is not defined

This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack ReadableStream node_modules\langchain\dist\util\stream.js (41:44) Module.(rsc)/./node_modules/langchain/dist/util/stream.js

This might be related to NodeJS version you are currently running. Ensure to have the latest LTS version.

dcnsakthi commented 1 year ago

Thank you, @thivy. You're right. Node v18 LTS is required (https://nodejs.org/en/download).