Below are the details-
Before:
http_bind_address = 10.x.x.x:9000 ( local ip address )
http_publish_uri = http://10.x.x.x:9000/ ( NAT ip address )
http_external_uri = http://10.x.x.x:9000/ ( local ip address )
http_enable_cors = false
After:
http_bind_address = 0.0.0.0:9000
http_publish_uri = http://10.x.x.x:9000/ ( NAT ip address )
http_external_uri = http://10.x.x.x:9000/ ( local ip address )
http_enable_cors = true
Currently the server.log has the below logs:
2021-05-18T11:18:51.648Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:52.644Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:53.652Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:54.645Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:55.640Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:56.641Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:57.644Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:58.645Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:18:59.645Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.
2021-05-18T11:19:55.832Z ERROR [AuditLogger] Unable to write audit log entry because there is no valid license.