'Odoo cannot print on server
Solution 1:[1]
Check your configuration file. When you are working in your local with one worker, the longpolling is not enabled and it doesn't use. If you are going to use with port numbers on the url as the error suggests there are few things you need to check.
- Check the conf file for correct ports. If there is no configuration file generate one and to the service with correct ports.
- Check that the server ports are accessible from outside of your server. I'd suggest using NGINX and not exposing ports.
- reports normally shouldn't go to the longpolling port if that is the case. So setting the
web.base.url
andweb.base.url.freeze
parameters in the settings, to avoid changes in the url when accessing from ports.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | kingofsevens |