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!
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/
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!
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.
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.
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.