Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1239 Vistas

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.. 
Avatar
Descartar
Autor Mejor respuesta

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";


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
ene 25
1009
4
ene 25
2875
0
nov 24
582
0
oct 24
940
1
oct 24
2217