Hi,
I am setting up a new Odoo 16 instance on Docker for testing. I am facing an issue when I go to Preview Document under settings, it just hangs and shows "Still Loading, Please Be Patient"
Please advise
Hi,
I am setting up a new Odoo 16 instance on Docker for testing. I am facing an issue when I go to Preview Document under settings, it just hangs and shows "Still Loading, Please Be Patient"
Please advise
I think it is related to wkhtmlToPDF.
You should install it before installing odoo.
Through the following commands:
Download the package
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
Install the package
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
Fix dependencies
sudo apt install -f
Also, check worker = 2 in the odoo.conf file
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.