I am getting an error GET http://localhost:3000/api/products 404 (Not Found)
问题 Well, there are lots of questions in StackOverflow about this error I've seen all of them none of them is working for me. I'm using react with redux trying to fetch some products. my backend server node is running on port 5000 and I'm using concurrently to start both servers at the same time whenever I'm trying fetch the data its using port 3000 where is my frontend running. Please somebody help me to solve this issue package.json file { "name": "proshop", "version": "1.0.0", "description":