Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7086 Widoki

When I'm trying to access any web client site I get empty page. And this is what shows up in the browser console:

https://i.imgur.com/84xqhRh.png


I have no idea what is wrong. I tried debug=1 and debug=assets but the strange error still persists. Only with some random jquery file showing up instead of whole bundle. I also tried to restart Odoo without success.

I think it happened after I enabled multi website in the setting. But I did know how it would affect web client. I would rather imagine it breaking website instead.


Any ideas on how to track down this error?


Awatar
Odrzuć

did you made any changes inside the odoo source code or add any custom modules recently ? make sure source code is not edited and custom modules are not making the problem

Autor

I have custom modules, but they were working fine for some time now. How do I even check which one would be the problem if I'm not able to access to web client.

Autor

I've checked the page source of the /web and it looks like odoo does not sends complete backed assets. Javascript code just stops in the middle of the line. Why?

Najlepsza odpowiedź

Hi, 

i faced the same issue, try with this:

# Fix Blank Page error

        http2_max_field_size 16k;

        http2_max_header_size 32k;

        large_client_header_buffers 4 128k; 

let me know if it works for you too :)

Awatar
Odrzuć
Najlepsza odpowiedź

asstes backend  code have error , expected ")"

Awatar
Odrzuć
Autor

Yeah sure, and what about that?

Powiązane posty Odpowiedzi Widoki Czynność
2
lut 24
1408
1
maj 19
4365
0
gru 24
1272
0
sie 24
3904
1
gru 24
5070