Skip to content
Discussion options

You must be logged in to vote

After digging deeper in the issue, I was able to narrow down to only a handful of types that allowed me to consistently reproduce the error in isolation and they are all the types that include a date or time, and any non integer type (so any number with decimal positions).
I guess the only difference between running my tests locally or against remote would have been the available culture/localization settings (commas vs. dots for decimals; dd/mm/yyyy vs yyyy/mm/dd vs mm/dd/yyyy etc.)
As an example trying to send a DateTime as 28/06/2022 was successful locally and a failure against remote.
Sending 2022/06/28 resulted as a success on both environments.
I still can't fully explain (and I won…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sipronunciaaigor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant