diff --git a/x-pack/plugins/cloud/server/config.ts b/x-pack/plugins/cloud/server/config.ts index ba52153be22e..1efd9b50fc42 100644 --- a/x-pack/plugins/cloud/server/config.ts +++ b/x-pack/plugins/cloud/server/config.ts @@ -32,7 +32,7 @@ const configSchema = schema.object({ projects_url: schema.conditional( schema.contextRef('serverless'), true, - schema.string({ defaultValue: '/projects' }), + schema.string({ defaultValue: '/projects/' }), schema.never() ), trial_end_date: schema.maybe(schema.string()),