What im doing wrong??????
as you can see in the Screen shot
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
as you can see in the Screen shot
Any other advice ?
Hello again, well this make it even worst.
So i decided to redo this whole process again (to make sure im not crazy) well i have create another page to my app (called test) and test it creating another collection (called test)and map it to my TEST page by creating a CREATE service (called Test) to make sure if it was me the problem or the platform.
Well after all the mapping and the set up. I got it to work but the funny part is that the collection is getting stuffed with all this data (duplicating like 100 times).
Example:
Here is my new data collection
ok lets test it and see what happens
Is so frustrating, its been 3 days with no positive results.
PLEASE HELP
My app and data base still share with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
PS: this is just another thing to look at, my original and must priority problem is with the "addevent" page and with the "addevent create service"
THANK YOU
Andre
Hi Andre,
1) The problem of adding a large number of identical records is that on addevent Success event you call the same event. Thus it a recursion.
2) To add a date from datepicker to Database replace this code:prevar d = new Date($("[name=datepickerName] input").val());
var str = new Date(d.getFullYear() + "-" + d.getMonth() + "-" + d.getDay());/preWith the following: https://getsatisfaction.com/apperyio/...
Hello everyone,
After several hours trouble shooting my app finally got it to work.
to the Appery.io support team a big THANK YOU for all the effort and help that you guys show us day by day.
you guys are the best i really enjoy develop and learning every day new things, i will see you in the future im sure i will have more questions to ask. ![]()
Sincerely,
A