Storage link already exists in your Laravel project but you are getting 404 error when trying to get a file from the public folder.
Go to your project's public folder, and delete the storage folder, if it exists. Then run this command line:
php artisan storage:link
Top comments (0)