Hi, I have done exact same thing as mentioned above except the MYSQL part, I have used PostgresSQL. Also I have changed start script to
"scripts": {
"start": "node node_modules/strapi/bin/strapi.js start"
}On doing so it throws module not found error. I have also tried with normal "strapi start" script which works fine locally.
I deployed it from VS code. I have tried different ways but it says
info There appears to be trouble with your network connection. Retrying...
Internet connection should not be the issue because it is good.
and then
/opt/Kudu/Scripts/starter.sh oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform nodejs --platform-version 14 -i /tmp/8da29ec872d214b -p compress_node_modules=tar-gz --log-file /tmp/build-debug.log
and then
Deployment Failed.
What might have gone wrong?