Dana V
Dana V
Closing as resolved. If assistance is still needed, please comment with pertinent information and we will continue.
Does this help? https://github.com/microsoft/BotFramework-WebChat/blob/main/docs/BUILD_SCRIPTS.md
Closing due to lack of response.
@dhakedanil @Namrata-github @muhilan007 Please run each of the following commands and share the results: `npm -v` `node -v`
Closing due to lack of response. If assistance is still needed, please comment with pertinent information and we will continue.
@AlexandreBobis Can you please try running the following command from the project folder in a terminal (CMD or Powershell). This will help us determine what the actual error/cause is: `dotnet...
Hi @pra-navi Can you please try publishing the bot from outside of Composer? There should be a zip file of the bot application in the folder that Composer created. You...
> @dmvtech I actually published my bot through Github, so I got the zip file of my bot application and then pushed it onto github then on my azure web...
Are you able to test it through Teams using tunneling to a local running bot? https://learn.microsoft.com/en-us/azure/bot-service/bot-service-debug-channel-devtunnel?view=azure-bot-service-4.0
You might have to use `application/vnd.microsoft.teams.file.download.info`. Please see here for more info: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bots-filesv4 Also; here is a sample that you can test to see if that works for you as...