Hello everyone,
I’m exploring the code to eventually contribute to the CORTEZA project on features I need for my projects.
According to the documentation Web Applications, I managed to successfully build and run One web app.
But for Compose web app, I couldn’t get the webapp to connect to the corteza server.
Here is my configuration :
-
Docker server running on http://localhost:18080
-
Compose webapp running :
Yarn
'No errors'
Yarn serve
'No errors and running on http://localhost:8080'
- public/config.js :
// Corteza API location
window.CortezaAPI = 'http://localhost:18080';
window.CortezaAuth = 'http://localhost:18080/auth'
//window.CortezaWebapp = 'http://localhost:8080/';
window.i18nPseudoModeEnabled = false
I managed to run One like this but not the others web apps.
For Compose web app, it gives me this error :
Thank you for your help guys !
Cheers,