microsoft / iot-cardboard-js

iot-cardboard-js is a React library for building experiences for IoT applications
https://main--601c6b2fcd385c002100f14c.chromatic.com/
MIT License
84 stars 26 forks source link

Unable to deploy application on Azure Web App #963

Open Raveendra-Sharma opened 1 year ago

Raveendra-Sharma commented 1 year ago

Describe the bug When we deploy the application on the azure web app service (Linux OS), with the deployment option SCM_DO_BUILD_DURING_DEPLOYMENT=true, it throws error.

To Reproduce Steps to reproduce the behavior:

  1. Open project into the Visual Studio Code
  2. Open Azure Extenion and select the azure web application servce.
  3. Deploy
  4. See error: The build failed because the process exited too early. This probably means the system ran out of memory or someone called kill -9 on the process.

or

Error: :( Application ErrorIf you are the application administrator, you can access the diagnostic resources.

Expected behavior The application should be able to deploy on the azure web service, It builds properly on the local but throwing error while deploying on the azure app service.