Numeric Value in POST Throwing Required Validation Error

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.

image

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

Bump @Teodor / @patrick can you guys please take a look at this?

Here’s Patrick’s explanation

1 Like