Page 1 of 2

Service doesn't work after updates

Posted: Sat Nov 29, 2014 9:08 am
by wei7111620

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');


Service doesn't work after updates

Posted: Sat Nov 29, 2014 10:57 am
by Alena Prykhodko

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.


Service doesn't work after updates

Posted: Sun Nov 30, 2014 4:28 pm
by wei7111620

Hi Alena,

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

Image Image Image


Service doesn't work after updates

Posted: Mon Dec 01, 2014 2:04 pm
by Maryna Brodina

Hello!

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


Service doesn't work after updates

Posted: Tue Dec 02, 2014 3:27 pm
by wei7111620

Hi hi,

are you referring to this network tab? Image


Service doesn't work after updates

Posted: Tue Dec 02, 2014 10:27 pm
by Yurii Orishchuk

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.


Service doesn't work after updates

Posted: Wed Dec 03, 2014 1:40 am
by wei7111620

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


Service doesn't work after updates

Posted: Thu Dec 04, 2014 12:14 am
by Yurii Orishchuk

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.


Service doesn't work after updates

Posted: Fri Dec 05, 2014 1:39 am
by wei7111620

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.


Service doesn't work after updates

Posted: Fri Dec 05, 2014 5:36 am
by Yurii Orishchuk

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.