Open cognitiveRobot opened 3 weeks ago
It's caused by this vercel/ai issue: https://github.com/vercel/ai/issues/1610 - we'll add a workaround to the https://github.com/run-llama/chat-ui components
@marcusschiesser Thanks for the reply. What is the expected date of this workaround?
It's only in dev mode so it's not a blocker, but we should have the workaround next week
I get the same error on prod when send query "physical standards for letters?"
fd9d1056-3022f0b0fc61dde2.js:1 Uncaught (in promise) Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ik (fd9d1056-3022f0b0fc61dde2.js:1:110228)
at nf (fd9d1056-3022f0b0fc61dde2.js:1:26356)
at ns (fd9d1056-3022f0b0fc61dde2.js:1:25972)
at rj (fd9d1056-3022f0b0fc61dde2.js:1:44328)
at fd9d1056-3022f0b0fc61dde2.js:1:44206
at 570-ca2dfee6f5294646.js:1:1201783
at Array.l (570-ca2dfee6f5294646.js:1:1198620)
at 570-ca2dfee6f5294646.js:1:1196369
at u (570-ca2dfee6f5294646.js:1:1198253)
at em (570-ca2dfee6f5294646.js:1:1197684)
Run commands
//@backend
$ python main.py
//@frontend
$ npm run build
$npx serve@latest out
app created from v0.3.11
Cheers
I am building an RAG application and the following error is blocking my deployment.
Error
message received:Set up details:
To reproduce:
npx create-llama@latest
from v0.3.8Can you please help me to fix the issue?