This repository was archived by the owner on Jul 29, 2025. It is now read-only.
Replies: 1 comment 5 replies
-
Hello! Why do you need to set an arbitrary IP address as the host? You're running the server locally, so doing anything beyond localhost (127.0.0.1 or 0.0.0.0) wouldn't really be expected to work (since some studio code runs remotely) |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello Friends:
While looking at the
LangChain University
Langgraph course (specificallymodule-1/studio/
), I'm running into trouble usinglanggraph dev [...]
on a remote self-host server. I use aFedora Linux
headless server (instead of my laptop), to self-host my Agentic Gen AI ecosystem of services. As shown below, I'm trying to do the same with thelanggraph(1)
CLI.The below demon starts fine, and I can even visit its main
LangSmith
WebUI with no problem. But within several seconds, I get the pictured error message. When I visit the API-URL (http://192.168.0.12:2024
), indeed the browser says: "not found
". Notice that the error is not "The site can't be reached
", because it is reachable; but rather "not found
" (and the rest of the page is blank).Meanwhile, the API document site --
http://192.168.0.12:2024/docs
-- does render correctly.Any ideas? Perhaps the courseware is causing this error?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions