I recently installed ODOO 18, Community Version in digital ocean.
Whenever I try to in access the settings tab I get the Connection Lost and then Connection back online pop up
I did everything to fix this but in vain
I changed the Workers in ODOO to 4,
I installed the Nginx
Please check my ODOO.Conf file
[options]
db_host = localhost
db_port = 5432
db_user = odoo18
http_port = 8069
db_password = superuser
proxy_mode = True
workers = 4
xmlrpc_interface = 127.0.0.1
netrpc_interface = 127.0.0.1
max_cron_threads = 1
addons_path = /opt/odoo18/addons
default_productivity_apps = True
logfile = /var/log/odoo/odoo18.log
admin_passwd = dsgthrf45dgdf4f7g86fd94g8fhergts (changed password)
Please let me know if any one have any idea regarding solving this issue
Also I tried to stop the NGINX SERVICE but the ODOO is still accessible in the browser
I guess I have not configured NGINX Properly