From 2cffc92e1732091924ea1cf59f15948af2bc44d8 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 5 Aug 2026 09:58:39 -0700 Subject: [PATCH] Add troubleshooting section for agent network deployment errors in Anypoint Code Builder --- .../ROOT/pages/af-deploy-agent-network-targets.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/agent-network/2.0/modules/ROOT/pages/af-deploy-agent-network-targets.adoc b/agent-network/2.0/modules/ROOT/pages/af-deploy-agent-network-targets.adoc index 89927888f..5f4e5e0eb 100644 --- a/agent-network/2.0/modules/ROOT/pages/af-deploy-agent-network-targets.adoc +++ b/agent-network/2.0/modules/ROOT/pages/af-deploy-agent-network-targets.adoc @@ -85,6 +85,13 @@ Next, discover your agent network assets in *Agents & Tools* in Exchange, view y If you run operations within a CI/CD environment, use Anypoint CLI's plugin to set up, create, build, publish, and deploy agent networks. For more information, see xref:af-build-agent-networks-in-a-ci-cd-environment.adoc[]. +[[resolve-issues]] +== Resolve Agent Network Deployment Errors in Anypoint Code Builder + +If you try to deploy an agent network project and see errors related to CLI version, install the latest Anypoint Code Builder version (1.24.1 or later) and then rebuild, republish, and deploy your project. + +If you try to deploy an agent network project and see errors related to invalid API metadata, use API Manager to delete existing API instances that were created with previous a Anypoint Code Builder version. Then rebuild, republish, and deploy your project. + == See Also * xref:af-project-files.adoc[]