-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumb not displaying #1312
Comments
only thumb images are showing 404 or all images ??? |
all images.... |
Have you tried php artisan storage:link ?? |
did that already, I can see the storage folder in the public |
@yemilgr Having looked into this further I can see that the issue is caused due to the @pianistprogrammer |
Any solution for this? I have the same problem. I am saving my images in public disk and I have run php artisan storage:link. |
@carbontwelve Thank you my friend! This did the trick. |
Was horizon running to generate the images behind the scenes? I'll be closing this issue, if anyone comes up with a concrete error, feel free to drop a reply. |
Thank you. It worked for me |
Please run this on cmd this is solve my problem |
Thanks, It worked for me =) |
Conversions are queued by default, perhaps the queue worker is not running or is outdated, causing unprocessed thumb conversions until the queue worker is updated and running. Stop the current queue worker then re-run it:
|
Thanks, it worked for me <3 |
yes it's working for s3. |
I have everything all set up and I see the url of the image if I inspect the image url
http://localhost/storage/1/conversions/Jeery-thumb.jpg
but this url is returning 404 on my browser when i navigate to this path. I then tried it with the port my laravel project was running on 8000 and then it showed localhost:8000/storage/1/conversions/Jeery-thumb.jpg
How should this be handled ?The text was updated successfully, but these errors were encountered: