You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an RAG application and the following error is blocking my deployment. Error message received:
react-dom.development.js:26793 Uncaught (in promise) Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
at throwIfInfiniteUpdateLoopDetected (react-dom.development.js:26793:11)
at getRootForUpdatedFiber (react-dom.development.js:7627:3)
at enqueueConcurrentRenderForLane (react-dom.development.js:7549:10)
at forceStoreRerender (react-dom.development.js:12049:14)
at handleStoreChange (react-dom.development.js:12028:7)
at eval (index.mjs:155:42)
at Array.setter (index.mjs:456:21)
at eval (index.mjs:141:25)
at mutateByKey (index.mjs:399:21)
at internalMutate (index.mjs:302:12)
at eval (index.mjs:380:76)
at onUpdate (index.mjs:260:7)
at processDataProtocolResponse (index.mjs:939:5)
at async callChatApi (index.mjs:1031:14)
at async getStreamedResponse (index.mjs:222:10)
at async processChatStream (index.mjs:1243:42)
at async eval (index.mjs:338:9)
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?
The text was updated successfully, but these errors were encountered: