my problem is that it doesn't generate the report depending on where I place this component
below line 458 it doesn't work
Now, if placed above, it works normally
In this last print I even commented on the code that came before it and threw the component below others, to show that the problem is where it is called in the code.
Posts made by rafaelsene01
-
RE: Report is never generated
-
RE: Report is never generated
this is my configuration file, is there anything I should adjust here?
{ "httpPort": 5488, "store": { "provider": "fs" }, "blobStorage": { "provider": "fs" }, "logger": { "console": { "transport": "console", "level": "debug" }, "file": { "transport": "file", "level": "info", "filename": "logs/reporter.log" }, "error": { "transport": "file", "level": "error", "filename": "logs/error.log" } }, "trustUserCode": true, "reportTimeout": 900000, "templatingEngines": { "strategy": "dedicated-process" }, "extensions": { "child-templates": { "parallelLimit": 5 }, "authentication": { "cookieSession": {}, "admin": { "username": "admin", "password": "password" }, "enabled": false }, "sample-template": { "createSamples": true }, "scripts": { "strategy": "http-server" } }, "chrome": { "launchOptions": { "args": ["--no-sandbox"] } } }
-
RE: Report is never generated
I actually don't understand where I apply this config
-
RE: Report is never generated
How do I get full access?
I even found the doc, but I didn't understand how to use it
-
RE: Report is never generated
If not, how do I manage to have a good log of what is happening?
-
Report is never generated
I need to wait for the google map to be drawn, so I started using waiting for printing trigger
If I test it separately or put the maps at the beginning of the html, it works great, but the maps must be inserted at the end of the page, which doesn't work.
it is locked as shown in the image above
I would like to know if anyone has any idea why it doesn't generate the report if placed at the end of the page.
Note: my report must have more than 3k lines, if I place a loop that generates the map between the first 0-300 lines, everything works as it should, if placed after these +/-300 lines it simply gets stuck.