Closed dkelsey closed 6 years ago
I looked in the logs and found that the code was calling the API in development
.
OFI call exception | url: https://delivery.apps.gov.bc.ca/pub/dwds-ofi/secure/security/productAllowedByFeatureType/WHSE_BASEMAPPING.NRC_WATERBODIES_1M_SP | error: ('Connection aborted.', error(104, 'Connection reset by peer'))
I diagnosed this to the edc_pow.js
return {
options: {
env: 'delivery',
pkg: {
object_name: '',
id: '',
title: '',
name: '',
},
secure_site: false,
past_orders_nbr: '5',
custom_aoi_url: 'http://maps.gov.bc.ca/ess/hm/aoi/',
persist_config: true,
use_pow_ui: true
},
There are two parts to the solution.
env: 'delivery',
ENV
PROD
,TESTCASE
EXPECTED
ACTUAL