Hello, I was able to solve the problem with jan_blaha's solution by setting up Azure Blog Storage.
Odirlei Borgert
@odirleiborgert
Posts made by odirleiborgert
-
RE: disappeared reports on docker at azure
-
disappeared reports on docker at azure
I have a docker on azure with jsreport 2.5.0.
I created the reports from his. and after a few days it disappeared.
Is there any setting I must pass in the environment variables or something I'm failing? -
RE: Protocol error (Page.printToPDF): Target closed.
I fixed the error "Protocol error (Page.printToPDF): Target closed." replacing 'chrome-pdf' with 'phantom-pdf'
-
How to format text? Font, color, and others... (XLSX)
How to format text? Font, color, and others...
<sheetData> <row> <c t="inlineStr"><is><t>{{ title }}</t></is></c> </row> <row> <c t="inlineStr"><is><t>{{ subtitle }}</t></is></c> </row> </sheetData>
-
Not render phantom-pdf in WebApp Azure
Hi People.
I created a "webApp" in Azure and installed JsReport 2.5, but reports that use PDF I can not render.
If you use the engine "phantom-pdf" the error is:
Server Error. There was an unexpected error in the request processing.
If you use the "chrome-pdf" engine, the error is:
Error: Chromium revision is not downloaded. Run "npm install" or "yarn install" at Launcher.launch (/home/site/wwwroot/node_modules/puppeteer/lib/Launcher.js:119:15)
If you use the engine "xlsx" success is guaranteed for the file.
The installed packages are:
package.json"dependencies": { "jsreport": "2.5.0", "jsreport-phantom-pdf": "^2.2.0", "moment": "^2.24.0", "moment-timezone": "^0.5.25" }
Template
<html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body> Test </body> </html>
-
Problem is "Not working division"
My problem is "Not working division"
My code in playground https://playground.jsreport.net/w/odirleiborgert/FX3V9W_z
-
RE: Generate an XLSX with more than 1 million rows
Hi @jan_blaha ,
Thanks for your time dedicated to helping me, I was able to run your code, I will investigate my code better and I will answer here when I find my problem. -
RE: Generate an XLSX with more than 1 million rows
Hi @jan_blaha
The output of the debug. I am trying to generate a file with 1,100,000 rows. With 1,000,000 lines working normally.
read ECONNRESET logs: +0 Starting rendering request 16 (user: null) +2 Rendering template { name: excel, recipe: xlsx, engine: handlebars, preview: true } +2 Data item not defined for this template. +2 Resources not defined for this template. +34 Executing script script +168787 Base url not specified, skipping its injection. +168787 Rendering engine handlebars Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27)