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 just now reproduced the affect. It deleted all 4 out of 4 mappings. I will fix just the 'BudSource' section so you can see the differences. on the page all 4 should have identical functionality and they normally do, except when the error happens and deletes the mappings.

Could be pressing the "TEST" button up top while my mappings are still open? Really stumped here, I appreciate the assistance.

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

Dear Andrew,

I can not reproduce this, I see delete cross button and mapping can be deleted.
And every time I open your, mapping connections are there, nothing is removed.

[quote:]Could be pressing the "TEST" button up top while my mappings are still open? [/quote]
Yes, but better to click Save and Return every time mapping was opened, even if you don't edit it.

[quote:]It deleted all 4 out of 4 mappings. I will fix just the 'BudSource' section so you can see the differences. on the page all 4 should have identical functionality and they normally do, except when the error happens and deletes the mappings. [/quote]

Please specify app, page and service names, so we can double check.

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

The App is named: 'Budding'
Page: 'MainPage'
Service names, 'get_budSources' , 'get_Types' , 'get_Orchards' , 'get_Varieties'

It seems to lose mappings about 1 out of 5-10 saves. Try modifying the JS on any of those and hitting save and bouncing between the services/pages and saving. Eventually the test page will stop working on all 4 sections.

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

It just happened again to all 4. (about the 20th save) after I was modifying some javascript.

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

Figure I'll try and keep posting every time it does it for a while just to see if we can isolate it.

It just did it again, lost 4/4. I was in mapping and hit cancel.
Image
The screen froze for 1-2 seconds.
Then I hit save.
Image
Then i hit test. In the test none of the lists looped.
Image

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

It has happened about 3x more today. I think i'll try and just put the values into storage and then run javascript as the looping function via mapping doesn't seem to be able to hold its values

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 can find examples of how to make dynamic dropdown lists with javascript:

var selectedValue = this.value;
var data = { 'fruits': ['orange', 'apple', 'banana'],
'vegetables': ['onion', 'carrot', 'tomato']
};
var dropDown = $('[name=dynamicList]');
dropDown.html('');
var newData = data[selectedValue];
for(i = 0; i < newData.length; i++) {
dropDown.append('' + newData + '');
}
dropDown.selectmenu('refresh');

//

But how do I do this for lists? I got it to function as a dropdown list, but without the filter function of the lists it isn't useful to me.

thanks

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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,

Could you please try to create a backup of your project, restore it from the backup and try it once again?

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

It seems creating a backup of the project and reloading it has resolved the issue. It may have also been due to poor internet connections while working on the app. Either way it seems to be gone and I'm much happier!

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 -

Thank you for the update, glad to hear things are all sorted out now!

Return to “Issues”