Skip to Content
Menu
This question has been flagged
2 Replies
935 Views

Hi. Suddenly yesterday I installed a module and then frontend works fine but backend doesn't work, every url gets a blank screen. I uninstalled the module via terminal and then it works fine again. But now I tried to install another module and the same problem, so it's not a problem of this module. Even I tried installing a module with no actions inside and doesn't work.

I found a non-installed module with blank space in its folder name, but it's a module which never has been installed. I fix its name, just in case, but the problem still remains.

Log doesn't show any error, even with log debug mode activated.

What can I do? Thanks.

Avatar
Discard
Best Answer

In that case check console log or you can activate debug with assets basically this will happen any js file problem or any changes made

thanks


Avatar
Discard
Author

console doesn't show anything. How can I activate debug with assets? simply launch odoo with --dev=assets?

Author Best Answer

Testing and seeing urls in the log I realized that the first url odoo doesn't launch when I get a blank page is one which started with /web/webclient/translations/0741a28bdfc70e46f9ced86d72e7439aa7c95b57?mods=base,web... where the number should be some id or session number and after mods= there are all the installed mods. 

Then if I put this full url in the browser, I get a json formatted text. And if I add 3-4 more characters to the url, then I get an error ERR_CONNECTION_CLOSED on chrome. So, it seems this url is too long for odoo? Full url has 5841 characters. I suppose It is a server problem so I had to increase any variable in the server conf to work propertly.

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 24
683
1
Nov 24
1179
0
Feb 20
58
1
Aug 23
2391
0
Aug 23
1981