FarCry Workbench Project

Uploading images to the image library seems broken as well. The UI appears to upload the image fine, but it 404s

I do see the images I uploaded in the www/images/dmImage/* directories though. So its uploading, something else is breaking the link. Maybe the spaces in the filename?

Yeah, looks like the image URL is rendered as:

http://chelsea.local/images/dmImage/ThumbnailImage/Landscape+-+Fantasy.jpg

which doesn’t work. If I replace the “+” with a space or %20 it works fine.

Check your nginx config and the rewrite rules. Make sure that “+” is listed in the rewrite rule. I know the default “suggested” Friendly URL rewrite rule is missing the “+” character