php artisan storage:link
local worked fine.
After deployment without start php artisan serve
it doesnt find the files in storage.
Symlink is online.
ok if I make symlink on my own it worked fine.
use
ln -s ../storage/app/public storage
instead of
php artisan storage:link