laravel / forge-cli

The Laravel Forge CLI.
https://forge.laravel.com
MIT License
227 stars 35 forks source link

Failed deployment message exception on forge deploy #64

Closed cbowofrivia closed 2 years ago

cbowofrivia commented 2 years ago

Description:

Ran forge deploy [site] and got this error - the deployment did go ahead on Forge however.

==> Queuing Deployment
==> Waiting For Deployment To Start
==> Deploying

  An unexpected error occured. Please report this issue here:
  https://github.com/laravel/forge-cli/issues/new/choose

  - Forge CLI Version: 1.4.0
  - PHP Version: 8.1.7
  - Operating System: Linux
  - Error Message: array_map(): Argument #2 ($array) must be of type array, string given.

image

Steps To Reproduce:

Hope this helps! Much 💖 for Forge

driesvints commented 2 years ago

Is there any more info? A stacktrace from your logs or anything that can pinpoint his?

driesvints commented 2 years ago

Feel free to answer with the above requested info 👍

cbowofrivia commented 2 years ago

Sorry, must have missed the reply. Do you know where I can find logs from the CLI?

Additionally, running the same command immediately afterwards succeeded with no errors - and I've had no problems since.

driesvints commented 2 years ago

@cbowofrivia odd.. might have been a temporary hiccup. If you can continue I'd just let things be for now. If this resurfaces feel free to reply back 👍

cbowofrivia commented 2 years ago

No probs! Thanks for checking