0 Q&A
Bubka edited this page 2020-01-29 22:07:11 +01:00

The uploaded icons are not visible even though i set the storage symlink with the command php artisan storage:link

Check the http response code on img request. If you receive 403 response, try to recreate the storage symlink using relative path. Delete /public/storagesymlink and create a new one with ln -s ../storage/app/public storage