-
Notifications
You must be signed in to change notification settings - Fork 3.9k
🐛 Bug: Error: This operation was aborted #2675
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
♻️ Reproduction Steps
- const { isLoading } = useCopilotChatInternal();
- const { setThreadId } = useCopilotContext();
- when agent is running ie isLoading == true, and a new thread id is set
...
✅ Expected Behavior
It should suppress Abort error and gracefully recover
❌ Actual Behavior
An error appears in console; Uncaught (in promise) Error: This operation was aborted. Pointing to this line:594
throw new Error(structuredError.message);
𝌚 CopilotKit Version
1.10.6📄 Logs (Optional)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working