Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base URL is not set #43

Open
strugee opened this issue Feb 18, 2025 · 0 comments
Open

Base URL is not set #43

strugee opened this issue Feb 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@strugee
Copy link
Member

strugee commented Feb 18, 2025

How to use GitHub

  • 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

  1. Set up a docker-socket-proxy deploy target, make sure the test deploy is working properly, and then deploy Windmill with occ
  2. Open the Windmill workspace and let it automatically set stuff up
  3. Create a new Windmill flow and add an Approval/Prompt step
  4. 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

@strugee strugee added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant