Yes, It is behind firewall. I have open the SSH port
chaitanya
Posts
-
Could not load dashboard domain -
Could not load dashboard domainfinally, on the browser, are you getting a network error or certificate error? - not able to browse at all, my be due to firewall
-
Could not load dashboard domainwhat kind of dns are you using? I am using cloudflare with wildcard
-
Could not load dashboard domaincurl -6, below is the result
-
Could not load dashboard domainTest with curl -4, below is the result
-
Could not load dashboard domainhost my.domain.com - does this return your server IP? Yes, it does
-
Could not load dashboard domain -
Could not load dashboard domainProxy is also turned off on Cloudflare
-
Could not load dashboard domainHi Team,
I am encountering the following error message despite having recreated the record. Unfortunately, that did not resolve the issue.
Could you please advise if there is a way to re-register the domain or suggest any alternative steps to fix this?
Best regards,
Chirag -
Question - App ProxyAdding to above, here is the documentation
https://www.odoo.com/documentation/17.0/administration/on_premise/deploy.html#https -
Question - App ProxyHi Joseph,
We are using an app proxy to access the on-prem applications. The upstream URL is http://192.168.88.130:8069; however, we do need to allow one more port, which is 8072, and we are not sure how to do it. The application vendor provided the following configuration for the nginx reverse proxy for reference
Redirect websocket requests to odoo gevent port
location /websocket {
proxy_pass http://odoochat;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; proxy_cookie_flags session_id samesite=lax secure; # requires nginx 1.19.8
}
Redirect requests to odoo backend server
location / {
# Add Headers for odoo proxy mode
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off;
proxy_pass http://odoo;add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; proxy_cookie_flags session_id samesite=lax secure; # requires nginx 1.19.8
}
-
Question - App ProxyHi Team,
Can I add multiple ports to the upstream URL?
Best regards
-
Baserow - not able to open any table, getting error message "View Not Found"Here is the app info
-
Baserow - not able to open any table, getting error message "View Not Found"Hi Team,
after the upgrade I have start getting this error. Below is the picture
Best regards
-
Cloudron Installation StuckHi Team,
I am trying to install cloudron and it stuck at installation. On checking setup log, i found following error
Could you please assist?
Best regards
-
Installation Error@nebulon said in Installation Error:
Thank You, here is the output
even I have disabled the ipv6 on server, I am facing the same issue
Best regards
-
Installation ErrorHi Team,
I am trying to install Cloudron, however it stuck with following error. Any idea
I have tried on three different Hyper-V server and more than ten attempts.
Best regards
-
New Update - 1.17.40@girish Thank You, it is working
-
New Update - 1.17.40Hi Team,
Please release the new update for Minecraft Bedrock as we are getting outdated server error message?
-
Minecraft - Package Updates@nebulon Thank You...