Hi there,
When typing in the message in chatbox and hitting enter nothing happens(the original text dissapears)
What could be the issue?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
Hi
I am struggeling with the same problem. Messeagebox shows up, but when i enter something it will disappear. Also nothing pops up when being in charge for the chat.
However, i can see within the sessions in odoo.
upstream odoochat {
server 127.0.0.1:8072;
}
location /longpolling {
proxy_pass http://odoochat;
}
sudo netstat -tulpn | grep 8072 gives:
tcp 0 0 127.0.0.1:8072 0.0.0.0:* LISTEN 1350/python3
the documention for 12.0 does not give me any new idea?
Where should i look into?
regards
Jan
Hi,
I experience the same issue. Did you already solved it?
There are many possible reasons for chat not to work properly.
One of there reason is if you start oodo server with worker and didn't configure Nginx/apache properly. make sure long-polling request redirect to a specific port
ref: https://www.odoo.com/documentation/12.0/setup/deploy.html#id7
However no success with this deployment yet.
Even a firewall could cause such issue.
There are many possible reasons for chat not to work properly.
One of there reason is if you start oodo server with worker and didn't configure Nginx/apache properly. make sure long-polling request redirect to a specific port
ref: https://www.odoo.com/documentation/12.0/setup/deploy.html#id7
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
1
set. 23
|
5414 | ||
|
2
jul. 20
|
5014 | ||
|
0
dez. 19
|
155 | ||
How to disable chat option in Odoo 11
Resolvido
|
|
4
nov. 22
|
10329 | |
|
1
nov. 22
|
5174 |
Piotr did you solve the issue? if yes please let me know i am also getting the same issue
Not sure why but after reinstallation of Odoo problem got solved(nginx config and server still the same)