Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Deleting of items

Not sure I understand where I should type and delete.
Could you please clarify steps to test your app?

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Deleting of items

  1. enter an item and amount
    1. delete the first item
    2. you will see the last item being deleted instead the first item
Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Deleting of items

Could you please point in what field should we enter item and amount here http://appery.io/app/mobile-frame?src... ?

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Deleting of items

in the input???
there are only two inputs. just fill in the item and estimated amount and add it

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Deleting of items

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.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Deleting of items

how do i know which is the "_id"? not very sure how to read the "network" tab.

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Deleting of items

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.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Deleting of items

Hi, i found the errors.
now, how do i solve it?

Image

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Deleting of items

Image

this is another screenshot of the error

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Deleting of items

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.

Return to “Issues”