The code runs fine if installed on local machine.
However when installed on cloud IDE (e.g. Github Codespaces), it does not run.
It needs 2 changes:
philoagents-ui/src/services/ApiService.js: Need to change this.apiUrl (Line 3)
philoagents-ui/src/services/WebSocketApiService.js: Need to change this.baseUrl (Line 3)