Hi,
note the requests from the studio don't store the report output by default.
Do your API requests instruct jsreport to persist the report output?
{
"template": { "name" : "My template" },
"data" : { ... },
"options": {
"reports": { "save": true }
}
}
don't you have a cleanup policy in your configuration?
{
"extensions": {
"reports": {
// how often the cleanup runs
"cleanInterval": "5m",
// how much old reports should be deleted
"cleanTreshold": "1d"
}
}
}
The debug logs for the particular report should have a line about storing or not storing the report. Like
2021-08-11T08:32:15.787Z - debug: Skipping storing report.
https://jsreport.net/learn/reports