Hi
TCP Port 3000 is not available as one of the system service ports and so I would recommend using a port for the REST API that is listed under the host-inbound-traffic system-services configuration branch. For Example: 'webapi-clear-text' (TCP 8080) and 'webapi-ssl' (TCP 8443) can be used for this scenario. See the config example below...
.remove j w eb config . remember to configure ssl or rest https certificate .
set system services web-management http interface fxp0.0
set system services rest http
set system services rest control allowed-sources 0.0.0.0/0
------------------------------
Anthony Abraham
------------------------------