CrewAI Deployment Issue - Provisioning Failed

Hello All,

I’m trying to deploy templates or my own Crews and in both cases I have the same results.

Below the log for one of the templates:

2025-01-28 20:14:15 UTC Deploy Enqueued (progress: 0%).
2025-01-28 20:14:15 UTC Deploy Started (progress: 0%).
2025-01-28 20:14:15 UTC Deployment started
2025-01-28 20:14:15 UTC Building and pushing image for enterprise-content-marketing-crew
2025-01-28 20:14:15 UTC Loading ENV VAR: SERPER_API_KEY
2025-01-28 20:14:15 UTC Loading ENV VAR: OPENAI_API_KEY
2025-01-28 20:14:15 UTC Loading ENV VAR: OPENAI_MODEL_NAME
2025-01-28 20:14:16 UTC Project Validated (progress: 20%).
2025-01-28 20:14:16 UTC Ready to build and push image
2025-01-28 20:14:16 UTC Building Images for Crew (progress: 40%).
2025-01-28 20:18:29 UTC Successfully built and pushed Docker image
2025-01-28 20:18:29 UTC Provisioning Crew (progress: 60%).
2025-01-28 20:18:29 UTC Deploying app
2025-01-28 20:25:15 UTC Setting DNS (progress: 80%).
2025-01-28 20:25:15 UTC Provisioning Failed, try again. (progress: 0%).

And here the log for one of the Crews I created:

2025-01-28 19:34:22 UTC Deploy Enqueued (progress: 0%).
2025-01-28 19:34:22 UTC Deploy Started (progress: 0%).
2025-01-28 19:34:22 UTC Deployment started
2025-01-28 19:34:22 UTC Building and pushing image for agent_npv_op005_v1
2025-01-28 19:34:22 UTC Loading ENV VAR: OPENAI_API_KEY
2025-01-28 19:34:23 UTC Project Validated (progress: 20%).
2025-01-28 19:34:23 UTC Crew name: agent_npv_op005_v1
2025-01-28 19:34:23 UTC Ready to build and push image
2025-01-28 19:34:23 UTC Building Images for Crew (progress: 40%).
2025-01-28 19:38:36 UTC Successfully built and pushed Docker image
2025-01-28 19:38:36 UTC Provisioning Crew (progress: 60%).
2025-01-28 19:38:36 UTC Deploying app
2025-01-28 19:46:16 UTC Setting DNS (progress: 80%).
2025-01-28 19:46:17 UTC Provisioning Failed, try again. (progress: 0%).

Any idea of what could be preventing the Crew to be provisioned?

Thanks!