You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi, when I try to load a custom project in the UI has error with forwarding ports to the API. Docker logs say
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)
The text was updated successfully, but these errors were encountered: