Server side validation message is not appearing

OS info

  • Operating System : Mac OSX 19.5.0

  • Wappler Version : 3.0.3

  • **Node js Project

Problem description

Server Side Form validation error (400).

When I create a server side validation step to check if a record doesn’t exist in the Database, the validation message should appear on the client side.

Unfortunately, I get a 400 error (Bad request) in the Dev console every time the user uses the form and enters a phrase that already exists in the database.

(upload://bR2OZTG3AiCTdD6rW166DTTiJgk.zip) (270.8 KB)

Thanks

Have you added any client side validation on your page, so that the validator can add its includes on your page?

I’ve just added the client side validation and validation seems to be working now. But this error message is still there.

@Teodor any ideas why this error appears?