I am trying to build a server that enables me to ceate a product and connect this to my frontend. But it i am not receiving the response
So, I am trying to work on the products page in my management software. What i want is when the user lands on the product page, they are able to see their products then also add products. But my requests are not going through and i am not able to make post request that creates the products. Let me share my code with you.