//add this config in WebpackDevServer proxy: { '/api': { target: 'http://localhost:4000', changeOrigin: true, }, },