i use odoo enterprise V18 and i face an issue with notification icon related to message notification and record update notification 
i must refresh the page to receive the notification also refresh to mark it as read
does any one face this issue before and how can i solve it
notice i use nginx and already checked conf file for both nginx and service conf and both is correct 
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
 - e-Commerce
 - Contabilitate
 - Inventar
 - PoS
 - Project
 - MRP
 
Această întrebare a fost marcată
            
                1
                
                    Răspunde
                
            
        
        
            
                1713
                
                    Vizualizări
                
            
        
    Hii,
Odoo must run with longpolling:
--longpolling-port=8072
Check with:
ss -ltnp | grep 8072
Nginx must have this block:
location /longpolling/ {
proxy_pass http://127.0.0.1:8072/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_read_timeout 720s;
}
i hope it is use full
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
| 
             | 
        
            
                
                1
            
            
             aug. 25  
         | 
        1074 | ||
| 
             | 
        
            
                
                1
            
            
             iun. 25  
         | 
        1870 | ||
| 
             | 
        
            
                
                1
            
            
             iun. 25  
         | 
        3058 | ||
| 
             | 
        
            
                
                0
            
            
             mai 25  
         | 
        1646 | ||
| 
             | 
        
            
                
                0
            
            
             dec. 24  
         | 
        4 | 
                        
You're probably missing on the gevent conf