Level 63
Some questions :
-
is the problem locally on your computer or in production ?
-
can you show the URL and how you are using the URL to display the image ?
1 like
I am using Spatie's Media Library. The uploading process is correct, and I can get the media URL using this function:
$companyLogo = $jobDetail->getFirstMediaUrl('companyLogo');
However, when I visit the image URL, it says "object not found."
How can I solve this issue?
But it is not displaying in the browser.
Thanks for your respond @vincent15000
I got the solution vince....
The problem was in url, so i just changed the app url from localhost to localhost:8000 on it's running port, and it got fixed
Please or to participate in this conversation.