-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Media Manager thumb error with no ImageProcessor #1288
Comments
Forgot this, the 500 error:
|
It appears to be something within in the media controller:
I just haven't figured out yet why, only in the media manager thumbnail preview, this PublicUrl is null/empty when it generates one fine (seen in the video, it knows the public URL) |
I guess you can kinda call this solved? I had a hunch since the URL it was failing to resolve was /api/media/210/100 that it was trying to get a resized thumbnail and the 500 was likely due to not using the ImageSharp nuget package. I installed it and added Is there a hard dependency on ImageSharp in the manager, or can it be opted out of? If I didn't want to have image resizing/etc, I'd assume the manager would still work. If this was documented somewhere, my apologies. |
There’s not supposed to be a hard dependency and the original file should be returned when there’s no processor registered but apparently something is not checking this the correct way. |
I may be doing something wrong here.
Root Issue: Media thumbnails aren't working in the manager
It's a bit odd, because they work everywhere else. When I upload it, I see a thumbnail that it was uploaded successfully with the image. I can click the media to see the details and I see the media preview and the "get public URL" link works.
Only the thumbnail on the larger media manager page is broken.
Video of issue: https://i.gyazo.com/b794420cf553e729f9ca692ccb96d7b3.mp4
Using:
Relevant code:
(The upload and path appear to match the startup)
The text was updated successfully, but these errors were encountered: