Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
9 Ответы
3912 Представления

hi guys, i have found some bug in spreadsheet document in odoo 16, so i write something in cell and i move to another cell and write it again. and then i checked the save indicator is still loading and when i close the document the second change i've been made is not saved. i don't know why the save indicator is loading so long.

Аватар
Отменить
Лучший ответ

Hello,

I had the same problem, and it was a proxy issue for me. Websocket wasn't configured properly (using Apache2).

Is solved it using this answer : https://www.odoo.com/fr_FR/forum/aide-1/apache2-reverse-proxy-configuration-for-odoo-16-multiworker-websocket-234808

Аватар
Отменить
Лучший ответ

in your nginx odoo file (example: /etc/nginx/sites-available/odoo ) add this in the begining of the file:


map $http_upgrade $connection_upgrade {

    default upgrade;

    '' close;

}




Then add this lines in "server" section: 


    # Soporte para WebSocket

     proxy_set_header Upgrade $http_upgrade;

     proxy_set_header Connection $connection_upgrade;


This worked for me

Аватар
Отменить
Лучший ответ

Try updating to the latest version. We encountered a similar issue, and after updating the module, the problem was resolved. Keep in mind that if you have any third-party apps installed that directly affect your spreadsheets/documents module, you will need to update those as well."


Аватар
Отменить
Лучший ответ

Same thing for me

Аватар
Отменить
Лучший ответ

Hello, I am also facing the same problem, is there any solution to fix this problem?

Аватар
Отменить
Лучший ответ

any solution yet?

Аватар
Отменить
Лучший ответ

Same here, does anyone find something useful

Аватар
Отменить
Лучший ответ

Same thing for me :( 

Аватар
Отменить
Лучший ответ

Hello Admaja, faced the same thing, have you resolved this problem ?

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июл. 25
1802
4
апр. 25
7751
0
мая 24
1301
0
янв. 24
1369
1
окт. 23
1913