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

hello friends, 

I had really hard time installing this , but was so happy when I see the  login window again :) , just to find out tha the website module  is not working, and I have no idea why .. 

So I checked the module, and many features i dont know what they mean, tbh.. but I see no error. I installed python on the VPS for other reasons, but i saw no errors anywhere. 

Now, after I uninstalled the module, i tried to install, did not work.. had plenty of python errors.. . so then i chose upgrade, and has been  not responding well, although I can access the editor.. 


Its stays with spining hourglass at highvalue.cloud/web?reload=true#action=653&cids=1&menu_id=480

the settings says 
Domain highvalue.cloud

Homepage  URL    /

LanguagesEnglish 

Name highvalue.cloud

Question:
is there any way to completly remove the module with odoo command, and reinstall by the UI? 

I have no idea what is happening , tbh.. 
아바타
취소
작성자 베스트 답변

upgraded code to this, just in case anyone else needs fixing the same problem, on server block, before proxy section: so , was going to upvote myself, something about karma,  ;)

server {


    listen 443 ssl http2;


    server_name site.name   www.site.name


    # SSL certificate configuration


    ssl_certificate /etc/letsencrypt/live/site.name/fullchain.pem;


    ssl_certificate_key /etc/letsencrypt/live/site.name/privkey.pem;


    include /etc/letsencrypt/options-ssl-nginx.conf;


    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;


    # Security headers


    add_header Content-Security-Policy "upgrade-insecure-requests;" always;


    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;


    add_header X-Frame-Options SAMEORIGIN;


    add_header X-Content-Type-Options nosniff;


    add_header X-XSS-Protection "1; mode=block";


아바타
취소
관련 게시물 답글 화면 활동
4
5월 25
5483
2
1월 25
2352
4
1월 25
4498
0
11월 24
1719
0
10월 24
1757