How do your other urls look. Are they correct and reflect the same as your routes in web.php?
"php artisan storage:link" creates link to a "Permission Denied" page after deploy
Hello everyone. I am facing a problem here that I was not able to solve yet after a whole day. I have deployed my website on a dedicated server. Everything is working fine except for the dam storage link. I have deleted the old symlink, of course, and recreated it using the "php artisan storage:link" command from shell. And it creates it. If I type "dir public/storage" from my web root, I actually see the files. However from my browser I cannot see any picture from the storage folder, and I get a Permission Denied page when I try to go to mywebsite.com/storage/. How can I solve this?
Massimo.
Please or to participate in this conversation.