Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Image

Image

I have tried multiple different methods of storage (arrays containing arrays and just double storing the data, arrays, objects containing arrays, and even gone directly from service -- Page. It does it on mappings that have javascript, and ones that do not.

Currently I'm thinking maybe if i just used javascript instead of trying to use the mapping would at least be consistant? Anyone have any ideas why I'm getting these results? I have a few different apps and have been getting a simular experience every time I try to use mappings to complete as loops.

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Another note, it is very common for the last 20% of the mapping arrow to be thicker appearing almost bold. When this is the case, after I select it and see the red (x). I can not actually click that to delete the mapping. I have to hide the right side so it deletes all the mappings and start over 80% of the time. However this only on my laptop and not PC. Maybe a resolution issue and i the browser frequently at 1/2 screen.

Don't know if this could be related. (using newest version of Chrome)

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Hi Andrew -

When exactly you have noticed such behavior in mapping?
Is this happening in already created apps or also in new apps, too?

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

I have only been using Appery.io for about 2 weeks. It does it in two seperate apps. Both apps, the very first action I have on homepage load is to run a database service. Inside the 'on-success' mapping, I have an arrayed response mapped as the images above show. One app has 4 identical loop mappings. Just this morning 1 out of the 4 lost the top line as the image above shows, and the other 3 remained.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Could you please share this apps with us and provide us their names and steps how to reproduce such behavior?

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Sure thing. I am new to Apperyio. How do I share it with you?

Also I should note, it appears to happen on saving the app. As I will not notice until the next time I am testing.

Again just now, 3 out of 4 mappings have disappeared on the mapping page.
Image

Each field has 5-50 items that should be within the list. It maintains just the first instance as only the looping mapping disappears as shown in the images in my first post.

Can i just write javascript that will take the services results and map them to the lists dynamically? Basically I'm querying multiple tables to allow a user to set filters for the master table to find acceptable matches.

I should probably also share the js running on each control:
//
element.on("click",function(){

Code: Select all

        PopulateSelected(element.selector,value); 

        }); 

//

thanks,

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

thanks, I have shared

The names are 'Budding' and 'Task Check-in'

While both do it, it is more prominent on 'Budding' so I will describe the steps for that one.

It seems to be after I make modifications unrelated to the mappings and save. Then the I notice the list populations stop working past the first item. Then i go into the mappings on page: 'MainPage' as shown in my first posts images and notice the top mapping for a looping pair has disappeared. I have tried storing the service response in a few different formats in localstorage. Storing them as an array was my default attempt. Then I stored them as Arrays with objects that contained a single string. Then I stored them Objects with a single array containing a single string.

Then I moved to just having the service response go directly to the page hoping that maybe the method of how I was storing the information was the problem. Just havn't been able to get it to maintain its mapping.

I have set them back to 4 of the different storage methods for trouble shooting again to try an attempt to identify if any of the methods consistently work.

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

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Hello Andrew,

Please try to refresh mapping page, check Page checkbox for this.
Or collapse and expand mapping, see details http://prntscr.com/7jl27o

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

Yes, when I need to remove mappings and it is showing the weird bold at the last part of the mapping arrow, the only way I can is to collapse and remove all mappings and reassign them. Image

I can refresh the mappings, but I do that frequently.

Return to “Issues”