MKicon
Posts: 0
Joined: Mon May 26, 2014 3:21 am

Mapping not working after update

All of the mapping that I had from REST services to page components on a particular page have stopped working since the update. The services seem to be returning records successfully, and I can write the results to the console, but the elements on the page don't populate. I have already tried removing and readding the service and mappings to the page, but it did not work. I was planning to launch my app this week, please let me know fix.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Mapping not working after update

Hello,

Let us know if this doc will help:
http://devcenter.appery.io/documentat...

MKicon
Posts: 0
Joined: Mon May 26, 2014 3:21 am

Mapping not working after update

That document states all existing mappings will be moved automatically, and they have been moved, to the Before Start and Success events, but they don't work. As I mentioned, I even tried building a set of mappings from scratch by removing and adding the service again, but data still does not populate even though the service returns 200 success.

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

Mapping not working after update

Hello!

When you run app on preview are there any errors in console?

Cristian Fuentes
Posts: 0
Joined: Mon May 26, 2014 1:46 pm

Mapping not working after update

Hello! Same problem here, no errors on console.

In my case mapping is lost when navigate to another page and back to first one.

Thanks!

Cristian Fuentes
Posts: 0
Joined: Mon May 26, 2014 1:46 pm

Mapping not working after update

Just to inform, if set "Use full screen refresh" on back button, mapping works again.

Kind Regards.

Abu Ali
Posts: 0
Joined: Mon Apr 07, 2014 8:50 am

Mapping not working after update

same problem with me , local storage are not mapped correctly to the service request

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

Mapping not working after update

Hello @Cristian Fuentes!

Any errors in console when you don't use full screen refresh?

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

Mapping not working after update

@Abu Ali

Could you clarify what do you mean on "not mapped correctly"? Any errors in console?

Abu Ali
Posts: 0
Joined: Mon Apr 07, 2014 8:50 am

Mapping not working after update

14a670b0-2cd6-4115-bcc2-df3fd9f8dd23 is my GUID

i am using the FB API, on the login btn it should call the service Facebook_MeService and get user data, but it show me error

----------------------

"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500

-----------------------

i checked the access_token in local storage and tried it with Test and it working fine, so in this service the access token is not sent with the request.

Return to “Issues”