From b468552859d4f4fca085138483628c619ba3db86 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 18 Oct 2024 10:39:32 -0700 Subject: [PATCH] docs: langgraph error code redirects (#27465) --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index 09ede0a6583..d8a94fd1083 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -85,6 +85,10 @@ { "source": "/docs/integrations/platforms/:path((?:anthropic|aws|google|huggingface|microsoft|openai)?/?)*", "destination": "/docs/integrations/providers/:path*" + }, + { + "source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS)/?)*", + "destination": "https://langchain-ai.github.io/langgraph/troubleshooting/errors/:path*" } ] }