microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.2k stars 1.12k forks source link

Continously getting "Couldn't detect a version for the platform" #267

Open DennisvDijk opened 10 months ago

DennisvDijk commented 10 months ago

We're trying to deploy the azurechat using the cli (via a .zip file). The entire Infra-code has been handled via TerraForm and the last step is to deploy the src code.

However, when deploying, via cli, we're getting the error message: Couldn't detect a version for the platform. We've searched for numerous reasons and they all come back to the Oryx builder. We've tried setting the app configuration parameter (SCM_DO_BUILD_DURING_DEPLOYMENT) to false but that doesn't give us anything. We have checked that a correct version of nodejs is, in fact, present within the package.json as well as the package-lock.json (engines are declared).

Please advise.