Replies: 2 comments
-
I'm having this warnings any solutions ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
same here, langgraph studio can crud but if you query from langgraph api ran from langgraph dev it says 404, auth works tho |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I'm working on creating a ReAct agent using LangGraph. The agent works as expected in the frontend at https://agentchat.vercel.app/, but when I use langgraph dev and open LangGraph Studio, I get the following error:
Error: Failed to fetch assistants: Not Found
In the terminal, I also see this warning:
Here is a simplified version of my code:
I’m not sure if this is an issue with my code or an incompatibility between LangGraph Studio and my setup. Do I need to register the assistant or define something additional for Studio to recognize it?
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions