Deploy failed and no Log
henryo
PROOP

2 months ago

Hi,

My Laravel Deploy failed and i do not see any deploy logs this is weird, I am not sure why i do not see any log to know what exactly went wrong

12 Replies

Could you show the build logs?


henryo
PROOP

2 months ago

```

sharing credentials for production-europe-west4-drams3a.railway-registry.com
0ms
Build time: 121.29 seconds```


Could you also show a screenshot of the deployment in the UI?


henryo
PROOP

2 months ago

What exactly do you want to see so that i can send it across?


Basically this (but as failed deployment)

1449119210331443500


henryo
PROOP

2 months ago

1449119571993952300


Could you double check if build and deploy logs truly don't include anything related to pre-deploy?


And could you send your pre-deploy command here?


henryo
PROOP

2 months ago

chmod +x ./build-app.sh && sh ./build-app.sh

#!/bin/bash
# Make sure this file has executable permissions, run 


# Exit the script if any command fails
set -e

# Run migrations
php artisan migrate --force

# Clear cache
php artisan optimize:clear

# Cache the various components of the Laravel application
php artisan config:cache
php artisan event:cache
php artisan route:cache
php artisan view:cache

henryo
PROOP

2 months ago

I do not see anything


chinanderm
PRO

2 months ago

I'm getting the same issue intermittently today. No logs and indications as to what failed, but I've noticed a deployment goes to failed status after successfully running the pre-deploy command, so it seems it is in the transition to being live/running?


Anonymous
HOBBY

a month ago

it seems that i am having this issue as well, did you find a way to fix it?


Loading...