bracesproul / gen-ui

🧬 Generative UI web application built with LangChain.js, AI SDK & Next.js
197 stars 46 forks source link

This project does not work when building. #10

Closed rossanodr closed 2 months ago

rossanodr commented 2 months ago

This repo works nicely with yarn run dev, but it gets errors like [EmptyChannelError] when I try to run it after building or when I try to deploy it on Vercel.

rossanodr commented 2 months ago

fixed: original code: const graph = workflow.compile(); fix: const graph = workflow.compile({});

rossanodr commented 2 months ago

EmptyChannelError appeared again

bracesproul commented 2 months ago

This should be fixed by #12!