Page 2 of 2

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

Posted: Sun Jun 21, 2015 3:43 pm
by Andrew Main

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.


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

Posted: Sun Jun 21, 2015 6:24 pm
by Alena Prykhodko

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.


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

Posted: Sun Jun 21, 2015 9:24 pm
by Andrew Main

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.


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

Posted: Sun Jun 21, 2015 10:39 pm
by Andrew Main

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


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

Posted: Sun Jun 21, 2015 11:47 pm
by Andrew Main

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


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

Posted: Mon Jun 22, 2015 4:09 am
by Andrew Main

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


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

Posted: Mon Jun 22, 2015 12:37 pm
by Andrew Main

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


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

Posted: Mon Jun 22, 2015 3:55 pm
by Evgene Karachevtsev

Hello Andrew,

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


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

Posted: Sat Jul 11, 2015 2:22 pm
by Andrew Main

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!


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

Posted: Sat Jul 11, 2015 2:39 pm
by Illya Stepanov

Hi Andrew -

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