Replies: 2 comments 2 replies
-
When using authentication and you get a 401 or something, it does seem to trigger the |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone else looking, it seems the best way to do this in the current version is to create a custom callback on the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm using the
useStream
React hook and trying to test for if a giventhreadId
doesn't exist in LangChain.I can see the fetcher receiving the 404 response, but the
onError
callback never fires. Is this just a bug? Wasn't sure if I wasn't using this correctly:Some of these other ones don't seem to fire, either. Like
onCreated
.EDIT: I get a
POST
404 Not Found error. There's an uncaught promise error for:HTTP 404: {"detail":"Not Found"}
Beta Was this translation helpful? Give feedback.
All reactions