I'm having issues getting Tauri to display images from the file system in an <img> tag. I have this working in my Tauri v1 app but I can't get it to work in Tauri v2. What am I missing?
Error:
http://asset.localhost//Users/your_name_here/Downloads/test.jpg
Failed to load resource: A server with the specified hostname could not be found.
HTML:
<img src="http://asset.localhost//Users/your_name_here/Downloads/test.jpg">