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
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Set up a docker-socket-proxy deploy target, make sure the test deploy is working properly, and then deploy Windmill with occ
Open the Windmill workspace and let it automatically set stuff up
Create a new Windmill flow and add an Approval/Prompt step
Test the flow you just made
Expected behaviour
The output of the approval step should be a URL live on the internet.
Actual behaviour
The approval step outputs:
{
"enums": {},
"resume": "https://localhost/api/w/nextcloud/jobs_u/resume/<redacted UUID>/<redacted number>/<redacted long presumably-secret random token>?approver=approver1",
"default_args": {}
}
This is fixed by going into Windmill "Instance settings" and setting the base URL under "Core" to https://<Nextcloud base URL>/index.php/apps/app_api/proxy/flow.
Server configuration
Web server: Apache
Database: MySQL
PHP version: not sure, I can find out if it matters, but this seems N/A
Nextcloud version: 30.0.6
(Omitting list of installed apps etc. which pretty obviously isn't relevant)
Browser
N/A
The text was updated successfully, but these errors were encountered:
How to use GitHub
Steps to reproduce
docker-socket-proxy
deploy target, make sure the test deploy is working properly, and then deploy Windmill withocc
Expected behaviour
The output of the approval step should be a URL live on the internet.
Actual behaviour
The approval step outputs:
This is fixed by going into Windmill "Instance settings" and setting the base URL under "Core" to
https://<Nextcloud base URL>/index.php/apps/app_api/proxy/flow
.Server configuration
Web server: Apache
Database: MySQL
PHP version: not sure, I can find out if it matters, but this seems N/A
Nextcloud version: 30.0.6
(Omitting list of installed apps etc. which pretty obviously isn't relevant)
Browser
N/A
The text was updated successfully, but these errors were encountered: