I’m seeing this with the latest template:DevTools failed to load SourceMap: Could not parse content for http://dfx2021.tst/jquery/jsrender.min.js.map: Unexpected end of JSON inputPlease have the devs this in the next update.
Cannot reproduce the issue.
In which page did you see this error?
You are probably using some old version, that occurred with an older version of JsRender. Make sure you generate with latest template and clear cached files in your browser.
Not sure what’s up - I always have the latest template installed and I always run a full rebuild of my projects when the templates update.
Try v2021.0.4 which contains the latest JsRender v1.0.8. Remove temp files in your browser to make sure the new *.js files are used.
Updated to v2021.0.4, deleted the project /js and /jquery folders, regenerated the entire project, deleted all history in the browser … and still got the same message in the console
Have just checked the jsrender.min.js.map file by opening it in Notepad++ … the content is truncated - it ends abruptly with "Otherwise include code in compi"I also manually extracted the file from the template .zip and it’s also truncated.
It is the original file (v1.0.8) as provided by the developer of JsRender, see: https://github.com/BorisMoore/jsrender/blob/master/jsrender.min.js.map.You may use the previous versison (v1.0.7), https://github.com/BorisMoore/jsrender/releases/tag/v1.0.7.(v1.0.6 also had the same problem as mentioned in my previous post.)
Try v2021.0.5.