Is there a way to check if an asset exists in the assets directory? app.get_asset_url()
returns a URL, regardless of whether there’s a file behind it or not. I’m trying to write a validator to help other devs when launching apps in our environment
1 Like
+1, I would also like to know this. @ponteaus did you ever find a solution for this?