Forem Creators and Builders 🌱

Discussion on: Cover Image Cannot be Displayed

Collapse
 
akhil profile image
Akhil Naidu • Edited

Ok, the way you can resolve your issue from any one of these two different soulutions.

Solution 1: Remove Cloudinary ENV varibales. That's it, everything will work fine, but without image resizing.

Solution 2: Within your Cloudinary account in the addons section, you can find immga extension, install it, they have a free tier for 50 images resizing per month.

In my opnion going with solution 1 would be great, until @forem decided to give us a helping hand in configuring imgproxy.

Collapse
 
djuber profile image
Daniel Uber • Edited

We just ran into this problem with another self-hosted forem community trying to move from local to cloudinary setup.

Adding the imagga crop and scale plugin (not the imagga auto tagging) to cloudinary fixed it immediately.

This shouldn't be strictly required (DEV.to uses it, but it doesn't mean it should be needed to use cloudinary), and we'll be discussing making that plugin optional.