I’m facing the same issue on Azure Web App
An error has occurred during web site deployment. Source code is already deployed to Azure properly, but when the docker starts, it failed with these error messages
2023-08-15T10:22:12.481214964Z PATH=“$PATH:/home/site/wwwroot” yarn start
2023-08-15T10:22:17.560255145Z yarn run v1.17.3
2023-08-15T10:22:18.248003266Z $ strapi start
2023-08-15T10:22:18.535420585Z /home/site/wwwroot/node_modules/.bin/strapi: 1: …/@strapi/strapi/bin/strapi.js: not found
I used FTPS to check and the file …/@strapi/strapi/bin/strapi.js is already there.
Is there anyone solved this issue?