I have a little app that is used as a way to quickly add photos to records on another software system we use via the API. The app will save the image to an anvil datatable as a media object, then use the third part system API to send the URL of that image to create the image record.
This was working fine a few weeks ago, but today when using this app it no longer works (no changes to code).
When looking into this it seems that that image URL is no longer valid. When I open the image URL in my browser (private) I get this response Bad request: Invalid (Lazy) Media object.
So my question, how can I get a publicly accessible URL of a media object in anvil? as it seems the .url property is only accessible in the browser session?