hi @bjrmatos
how to enabled the authentication jsreport for kubernetes docker?
hi @bjrmatos
how to enabled the authentication jsreport for kubernetes docker?
yeah its works!! thank you @bjrmatos for your strong support
@bjrmatos thanks your support, its work for render report at my code,
but i getting another error when i run build..
line 18: Property 'serverUrl' does not exist on type 'JsReportClient'.ts(2339)
line 19: Element implicitly has an 'any' type because expression of type '"Authorization"' can't be used to index type '{}'.
Property 'Authorization' does not exist on type '{}'.ts(7053)
my code run as client side and use nextjs typescript,
https://github.com/aminkassim/report-nextjs-jsreport
this is example simple code for generate report.
yeah it works, but when im refresh page, im getting error
this example my code
Hi Sir,
Im got error when i want to render report. im using
const client = require('@jsreport/nodejs-client')('http://localhost:5488','admin','12345'), in typescript