Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Incorrect API port forward on Docker causes the app not to work #205

Open
beowulf11 opened this issue Dec 12, 2024 · 0 comments
Open

Comments

@beowulf11
Copy link

beowulf11 commented Dec 12, 2024

Hi, when I try to load a custom project in the UI has error with forwarding ports to the API. Docker logs say

langgraph-api-1       | info | Uvicorn running on http://0.0.0.0:5173 (Press CTRL+C to quit)=

But the port forwarded in docker is to 8000 so even though the API is running correctly we never connect to it. The same happens if I use your tutorial repository Building a Stockbroker Agent in LangGraph.js.

When I create a project from a template uvicorn starts with port 8000 so the forwarding is correct, but I don't see any way to configure uvicorn port in the UI or in the template project.

Version: 0.0.32 (0.0.32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant