Gilbert R.

Results 2 comments of Gilbert R.

> You should probably look at joi docs for joi usage, not here. The answer is `Joi.string().allow('')`. Yeah I tried that and for some reason I'm getting a 400 bad...

Ok I solved the issue. In my back-end joi validation schema I had to add `allow("")` and then I also had to add the same piece of code in my...