Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 534 Bytes

TROUBLESHOOTING.md

File metadata and controls

25 lines (17 loc) · 534 Bytes

Troubleshooting

Outdated versions installed during deployment

If your deploy is installing older/outdated versions, you may need to purge your Heroku repo:

heroku plugins:install heroku-repo
heroku repo:purge_cache -a my-app

Segmentation fault during build

Should you encounter a segfault during builds:

bin/compile: line 603:  3547 Segmentation fault      composer config --no-plugins

Try purging your build cache:

heroku plugins:install heroku-repo
heroku repo:purge_cache -a my-app