Browser tool doesn't support file:// URLs

Hey, thanks everyone for the extra info. This is a known issue, and the team is working on a fix.

Workaround: use a local HTTP server to access HTML files. Run this in your terminal:

python3 -m http.server

After that, your files will be available at http://127.0.0.1:8000/[file_path], and the browser can open them.

More details in this thread.