Running the app locally in Docker as described in the instructions fails with the server attempting to use 127.0.0.1:3000 as the API server (I can see requests for http://127.0.0.1:3000/version and http://127.0.0.1:3000/apis in the inspector).
The current dev HEAD (83d33de771be19712c6c4d2d5786d3accb83fa15) works fine with a yarn && yarn start.
Running the app locally in Docker as described in the instructions fails with the server attempting to use
127.0.0.1:3000
as the API server (I can see requests for http://127.0.0.1:3000/version and http://127.0.0.1:3000/apis in the inspector).The current
dev
HEAD (83d33de771be19712c6c4d2d5786d3accb83fa15) works fine with ayarn && yarn start
.