microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Composer Deployments Failing Consistently #9682

Closed LarryLeonidas closed 3 months ago

LarryLeonidas commented 6 months ago

Describe the bug

Attempting to deploy a generic bot to our Azure environment with Composer. We created the Publish Profile and created Azure Resources directly from within Composer. Azure Resources are created successfully. When attempting to deploy we receive the error below. I've tried this several times, with various resource options (i.e. including and omitting LUIS).

Version

v2.1.2

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

image

Additional context

InfinytRam commented 5 months ago

Hi @LarryLeonidas, thanks for your patience.

1) Have you had a chance to deploy using the latest Composer nightly version instead of 2.1.2 to see if it addresses this issue? 2) Is this a C# (dotnet) or JS (Node.js) Composer bot?

dmvtech commented 3 months ago

Closing due to lack of response.

LarryLeonidas commented 3 months ago

Hi @LarryLeonidas, thanks for your patience.

  1. Have you had a chance to deploy using the latest Composer nightly version instead of 2.1.2 to see if it addresses this issue?
  2. Is this a C# (dotnet) or JS (Node.js) Composer bot?

Sorry for the delay here, missed the notification from rampaged's response. This was for a NodeJS bot.

However, we've moved away from using Composer for deployments/publishing and using ARM/CLI etc. We'll look for an updated version of Composer. Hope it gets better, we're looking forward to it!