#Script Validation Broken

Hello,

I was learning #Script and scaffolded a project with x tool. If you go to Login/Register and just hit submit instead of validation errors it shows invalid messages as seen in the attached screenshot. I used x new script script_poc to create the project.

Let me know what’s the issue here.

Thanks,
Amit.

It was using an older version of servicestack-client.js, if you re-create the project it should be resolved:

$ x new script ScriptPoc

Thanks for your quick response. It’s working now.