flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Add FailureCallback for Laravel Scanner, displaying advise on upgrading to latest flyctl version

Open KTanAug21 opened this issue 1 year ago • 0 comments

Change Summary

What and Why: Include a FailureCallback for the Laravel scanner. There are cases when launch fails for Laravel apps. Sometimes these issues are already fixed in more recent versions of flyctl, so display advise prompting user to upgrade their flyctl scanner to latest version.

How: Include a FailureCallback function for Laravel scanner at LaravelFailureCallback. Set the flyerr.GenericErr.Suggest value to string prompting for version upgrade.

Very similar to Rails Callback! Thanks for pointing this out @rubys !

TODO: Create a docs page in Laravel section of Fly.io docs to include a list of common launch issues and their fixes. similar to https://fly.io/docs/rails/getting-started/existing/#common-initial-deployment-issues THEN finalize this PR with a link to that new page.

Related to: Launch errors for Laravel apps


Documentation

  • [ ] Fresh Produce
  • [ ] In superfly/docs, or asked for help from docs team
  • [ ] n/a

KTanAug21 avatar May 02 '24 16:05 KTanAug21