How to bind it to 0.0.0.0 instead of 127.0.0.1
Author: mavershangCreated Apr 5, 2025Updated May 14, 2025
I was trying to bind it to 0.0.0.0:2024 so I can access it from another machine. I tried
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.11 langgraph dev --host 0.0.0.0 --port 2024, but it failed to load the assistance in browser.
Is there built-in feature to support it
Source: langchain-ai/local-deep-researcher