Error when deploying to production using Laravel Forge, svg path not found

Has anyone run into this when deploying to production? I'm using laravel forge. "The path for the default set does not exist."

> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

   BladeUI\Icons\Exceptions\CannotRegisterIconSet 

  The [/home/forge/test.myapp.com/resources/svg] path for the "default" set does not exist.

  at vendor/blade-ui-kit/blade-icons/src/Exceptions/CannotRegisterIconSet.php:18
     14▕     }
     15▕ 
     16▕     public static function nonExistingPath(string $set, string $path): self
     17▕     {
  ➜  18▕         return new self("The [$path] path for the \"$set\" set does not exist.");
     19▕     }
     20▕ 
     21▕     public static function prefixNotDefined(string $set): self
     22▕     {
Was this page helpful?