Mysql – I am getting an empty array as result from database
I am creating a sign up page and getting all the information from user using form but everything is working fine except the part where I am checking if the user exists or not router.post("/test", async(req, res) => { let…