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.
3 Replies
Project ID:
a60794b9-576e-4519-af0e-04c7b76a31eb,693bcd23-a271-46dc-b4b4-f3b52e689af4
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
the problem is the Start Command:
What has changed to stop working? Thank you.
I fixed this with: