Keep getting the below error when API proxy is added with Resource path and has been added to the Products by importing the Resource Path. The API is accessible when using the default URL, however appending /{Resource Path} to default URL causing issue :
{"error":"service_resource_not_found","timestamp":1433335173940,"duration":0,"exception":"org.apache.usergrid.services.exceptions.ServiceResourceNotFoundException","error_description":"Service resource not found"}
Solved! Go to Solution.
Thanks @ACS for the question. I'm assuming you're using BaaS as a target from Apigee Edge. If this is the case, the reason you're getting this error is because the path suffix or resource name gets appended by default to all requests made to your target, hence your backend BaaS URL will not be found. This post should provide the directions on how to get it fixed.