Page 2 of 2

My service tests out okay but fails in my app

Posted: Sun Mar 08, 2015 3:51 am
by Teri

Hooray!

There was no mapping at all for the before send, and when I added it in, everything is working perfectly!

Thank you for your help!


My service tests out okay but fails in my app

Posted: Thu Jul 23, 2015 9:21 pm
by LukeM

I have just wasted hours going round in circles with this. Finally re-read this post for the fifth time and understood whats going on.
Suggestion, if deleteing the 'Before Send' 'Mapping' option is going to break the entire service call, would probably be a good idea to make it non-deleteable.


My service tests out okay but fails in my app

Posted: Wed Apr 06, 2016 5:52 pm
by Joni de Campos

The same error occurs if you try to save an date into database date column with the wrong format.

Always format date to yyyy-mm-dd before insert date into database.


My service tests out okay but fails in my app

Posted: Wed Apr 06, 2016 10:06 pm
by Yurii Orishchuk

Hi Joni,

Yes you are right Appery.io DB API will generate an error if you will try to send incorrect format for "date" type field.

Note: correct format for "date" type field is "2011-02-15 01:02:03.004"

Regards.