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
{{ message }}
This repository has been archived by the owner on May 15, 2021. It is now read-only.
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 (83d33de) works fine with a yarn && yarn start.
The text was updated successfully, but these errors were encountered:
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 (83d33de) works fine with ayarn && yarn start
.The text was updated successfully, but these errors were encountered: