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
I tested /, //, \/ as the base url, setting the environment variable when building the container, but that resulted in the GUI trying to access the API on http://v4/blabla.
In the end what worked for me was /./. It works if you specify /api too (but we couldn't use it in EDITO due to the Ingress type).
The text was updated successfully, but these errors were encountered:
In GitLab by @kinow on Jun 19, 2024, 11:19
I tested
/
,//
,\/
as the base url, setting the environment variable when building the container, but that resulted in the GUI trying to access the API onhttp://v4/blabla
.In the end what worked for me was
/./
. It works if you specify/api
too (but we couldn't use it in EDITO due to the Ingress type).The text was updated successfully, but these errors were encountered: