CMS entries with empty file uploads crashes the app

Apparently when you have a CMS Data Loader that should display a link to a file, but some CMS items don’t have a file uploaded, the preview and the whole app stops working.

I will take a look at it (is that the same problem as https://plasmiccommunity.slack.com/archives/C013DHGMJTA/p1660113847563579 ?)

hmmm I tried using the Cms Entry Field to display a link to a file, but it just hides when the item don’t have file uploaded, how are you displaying the link? through databinding?

I tried this first
$ctx.plasmicCmsActiveMembers2Item.data.cvFile.url

Then This as a workaround but it didn’t work either
$ctx.plasmicCmsActiveMembers2Item.data.cvFile ? $ctx.plasmicCmsActiveMembers2Item.data.cvFile.url : undefined

Same problem sadly. I’m not sure what the problem is exactly