Getting error - Duplicate assets found for helper.js
-
I am getting intermittent error while creating report using AWS lambda.
Can you please help?
-
You seem to embed asset using
{{asset "helper.js"}}
but there are multiplehelper.js
assets in your workspace.
You need to specify the asset using the relative"./helpers.js"
or absolute"/folderx/helpers.js"
path.Not sure if the
helper.js
isn't created as sample by jsreport, this can be disabled using the following config"extensions": { "sample-template": { "createSamples": false } }