wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi,

I have a query service that return records from a database based on date range and name. I did not use the app for about 1 month and when I returned to test the app in browser, it doesn't return any records.

I checked my previously installed apk and the results are returned correctly.

May I know if anything was changed during the previous update that might have caused this?

For eg, I know that after the update,

window.location.href = “tel:+375292771265′′;

this above code needs to be changed to:

window.open('tel:+37529XXXXXXX', '_system');

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

Service doesn't work after updates

Hello Wei,

Yes, new feature was added, read more here http://devcenter.appery.io/documentat...
Do you have this issue in new builder or old one?

Check whether service is invoked. This (http://devcenter.appery.io/documentat...) should help.
Show us screen shot of Network tab.
Also, please show service settings screen shots.

wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi Alena,

I have attached the screenshots below. I have checked that the service is invoked.

Image Image Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Service doesn't work after updates

Hello!

Thank you! But could you also post a screenshot from console Network tab?

wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi hi,

are you referring to this network tab? Image

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

Service doesn't work after updates

Hi Wei,

Yes, please click on the second request and make screen shots where we can see all request parameters and headers. And other one with request response.

Details: http://prntscr.com/5clm79/direct

Regards.

wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi Yurii,

Are these what you need?

The full response is:

code[{"id":"5424faa6e4b0bbf997822009","dateOfReminder":"2014-12-11 00:00:00.000","contactNumber":9.4120303E7,"purchaseDescription":"NA","name":"test","emailAddress":"ased@gmail.com","dateOfPurchase":"2014-11-25 00:00:00.000","acl":{"":{"write":true,"read":true}},"createdAt":"2014-09-26 05:33:26.080","updatedAt":"2014-09-26 05:33:26.080"},{"id":"54299e07e4b05c4ac3b5f202","dateOfReminder":"2014-12-16 00:00:00.000","contactNumber":3.4112112E7,"name":"testig","dateOfPurchase":"2014-09-30 00:00:00.000","acl":{"":{"write":true,"read":true}},"createdAt":"2014-09-29 17:59:35.364","updatedAt":"2014-09-30 10:36:39.460"},{"id":"54299e35e4b05c4ac3b5f203","dateOfReminder":"2014-12-16 00:00:00.000","contactNumber":2.3123322E7,"name":"test date","dateOfPurchase":"2014-09-02 00:00:00.000","acl":{"":{"write":true,"read":true}},"createdAt":"2014-09-29 18:00:21.928","updatedAt":"2014-09-30 10:36:35.976"},{"id":"542a70a6e4b051ac172b1929","dateOfReminder":"2014-12-16 00:00:00.000","contactNumber":9.4637777E7,"purchaseDescription":"Na","name":"teo","emailAddress":"wpp@gmail.com","dateOfPurchase":"2014-09-30 00:00:00.000","acl":{"":{"write":true,"read":true}},"createdAt":"2014-09-30 08:58:14.630","updatedAt":"2014-09-30 10:36:25.347"}]
/code

Image Image Image

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

Service doesn't work after updates

Hi Wei,

You service works(as i can see in your screen shots).

Pleas give us your app public link and describe steps to reproduce this problem.

Regards.

wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi,

this is the public link:
http://appery.io/app/mobile-frame?src...

On the startup screen, changing the selections of the combo should return some data that will populate a table. The records are not showing up.

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

Service doesn't work after updates

Hi Wei,

You have unchecked visible option for your "gridDetails".

See details: http://prntscr.com/5ddihe/direct

That's why you can not see results.

Regards.

Return to “Issues”