I’m encountering the same issue.
You can serve your file with a local http server to access it anyway.
You can use this python http.server module for instance.
python3 -m http.server
I’m encountering the same issue.
You can serve your file with a local http server to access it anyway.
You can use this python http.server module for instance.
python3 -m http.server