Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
803 Lượt xem

I am having this issue on my on-premise database where order updates from PoS dont get updated real time on the kitchen display. I have to manually refresh the kitchen display's browser tab to get updates. 


I noticed it does not happen over http only https. I also noticed there is no issue with it on odoo online or odoo sh. Only on-premise deployment. It has been an issue since v17 and I had hoped it would get fixed it v18 but the issue is the same. I have contacted technical support but they give me generic answers like "install latest version of odoo". I have reinstalled multiple times. One other person said I should install a browser plugin that refreshes the page after regular intervals. 


Is there anyone with this issue or that is using kitchen display on-premise?



Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hii,
To fix real-time kitchen display updates over HTTPS in your on-premise Odoo:
Edit your Nginx config:
location /longpolling {

    proxy_pass http://127.0.0.1:8072;

    proxy_http_version 1.1;

    proxy_set_header Upgrade $http_upgrade;

    proxy_set_header Connection "upgrade";

    proxy_set_header Host $host;

}

In your odoo.conf file, make sure:
proxy_mode = True

longpolling_port = 8072


Restart services:
sudo systemctl restart nginx

sudo systemctl restart odoo


i hope it is use full

Ảnh đại diện
Huỷ bỏ
Tác giả

Hi. Thanks but this does not solve the issue

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 24
1193
1
thg 8 25
764
1
thg 7 25
990
3
thg 7 25
3416
3
thg 5 25
1819