Hi Everyone,
I am using last stable version of ERPNEXT 15.X.X. on my new server, which is in production mode; whatever print format I am creatin on js; producing blank format. This is for all the report print format.
But, for Document print format which is based on jinja; it is fine.
However, all this format was working with my privious ERPNEXT. I have tried with creating new print format also have same outcome.
Regards,
Mohiuddin
Following Commands you will try.
bench build
bench clear-cache
bench restart
wkhtmltopdf --version
you will check correct wkhtmltopdf version if in case version not update. you will Remove wkhtmltopdf,again you will install wkhtmltopdf properly.
then you will run bench restart command.
Next you will verify following command:
sites/common_site_config.json.
It will show not probelm
{
“serve_default_site”: true
}.
Next bench clear-cache,bench restart.
It has done and still the same problem . it is for the whole bench not any specific site.
And my current version is 15.96.0. While I have another installation with 15.78.1. the same code is working fine.
If you are experiencing issues after the upgrade, please revert the recent changes made to the app.