How to disable authentication in my jsreport.
-
Hi,
I have authentication enable in my jsreport but i need to disable it but i can't do this
-
Alter the configuration file and change there
"authentication": { "enabled": false }"
-
thanks for quick reply,
I will try this
-
Hi,
In some report data is not rendered in pdf but show properly in html
-
report is not rendering when move complete code in another server if i create new its working
-
report is not rendering when move complete code in another server if i create new its working
moving all code should work normally, but in case it is not working you can also export your code (templates, scripts, etc) and import it in another server using the import, export options in studio.
-
just as a note, one reason that explains your issue is that you are trying to move all files (including
node_modules
) between servers with different OS, when doing moving between different OS you should not include thenode_modules
folder in your project, instead you should move all files except for thenode_modules
directory and do a freshnpm install
in the target server.
-
phantom settings is not working but i need customization in phantom settings please help me
-
@Mukul-Sharma hi! can you be more specific? are you talking about phantomjs configuration in
jsreport.config.json
,dev.config.json
files or about phantom properties when editing a template? how is it not working? can you describe what are you doing it and what is the expected behaviour? (if possible please share an example in playground too in case you are talking about phantom properties in template)
-
sorry for too late. I am talking about phantom properties in phantomjs template setting.
-
all things work but in pdf, chart shows very small table and text shows good.
-
for reference, discussion has been moved to https://github.com/jsreport/jsreport/issues/55#event-284741748