Loop error
#313
Replies: 1 comment
-
|
Solved with the latest version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have this error in loop on each call from an IA, I can have an answer sometimes but lot of time get nothing :
RangeError: Maximum call stack size exceeded
Exception in PromiseRejectCallback:
/app/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js:542
RangeError: Maximum call stack size exceeded
Exception in PromiseRejectCallback:
/app/dist/http-server-single-session.js:95
RangeError: Maximum call stack size exceeded
It's running in a docker in http mode with this command :
docker run -d
--name N8N-MCP_MyNet_WT
-p 8081:8080
-p 8082:3000
-e MCP_MODE=http
-e LOG_LEVEL=error
-e AUTH_TOKEN="GENERATE_YOUR_TOKEN"
-e DISABLE_CONSOLE_OUTPUT=true
-e N8N_MCP_TELEMETRY_DISABLED=true
-e N8N_API_URL="N8N_URL"
-e N8N_API_KEY="API_KEY"
ghcr.io/czlonkowski/n8n-mcp:2.18.10
Do I miss something ?
Beta Was this translation helpful? Give feedback.
All reactions