Relative Content

Tag Archive for javascripthtmlvue.jserror-handlinginternal-server-error

500 (Internal Server Error) whenever I try to use a POST request for a function

Im currently a beginner with html, js, and vue, and I am working on a project for a cs class. I created a POST function called definePost(), and whenever I try to call the function using a button, console and network tabs keep giving the error “500 (Internal Server Error)”. In network preview all I see is “Validation error” for each value. I have been told this error means that either the server just isnt working or its a connectivity issue, but I dont really know how to go about dealing with that.