When I set up the proxy server,He didn't seem to work.I would like to ask how to solve the problem。API request 404 devServer: { open: true, historyApiFallback: true, overlay: true, port: process.env.DEV_PORT, proxy('/apis', { target: "http://192.168.74.54:8088", secure: false, changeOrigin: true, pathRewrite: { "^/apis": "/" }, } },
When I set up the proxy server,He didn't seem to work.I would like to ask how to solve the problem。API request 404
devServer: { open: true, historyApiFallback: true, overlay: true, port: process.env.DEV_PORT, proxy('/apis', { target: "http://192.168.74.54:8088", secure: false, changeOrigin: true, pathRewrite: { "^/apis": "/" }, } },