Maximum number of reports can be render using jsreport free trial version



  • Hi sir ,
    I have added logs/reporter.log in aws s3 (where report templates are stored).And also i modified by jsreport.config.json file and added logger object but logs are not creating in it.

    "logger": {
    "console": {
    "transport": "console",
    "level": "debug"
    },
    "file": {
    "transport": "file",
    "level": "info",
    "filename": "logs/reporter.log"
    },
    "error": {
    "transport": "file",
    "level": "error",
    "filename": "logs/error.log"
    }
    }



  • The logs are created in the folder where the application runs.
    It's not being created in the aws s3, but rather inside the docker container in your case



  • Hi sir ,
    sorry i cant able to upload log file using jsreport forum.

    ERROR
    You do not have enough privileges for this action.



  • [0_1634233944172_jsreport-log.txt](Uploading 100%)



  • [0_1634234167128_jsreport-log.txt](Uploading 100%)



  • This post is deleted!


  • You can put it to dropbox, googledrive, onedrive... to any kind of public storage and share the link here.





  • It seems like there is nothing wrong with jsreport. The 503 error comes from AWS and not from the jsreport.
    Does the problem persist? Maybe it's some kind of aws temporary reboot...



  • Hi sir,

    But my issue is ,

    • if i try to upload new report to aws s3 ,then the newly added report will be displayed in jsreport studio but some files like shared-function.js(its a common js file) will not be displayed in studio. Then again after removing newly added report ,the shared-function.js file again displayed in studio.And then after a few seconds already rendered reports will not work in studio and throw 503 service temporarily unavailable, 502 Bad Gateway error.
    • Is this issue due to jsreport studio reached maximum limits?

    • What could be the main reason if template created manually in file explorer or aws s3( Not created from studio) not displayed in jsreport studio?(If id,short id in config file are unique)



  • Is this issue due to jsreport studio reached maximum limits?

    No, I see in logs you are in valid trial.

    What could be the main reason if template created manually in file explorer or aws s3( Not created from studio) not displayed in jsreport studio?(If id,short id in config file are unique)

    This is correct, the jsreport loads data from the s3 during the init. It has no way of knowing you inserted something in the background.



  • Thank you



  • This post is deleted!

Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.