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
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
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] ]
}
}
The text was updated successfully, but these errors were encountered:
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] ]
}
}
The text was updated successfully, but these errors were encountered: