Windmill

W

Windmill

Join the community to ask questions about Windmill and get answers from other members.

Join

help

general

changelog

Is there any way to invalidate cache of a flow/script

I have a script that runs a request and i want to enable cache but also depending on the result of that request i want to be able to invalidate the cache of windmill, is this something possible?

logging on self-hosted

Hey everyone, currently right now I have a script with a large output and it looks like the logs are getting saved to the disk at logs/x/x. I can't find this folder anywhere on the host system and not even in the shell of a worker. Where can I find this?

Evaluating Windmill for a multi-tenancy usecase

I am still going through your docs and trying to understand what Windmill actually solves (and for whom). From a cursory glance, it looks like Windmill is for creating apps and flows for internal use of a single organization. I have an app in which the users who sign up can have integrations to their accounts on multiple platforms like - Shopify, Stripe, AfterShip etc. I have already built flows in our app. I want to know, with Windmill, can our users add actions in their flows like 'cancel the order', or 'create a ticket' seamlessly, without writing much code (our app will already have their auth details from the integrations). ...

Cannot paste text in Windmill preview in VSCode

+V is not working in the preview panel of VSCode using the Windmill extension.

Error when calling a bun script using `wmill.runScript`

I have a bun script, that uses jsdom as a dependency. The script is working as expected when calling it directly through the windmill cloud UI. But now I try to create a second script, written in TS, and call the first script using ```js...

Unauthorized Tasks?

Hey all, facing an issue where I can't seem to get any task working when using the workflows as code setup. It just keeps returning unauthorized. The tool works without the tasks. ======= ...
No description

I keep getting an error that says that the psycopg2 python module doesn't exist when i run code

I have succesffully imported the module, and have actually copy and pasted this code from another app that is working fine with this exact code and I can't get it to work. I changed it to import psycopg instead of psycopg2 and the code runs fine but it is not functioning with psycopg2 and whats even weirder is that every now and then it does work if i just keep hitting run. Is there a way I can maybe remove and reinstall that binary and its dependencies within windmill?

Proxy for external Internet access ignored

Hey all! All my infrastructure is behind a web proxy. Under the environment: section of the compose file I have HTTPS_PROXY and HTTP_PTOXY and NOPROXY configured. However whatever wmill.hubpull uses to pull the packages from the hub seems to ignore the proxy config and tries to connect directly, which obviously won't work. Is there somewhere else to configure a proxy for external access?...

Cannot read properties of null (reading 'fd')

Hi, I get this error when run wmill workspace add defaultwp 'default-workpsace' 'https://my-server.net' I confirm my server still running wel and api working fine too ``` ? How do you want to login › Browser C:\Users\Mee\AppData\Roaming\nvm\v20.10.0\node_modules\windmill-cli\node_modules@deno\shim-deno\dist\deno\stable\functions\listen.js:44 const listener = new Listener_js_1.Listener(server._handle.fd, {...

windmill app -> next.js app

maybe someone has a complete instruction on how to add windmill app to next.js app ?

Sporadic "Flow result by id in leaf jobs not found at name ..." errors

Sometimes, specifically when running multiple flows at once, some of them fail with errors like this one: `` InternalErr: Error during isolated evaluation of expression results.a`: Not found: Flow result by id in leaf jobs not found at name 0191c7b0-0567-020f-02b5-872fbd9297a1, a...

u/admin/hub_sync ExecutionErr

I am new to using windmill I run self-host windmill as per instructions Please tell me how to install resources for use in scripts To install resources I use u/admin/hub_sync script but I get errorExecutionErr...
No description

Unable to sync resources with hub on new install

Hey all! I'm just starting with Windmill, looking at it to be our go-to solution for some stuff. However I don't seem to be able to sync the resources to be able to use resources such as a mysql connection. I run the script but it says "error : - name : "ExecutionErr" message : "error during execution of the script: Invalid requirements, expected to find //bun.lockb split pattern in reqs. Found: |{\n "dependencies": {\n "windmill-cli": "latest"\n }\n}\n//bun.lockb\nIyEvd..."" This is a new install....

playwright chromium could not be successfully closed

def run(playwright, url: str, doc: dict, proxy): browser = None try: browser = playwright.chromium.launch(proxy=proxy) context = browser.new_context()...

Deploy on Coolify

hi, I just found you on Coolify. I would love to use your product on Coolify. I hope you can integrate it soon. I tried to install but look like it not working 🤧

S3 compat GCP

Is there anyone around who has deployed windmill as a helm chart into k8s on gcp, and tried to use the upload component with the gcp s3 cmpat api? Multipart upload seems to break in this scenario, curious if anyone has managed to make it work, we rely on uploading files in some flows on this component and working around this would be a pain. Thanks 🙂...

Creating custom react components fails with jsxRuntime not defined

I want to create a graph network visualisation app component and was looking at either https://reagraph.dev/ or https://www.xyflow.com/ but both add jsxRuntime as dependency and can't be ran. Is there a way to circumvent that?

How to create webhook token for a flow?

I can't seem to find where to create a specific webhook token for a flow? I can create one for a script, but not for a flow. The gif on https://www.windmill.dev/docs/core_concepts/webhooks#user-token shows something that I don't have...

What does `wmill sync push --stateful` do?

Basically the title. It's not mentioned in the CLI docs, so I'm not entirely sure what it's supposed to do. My assumption is that it's supposed to disallow people from pushing without pulling first, but if that's the case, I'm unsure why --skip-pull is a separate flag....

Can't create folders or scripts - sql error

I have just installed Windmill in docker, and I don't seem to be able to create anything - I just get errors: Sql error: error returned from database: new row violates row-level security policy for table "folder" Error while saving the script as a draft: Sql error: error returned from database: new row violates row-level security policy for table "script" ...