Teri
Posts: 0
Joined: Wed Mar 04, 2015 4:26 am

My service tests out okay but fails in my app

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!

LukeM
Posts: 0
Joined: Sat Nov 15, 2014 4:43 pm

My service tests out okay but fails in my app

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.

Joni de Campos
Posts: 0
Joined: Fri Dec 11, 2015 12:21 pm

My service tests out okay but fails in my app

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

My service tests out okay but fails in my app

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.

Return to “Issues”