HI,
I am following the "Create a Yelp Custom Data Feed" documentations (https://developers.arcgis.com/enterprise-sdk/guide/custom-data-feeds/create-a-yelp-custom-data-feed/) to make sure everything is working properly. However, I've run into the following error when I try to register the Custom Data Feed "
Failed to register custom data provider in 'yelp-data-provider.cdpk'. Failed to register custom data provider in 'yelp-data-provider.cdpk'. Node server failed to start |
"
Does this mean that step number 2 in the documentations (https://developers.arcgis.com/enterprise-sdk/guide/custom-data-feeds/installing-and-configuring-cust... was no properly executed? Specially the part where I need to install ArcGIS Server Custom Data Feeds Runtime in the server machine?
(2. Install the same version of ArcGIS Server Custom Data Feeds Runtime as the version ArcGIS Server on your server machine. If there are multiple machines in your ArcGIS Server site, then the ArcGIS Server Data Feeds Runtime must be installed on each machine.)
And if so, how do I fix this error? Thank you in advance for your help!
I was able to figure out the issue. The issue was that I had installed 'npm install yelp-fusion' at the app level and not at the data provider directory. Tip, make sure you install 'npm install yelp-fusion' at the data provider directory level. Thank you!