I am working on my first web app, and I am running into a problem with mysql. I try to insert into my mysql database using the below POST function. What happens is that in my applied table, the auto increment value is incremented but nothing is inserted into the table. I am able to insert into the table in my ec2 instance using:I am working on my first web app, and I am runn