Search found 17 matches

Go to advanced search

by conor roche
Tue Apr 21, 2015 9:05 pm
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

the very first image i posted for this issue has the screen shot of the error. https://d2r1vs3d9006ap.cloudfront.net... All you guys have to do to fix is either change the code that builds the map of params from storage variables to convert them to strings or else on line 564 of appery.js change the...
by conor roche
Tue Apr 21, 2015 6:06 am
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

Yuri you are misunderstanding the problem it is not the RESPONSE. It is the REQUEST that has the bug. I can reproduce this in a few steps using a simple service. My account has a limit of 1 app so I can't create a simple app to demonstrate it but I can give you the exact steps to reproduce so here t...
by conor roche
Mon Apr 20, 2015 7:45 am
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

anyways for this particular service here are the screenshots of the response. note that for this service there is no response body e.g. its a simply 200 ok response. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1191222/ScreenShot2015-04-20at08.42.10_inline.png?1429515844 https://d2r1vs3d9006ap.cl...
by conor roche
Mon Apr 20, 2015 7:40 am
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

I don't understand why you are asking for service response parameter screenshot, the problem is with making requests and with the request parameters being numeric not handling the response.

by conor roche
Sat Apr 18, 2015 3:38 pm
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

here is the mapping of storage vars to service request params https://d2r1vs3d9006ap.cloudfront.net/s3_images/1190578/ScreenShot2015-04-18at16.33.48_inline.png?1429371384 i have added js to convert to string. if i don't it raises an error as shown in the original screenshot when i opened this topic.
by conor roche
Sat Apr 18, 2015 2:36 pm
Forum: Issues
Topic: Template editing problems after the latest release
Replies: 35
Views: 7369
 
Jump to post

Template editing problems after the latest release

i also have this problem, templates are a nice feature but it is so slow to edit them it makes it painful. it appears to have gotten worse over time for me, perhaps it is related to the number of pages that are based on the template. in my app i have 5+ pages using a navbar template. I have this pro...
by conor roche
Tue Apr 14, 2015 3:42 am
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

while your workaround will work my point was that having to put js in the event handler rather than simply dragging and dropping the mapping is a pain, i think appery should handle non string values as param vals

by conor roche
Mon Apr 13, 2015 8:15 am
Forum: Issues
Topic: Click event not working on Android device
Replies: 31
Views: 3782
 
Jump to post

Click event not working on Android device

Hi Alena, I stopped using checkboxes and radios and replaced them with buttons styled to look the same as radio and checkboxes and that works fine on ios and android for me, i would have to revert to an earlier version

by conor roche
Sun Apr 12, 2015 10:16 am
Forum: Issues
Topic: numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error
Replies: 14
Views: 2614
 
Jump to post

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error

numeric values mapped from storage to query parameters for a service which uses parameter substitution causes an error. Appery.js line 564: var newValue = value && value.replace(this.PARAM_PATTERN, __performParametersSubstitution); it should convert the value to a string first. A workaround ...

Go to advanced search