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

Frontend error connecting to langgraph studio. #3

Open
turtle3791 opened this issue Sep 24, 2024 · 0 comments
Open

Frontend error connecting to langgraph studio. #3

turtle3791 opened this issue Sep 24, 2024 · 0 comments

Comments

@turtle3791
Copy link

Hi
I have sqllite running and I am able to connect to it using langgraph studio.
I am able to run queries against the sample dataset from langgraph studio.
I took the URL from langgraph studios UI for example: http://localhost:51261
and updated my .env in frontend folder as follows

frontend/.env:
NEXT_PUBLIC_SQLITE_URL=http://localhost:3001
LANGGRAPH_API_URL=http://localhost:51261

However when I try to execute the query from the front I get the following error:
Error in run: TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async RetryOperation._fn (/Users/me/projects/datavisualization_langgraph-main/frontend/node_modules/p-retry/index.js:50:12) {
[cause]: AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1118:18)
at afterConnectMultiple (node:net:1685:7) {
code: 'ECONNREFUSED',
[errors]: [ [Error], [Error] ]
}
}

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