Azure-Samples / communication-services-web-calling-tutorial

Onboarding sample for web calling capabilities for Azure Communication Services
MIT License
43 stars 64 forks source link

Azure Communication Service - unable to run the quickstart app in Azure App Service #37

Open prawin2k opened 3 years ago

prawin2k commented 3 years ago

i have deployed the app into Azure App Service.

It's working fine locally. However, when I deploy it into Azure App Service it fails with a 404 error. Please see below the error.

YIqPe 1

In the section, Code Structure it says

./webpack.config.js: Project bundler. Has a simple local server for user token provisioning.

Does it mean it doesn't work after deployment to Production? If not, then how do I get it work?

t-sanderv commented 2 years ago

Yes it does, because it relies on a local development server that only works when running npm run start. I have a fix in a fork here, I will work on merging this fork into this repo.