If grove is started in development mode (npm start), hitting the middle-tier on port 9003 directly will return a 404 because GROVE_UI_BUILD_PATH is likely undefined. Add a note about this to the FAQ and explain how react-scripts is used in the project, too.
If grove is started in development mode (
npm start
), hitting the middle-tier on port 9003 directly will return a 404 because GROVE_UI_BUILD_PATH is likely undefined. Add a note about this to the FAQ and explain how react-scripts is used in the project, too.