Not sure I understand where I should type and delete.
Could you please clarify steps to test your app?
Not sure I understand where I should type and delete.
Could you please clarify steps to test your app?
Could you please point in what field should we enter item and amount here http://appery.io/app/mobile-frame?src... ?
in the input???
there are only two inputs. just fill in the item and estimated amount and add it
Hi Lim,
It seems to be you have incorrect mapping to "_id" request parameter.
Please open "network" tab in browser debugger and take a look what "_id" passed to URL for delete request.
Then you need to debug your implementation to get correct "_id" in request URL.
Regards.
Hi Lim,
Please take a look here how to work with browser debugger:
http://devcenter.appery.io/documentat...
You need to see certain request of service that's you invoke on action. Open this request and see details inside.
Regards.
Hi Lim,
Ok, please take a look what is a culprit of your request error.
http://prntscr.com/49x1de/direct
Also to see details about the error please take a look on "response" debugger tab.
http://prntscr.com/49x2al/direct
Regards.