Wappler Version : 5.8.2
Operating System : W11
Server Model: NodeJS
This is what the SA POST inputs look like - four inputs, 3 text and 1 number - first three required.
When calling this SA from Postman with below JSON data, Wappler is throwing validation error on the field that is present.
If I change the JSON data to "org_id" : "3"
, it starts working.
But with "org_id" : 3
, I keep getting 400.
We had not encountered this problem before updating to 5.8.2