mehrancodes / laravel-harbor

a cli tool to Quickly create on-demand preview environment for your app on Laravel Forge.
https://www.laravel-harbor.com
MIT License
75 stars 7 forks source link

Issue Report: SSL Certification Process Error #82

Closed mehrancodes closed 6 months ago

mehrancodes commented 7 months ago

Encountered an error while provisioning SSL certificates in Laravel Harbor. When running the command php harbor provision, the process fails with the following error:

  INFO    Start finding the server.
  INFO    Finding the associated site.
  INFO    ---> Site not found.
  INFO    Creating a new site.
  INFO    Creating database.
  INFO    Installing the git repository.
  INFO    Processing SSL certificate operations.
[2024-03-05 14:30:56] development.ERROR: The resource you are looking for could not be found. {"exception":"[object] (Laravel\\Forge\\Exceptions\\NotFoundException(code: 0): The resource you are looking for could not be found. at /Users/mehran/packages/harbor/vendor/laravel/forge-sdk/src/MakesHttpRequests.php:110)

It seems that the Laravel Harbor is not handling errors properly while SSL certification process, and is not providing a clear message when this issue occurs.