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
Maybe I've overlooked something, but is it possible to configure the web server to use an existing self-hosted api server?
We already deployed the full platform using docker but I want to test some changes to the interface locally (when run with npm run start) and I would like to use the same api server.
The text was updated successfully, but these errors were encountered:
Hi @materight, angular uses a proxy file for these cases.
in clearml we use a template proxy file just add the URI of your api server here
angular is already configured to use this proxy file.
if you have more than 1 proxy in the list update the enumeration here
Maybe I've overlooked something, but is it possible to configure the web server to use an existing self-hosted api server?
We already deployed the full platform using docker but I want to test some changes to the interface locally (when run with
npm run start
) and I would like to use the same api server.The text was updated successfully, but these errors were encountered: