Dear team,
I am currenlty working on a simple mobile app which consumes predix service to show some asset information.For this I am following the samples : https://github.com/PredixDev/MobileExample-Microservice-AssetIntegration and link text https://github.com/PredixDev/MobileExample-WebApp-AssetIntegration
Following are the steps done :
1 . Configure UAA and bind with app 2. Configure Mobile service and bind with app 3. Create asset instance and bind it with app 4. Post some sample asset information to asset instance and tested it using Rest client.Request and Response in working fine and able to see the uploaded asset informartion 5. Download the sample microservice and run it locally
Issue Running the mobile app is not showing the asset data Tapping on the Refresh button is returning only the attached data (returnedData.pdf) I tried debugging the nodeJS sample microservice and it seems that, some "Not Found" error is showing on the "updateAssetsDoc" method in PG-SG-Service.js. Attached the screenshot(error.png) and Following is the error showing in this method :
description:"couch returned 404" errid:"non_200" error:"not_found" Thanks
Answer by Tom Turner · Jul 16, 2018 at 11:17 PM
@Jeremy.Osterhoudt@ge.com any thoughts on this older question?