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*" }, {