I am trying to display / render an image using <img/>. The image is located in the system cache folder (appCacheFolder() from Tauri API). However it is failing due to "Not allowed to load local resource" error.
I've seen several similar errors after googling, but they all came from all sorts of frameworks and toolkit, and has their own way of workaround. What is Tauri's way to work around this?
Vanilla / No framework
TypeScript
Rust
