Hi guys,
We have a possible client for a Swift application, so I tried to create a demo site to get familiair with Swift.
I used the zips as provided in the installation manual and followed it step by step.
Now my application runs, but all image handler calls return a 500 internal server error.
It does not generate any errors in the logging and custom errors set to 'on' doesnt help me either.
In the CMS under the files section all images are shown as broken links too.
When I check the path in the CMS it is correct.
returns an error:
https://swift-demo.local.innovadis.io/Admin/Public/GetImage.ashx?image=%2fFiles%2fImages%2f65A4487.jpg&Width=640&Height=480&Crop=0&Format=jpg&Compression=75
(I tried all kind of parameter options)
returns an image:
https://swift-demo.local.innovadis.io/Files/Images/65A4487.jpg
Does anybody have an idea why this doesn't work out-of-the-box and how I can find out what the f-ing problem is?