mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
langgraph cli dev runs but with connection error refused. #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cwkfs on GitHub (Apr 4, 2025).
Hello, I've been using langgraph CLI to run dev locally. It's been working fine until the recent versions of the CLI on npm.
langgraph.jsonhas multiple agents)Human Messageand clicksubmit.localhostvia terminal.localhost:8123requests.I downgraded to version of the CLI
0.0.17and it works for me. Am I missing something or doing something wrong? Any recommendations to debug to get the CLI latest version to work?@cwkfs commented on GitHub (Apr 4, 2025):
I now noticed in the older version
0.0.17that is working; all network requests are made againstlocalhost:2024.Submitin the UI all goes tolocalhost:8123.localhost:2024; and these meant the initial UI loaded successfully in the Chrome web browser.@cwkfs commented on GitHub (May 24, 2025):
Running fine again with recent versions of sdk