diff --git a/admin_manual/windmill_workflows/index.rst b/admin_manual/windmill_workflows/index.rst index 3bdec10ea90..55e9e459b2e 100644 --- a/admin_manual/windmill_workflows/index.rst +++ b/admin_manual/windmill_workflows/index.rst @@ -43,6 +43,16 @@ This resource includes a **baseUrl** field, which specifies the URL that Windmil To set the correct URL, navigate to the Windmill interface, go to the **Resources** tab, locate the resource labeled ``u/admin/exapp_resource``, click the three dots on the right, and select the "Edit" button. +Next, navigate to **Settings->Instance->Core** in Windmill and check if the **Base url** for the Windmill instance is correct. + +If you are using DockerSocketProxy, the Base URL should be: + + `https:///index.php/apps/app_api/proxy/flow` + +If you are using HaRP (as introduced in Nextcloud 32), the Base URL should be: + + `https:///exapps/flow` + Building a workflow -------------------