콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6524 화면

Been trying to track this down as it's affecting all users. I can reproduce it usually by going through a few Opportunities, and editing the info in them (i.e. assigning to a sales person) or by sending a reply message within that Opportunity.

It will then grey the screen and say "loading" which then becomes "still loading" - usually takes 15 seconds then frees up.

I have restarted the Odoo server and the server itself without any change in the problem.

Looking at the log when this happens reveals nothing interesting, although there's usually a few INFO level messages about longpolling and email related tasks (deleting email is a common one). CPU usage seems fine when this happens as well.

Where could I start with this?

아바타
취소
베스트 답변

when a browser makes an RPC call it's a trigger Loading notification and when a response comes back it's removed the Loading indicator (when rpc make much time it changes the text Loading to Still Loading).

So there is two possibility 
1) Any of the RPC requests stuck forever means the server never releases/responds to it. so check the browser dev tool/inspect and look at the network tab and to be sure there is no pending in status column.
2) Some time due javascript notification channel broke due to some custom module or any other reason, you have to investigate it manually js code debugging. 

Note: long polling (/longpolling/poll) request don't trigger loading 

아바타
취소
관련 게시물 답글 화면 활동
1
12월 15
7754
0
3월 15
3877
1
6월 24
1375
1
3월 24
1230
1
3월 15
9195