Problems with images after upgrade to 2.5.2

3
Is anyone else having issues with losing links to images after upgrading to 2.5.2 ? I'm not sure whether this is a bug or an issue with my application, but the link between the stored image file and the Image record seems to have been lost (com.mendix.systemwideinterfaces.MendixRuntimeException: File document for file id could not be retrieved) If I delete the existing image record and re-upload it it then works OK, but this is a pain to do for several hundred images.
asked
2 answers
4

This is a backwards compatibility issue. We will fix the problem and release a patch tomorrow. I'm sorry for the inconvenience.

answered
1

I experience the same problem and get a 404 on: http://localhost:8080/file?fileID=&thumb=true&cachebust=1291284014871

It seemst hat the api changed to using fileID's, but that existing items have no such id or that the existing files need to be renamed.

answered