B4J Question [BANanoVuetifyAD3] Nothing in Browser Screen

LJG

Member
I am trying to run the BANanoVuetifyAD3 template so I can learn this new platform. It compiles with no errors within B4J, but when it runs in the web browser, there is only a blank screen with the following console errors:

Navigated to http://localhost/bvad3/index.html
DevTools failed to load SourceMap: Could not load content for http://localhost/bvad3/scripts/html2canvas.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://localhost/bvad3/scripts/axios.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://localhost/bvad3/scripts/FileSaver.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
app.js:224 Uncaught SyntaxError: Invalid hexadecimal escape sequence

I confirmed that html2canvas.js, axios.min.js, and FileSaver.min.js are all in the right folder. But I do not see the html2canvas.js.map, axios.min.map, and the FileSaver.min.js.map files anywhere.

Are these missing files causing the "app.js:224 Uncaught SyntaxError: Invalid hexadecimal escape sequence" error? If so, where are these files located?

I am running:
B4J v8.90
BANano v6.59
BANanoVuetifyAD3.b4xlib v4.11

Thanks for your help.
 
Top