I have tried and given this but its not working in my working environment
in js report config file.still same issue there!
{
"license":{
"development":true
}
}
I have tried and given this but its not working in my working environment
in js report config file.still same issue there!
{
"license":{
"development":true
}
}
My Question is simple I have a two different Js report Project one with latest version Js report App which is using License Key for the Old Project Js report App Which is having Old Version.During The Working Environment/Other Environment It causing a warning like Parallel usage of License Key so my Code is not running there I need to Get New License Key For new Js Report Project or is there any way to use Same License Key for both Project by avoid warning message.Please Give a Clarity on this!!
Can u please Tell me within one license key we can use the new Project.Because Both are deploying in same kubernets
Hi,I have a two Projects with One I have Js Report Old Version 2.6.1
and more Project I have a Js report Version 4.6.In My Old Js Report I have Subscribed the License Enterprise.With The same Project I have Cloned the Same Project just by Updating The Js Report Version with Same License Key there in the new one also.After Deploying the Changes of New to working environment It getting Some License Issue like
.
Can You Please Look into this.
Its working fine in my local.but Issue araise in the different enviroment like Production,staging
this is the docker config for my working which is same as Docker u have shared
Still Its not working I have shared the Playground demo in this msg.Please have a look into this
https://playground.jsreport.net/w/anon/0qSzDvv4
Hi I am getting still After adding the docker details irrelevant character instead of chinese/korean in Pdf this is the pdf generated
this is the dock file
please check this !!
I have shared the playground for ur reference
https://playground.jsreport.net/w/anon/naT6gCXb
Hi I am using js Report 4.6.0 version. In that I am using the Component function Inside the loop.In that Function I am passing two arguments one for the data which is in with loop of internal and another argument I am using dynamic Data.But that is not working.Can u please Check this
{{#each data}}
{{#componentExists (filePath "../Components" lib cid ver)}}
<div>
<span class="component-span">
{{#with this.data.d}}
{{component (filePath "../Components" ../lib ../cid ../ver) . dynamicData="ABC'}}
{{/with}}
{{/componentExists}}
{{/each}}