Try to run the php artisan storage:link maybe you have a permission issue.
Thank you for the suggestion, I tried running that and a link already exists, unfortunately, so I'm not sure that is the issue — does the rest of the code look like it should work?
The URL should be starting with http://127.0.0.1:8000/
Something is wrong with your path. What is the code generating the value for $user->profile_photo_url
?
Ah, thank you @khatriafaz, I was missing the 'http' in .env file and this was causing the issue. Thank you!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community