microsoft / csapps-msteams-watercooler

Water Cooler is a custom Teams app that enables corporate teams to create, invite, and join casual conversations among teammates, like those that take place by the Water Cooler or break room. Use this template for multiple scenarios, such as new non-project related announcements, topics of interest, current events, or conversations about hobbies. The app provides an easy interface for anyone to find an existing conversation or start a new one. It's a foundation for building custom targeted communication capabilities, promoting interaction amongst coworkers who may otherwise not get a chance to socialize during breaks.
MIT License
23 stars 17 forks source link

App Service Deployment/Sync - 'react-scripts' is not recognized as an internal or external command, operable program or batch file. #34

Closed Xileize closed 2 years ago

Xileize commented 2 years ago

Afternoon, I'm following the readme to deploy Watercooler and have created all of the app services etc in our Azure subscription. I have also published the app to Teams, and can add the app to my Teams with no issues.

However, when trying to open the app in Teams, I am just greeted with the default Microsoft "welcome to app development" type splash screen.

Going into the app service in Azure, I'm finding that the deployment/sync of the data from this External Git source is failing with the following error:

'react-scripts' is not recognized as an internal or external command, operable program or batch file.

The readme shows no pre-requisite for needing to use the React framework, so I'm guessing that the files are possibly not being pulled from somewhere they should be, or I've missed some config step or something.

Any help would be greatly appreciated. Happy to provide further information if required.

Thanks.

rdeoburman commented 2 years ago

Hi Xileize, as I can understand the deployment is failed on app service. if you tried deployment on P1V2, you please try deploying on P2V2 service plan. Once deployment is successful on P2V2, you can change plan to P1V2.

vdesetty commented 2 years ago

Marking the issue as resolved with the details provided above. Pls feel to revert for any issues.