Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3085 Zobrazení

Hi,

In v15 installations , using ngixproxymanager\.com,\ odoo\ worked\.

chat\ worked\ the\ longpolling\ thing\ was\ ok


Now\ in\ odoo\ 16\ it\ is\ impossible


There\ is\ some\ information\ that\ is\ uselless\ for\ me\. 

in\ odoo\.conf

longpolling_port\ =\ False

gevent_port\ =\ 8072


In\ nginxproximager 

enable\ websockets

in\ locations\ /websocket\ and\ xxx.xxx.xxx.xxx/websoket

but is not working.


I am telling my customer to use woocommerce and a connector. Or wait for version 17 in case the return to de longpolling configuration instead the websockets unreliable sistem.

¿Any idea?

Avatar
Zrušit

I have the same issue. Did you find any solution?

Autor

Yes, the problem was the incompatibility betwen this python lybraries

gevent==20.9.0
greenlet==2.0.2

You must change greenlet to version

greenlet==0.4.17

pip install greenlet==0.4.17

this solved my problem with tchat

The other problem, I cannot edit webpages , was not solved.
as a workarround I have to acces odoo with port 8069 without proxy while editing.

Autor

And increased workers to 4