R
Railway2y ago
Ore

Problem Build in Laravel project

I have always been able to deploy the Laravel project just fine. In my last push it throws me the following error: "rpc error: code = Unknown desc = invalid command line string". Can you help me? Thank you.
Project ID: a60794b9-576e-4519-af0e-04c7b76a31eb
Service ID: 693bcd23-a271-46dc-b4b4-f3b52e689af4
Project ID: a60794b9-576e-4519-af0e-04c7b76a31eb
Service ID: 693bcd23-a271-46dc-b4b4-f3b52e689af4
3 Replies
Percy
Percy2y ago
Project ID: a60794b9-576e-4519-af0e-04c7b76a31eb,693bcd23-a271-46dc-b4b4-f3b52e689af4
Percy
Percy2y ago
It appears that the problem is that the argument passed to the Request::create() method is not a string, but is instead null. This is causing the build to fail.
⚠️ experimental feature
Ore
Ore2y ago
the problem is the Start Command:
(node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
(node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
What has changed to stop working? Thank you. I fixed this with:
npm install && (node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
npm install && (node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
Want results from more Discord servers?
Add your server