Describe the task
Currently, in dev and test, the frontend attempts to call localhost/sockjs-node/info but this endpoint is not configured; we should either not call it or have it call the sockjs route configured in frontend-dc.yaml
Purpose
Cleanup
Acceptance Criteria
[ ] Look into not calling the endpoint or calling the right one, decide on best course of action, then implement best course of action.
Additional context
I think it's webpack that's making these calls; perhaps have a look at webpack.config.js in the react project
Describe the task Currently, in dev and test, the frontend attempts to call localhost/sockjs-node/info but this endpoint is not configured; we should either not call it or have it call the sockjs route configured in frontend-dc.yaml
Purpose Cleanup
Acceptance Criteria
Additional context