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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: