Windmill

W

Windmill

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

Join

help

general

changelog

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" ...

Billed double

We noticed this morning that on the 1st of September we were billed for 22 seats. The most we have ever used I believe is around 11. We are currently only using 8.

Secure access to AWS RDS

We are testing your service (cloud solution) and would like to use it in production in the future. But there is a problem with access to our AWS RDS instances. I didn't find any instruction on how to set up direct connect, peering VPC or a list of your IP's addresses that can be used in our firewall. Our security policy doesn't allow open a network access to the AWS RDS to the whole internet.

DataFrame in Script and Flow Showing Incorrect Column Order

I created a dataframe firstly with these 3 columns in this order: ["ID", "Amount", "Status"] Then I reorder the column to ["Status", "ID", "Amount"] However when shown in Windmill, it doesn't get reordered. ...
No description

[Solved] DataFrame in Script and Flow Showing Incorrect Headers

I always got confused why my DataFrame header is not correct. You may see this sample code, I printed the logs also to see what Column Header it should have vs what being shown in Windmill. Please see the image. Let me know if the issue is on my side or Windmill's. I expect the column headers: ID, Amount, Status What being shown in Windmill: col0, col1, col2 ...
No description

Changes aren't applying during wmill sync push as expected.

I'm having trouble understanding why everytime i try sync i'm getting a set of proposed changes to accept, even though i'm not making any changes. $> wmill script generate-metadata --yes ... No metadata to update...

ERROR: A script with same hash (...) already exists! (RESOLVED)

Running into some strange issues today... I've run the same command hundreds of times, but all the sudden i'm getting back an error when trying to sync push my latest changes. 15mm ago i didn't get the error. It's possible i broke something, but again, i'm not sure how or if in fact it is on my side at all. Your advice and support to debug is greatly appreciated. $> wmill script generate-metadata --yes...

App Editor : change a component proprety with Python

Hi, I'm trying to disable a button with a runnable. Is there a way to interact with components properties programaticaly (JS or Python) ?...

Failed to request tarball from API Bad RequestSql error (RESOLVED)

Hi, i'm encountering a strange error. $> wmill sync push No defaultTs defined in your wmill.yaml. Using 'bun' as default. Computing the files to update on the remote to match local (taking .wmillignore into account)...

Connect postgres from docker.

Self hosted - on the same machine that i got windmill, i have another postgres container running. I want to be able to connect to it from my windmill instance. As I understand i have to make a network and combine windmill and postgress in it. Which is the container from windmill that is responsible for connection i just want to add one container to the same network.

Running scheduled reports - chromium not working

Hey team, I'm trying to run scheduled reports of the app - but for some reason, chromium is not working. On the default puppeteer code - the browser is setup, but it gets stuck on the .newPage() command, and eventually errors out with the following
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
...

Trying to setup Oauth connection with okta preview tenant and Windmill deployed on EKS. F

As the title says oauth connection failing with URL mismatch, the reponse url has ALB address

Not parsing?

I got a code that works, but for some reason windmill cant parse i get an error. Not sure whats wrong?

In an App, a forked/custom script's editor does not allow settings

I have scripts that need to be ran from workers with specific tags

Unable to add workspace scripts to flows

Starting last week, I am unable to add workspace scripts to flows. It will allow me to add triggers but nothing happens when I click a script. We updated to the newest version of Windmill this morning and the issue still remains. I have tested it in both Windows and Linux environments and also Chrome and Firefox and the issue is still present. I attached a screen capture for reference. Thanks!