400 error, no form errors in response

I get 400 error.
Server type ASP.NET
DB Sql Server

Hi.
What do you see in the third tab - Response - in the inspect tool?

only “Bad request”

It could be that one of the server side validations on the input fields are failing.
There are some validations that only work on client side.
Try removing validations from server actions input one by one to identify which one is causing the issue.

1 Like

Thanks for solution.

Did you find the issue? What was the validation that was causing this? A bug report would help fix it for good.

Some file server side validations causes the problem.

The request sent to the server may have incorrect syntax or missing required parameters.