How could i render a template from a script
-
Good afternoon, i´m trying to render a template from a script, but i get timeout, i´m doing this:
const result = await jsreport.render({ template: { shortid: 'Bkx4WzcPrD', data: req.data.table } })
-
hi! can you replicate the problem on the playground? anyway here is a tiny example that shows how to do it.. maybe you have a mistake somewhere else so the best will be to share you template on the playground