You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed the npm run eject command to have more control on the webpack configuration. I needed a proxy in the devServer.
start.js doesn't seem to use that configuration when creates the development server because proxy was not working. Executing webpack-dev-server --config config/webpack.config.dev.js, the proxy works properly.