So guys i’m setting up my backend in NodeJS for an e-commerce website. But I ran into an error trying to implement the “Order” method. First the connection to mysql database : Then in my Models there is a Client class that contains the following method : The orderData parameter in the order() method is a JSON posted from the