From 9fedb04dd38c377ad7293cab106b041793c9f998 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 1 Nov 2024 14:35:11 -0700 Subject: [PATCH] docs: INVALID_CHAT_HISTORY redirect (#27845) --- docs/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vercel.json b/docs/vercel.json index 1f2aa98c786..4f368093c5a 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -87,7 +87,7 @@ "destination": "/docs/integrations/providers/:path*" }, { - "source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS)/?)*", + "source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS|INVALID_CHAT_HISTORY)/?)*", "destination": "https://langchain-ai.github.io/langgraph/troubleshooting/errors/:path*" }, {