Windmill

W

Windmill

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

Join

help

general

changelog

Skip auto-registering scripts in wmill

I have a bunch of lib files that i don't need to be registered as scripts, however just not having main still doesn't prevent wmill from auto creating scripts out of them.

Telling Windmill to use `deno` runtime not `bun`

I'm sure this has a really obvious answer but I wasn't able to find one in the docs nor by searching deno here on the Discord 🙂 I want to write a script using the deno runtime in Visual Studio Code but it seems to be defaulting to using bun. Is there an obvious part I'm missing to guide Windmill to use whichever runtime?...
No description

Debug Webhook 500 error from Tally

Hi, I'm trying to post a form submission from Tally via webhook. I'm able to mock the webhook call via Postman, including Authorization Bearer token and json body; but when tally tries to call the webhook itself, i get a 500 response. Is there any way to debug the call to find what is causing the 500? I'm on windmill cloud.

Unable to save script as draft

Error while saving the script as a draft: Sql error: no rows returned by a query that expected to return at least one row

Call non public apps as iframes?

I naively tried that: https://www.loom.com/share/a46821e384d54a1b8b49c860b558c277 It probably doesn't work because the origin url is bluewind.ai ...

Python dependency managment issue withPyMuPDF

I'm tyring to use PyMuPDF to do some PDF operations, I get the following error ```job 018f95c5-bbf5-0662-29b8-e549ac3b7426 on worker wk-worker-239.ec2.internal-D5Wi2 (tag: python3) ...

SSO without restricted domain?

Is there a way to do SSO but without restricted domain? This would effectively allow anyone to sign up to my windmill workspace as long as they have a google account.

[Solved] Frontend script call backend script, do UI stuff and download the returned data as file

Hello everyone, new windmill user here. Trying to grasp how windmill works and building a small internal app at the same time. I'm trying to wrap my head how I can have my own frontend script run a backend script, get the result, do some UI stuff based on the result and download it on the user's computer (through the normal browser's download dialog). I see that a backend inline script "just works" without any additional action from me. But what about when I need to run that backend script from a frontend script and do something with the results (including downloading it)? ...

CLI error: this.settings.reader.isTerminal is not a function

wmill workspace add bluewind bluewind https://bluewind.windmill.dev/ error: Uncaught (in promise) TypeError: this.settings.reader.isTerminal is not a function const isTty = this.settings.reader.isTerminal();...

Reference component with MySQL

Hello, I've got a MySQL database and want to include the properties of a rangeslider component in my SQL query. The rangeslider has the id h and result[0] is the min value currently selected. My query currently looks like this but it does not work, I have tried different ways of referencing the component. SELECT Product, (Unit_Price - Unit_Cost) AS db FROM FullBike GROUP BY Product, db...

Saving encryption salt to new instance results in "Internal: BlockModeError" and fails

Currently moving windmill self hosted from a test instance to a more official development instance. resynced all my scripts/flows and data but realized the salt is different. Attempting to save and reencrypt just results in this error. How can we move forward? Thanks!...

Can't create new workspace

Local install > Docker. After installing and changing the default name for my own and trying to create a new workspace I'm getting this error. Sorry the pop up doesn't let me copy the text, hence the screenshot. I've tried different names, nothing works. Thanks...
No description

Adding internal root CA to server mode as well

Hey everyone, We're new to windmill and im trying to setup SMTP for sending internal emails to our users. I followed the guide for adding all of the root Certificate Authorities to the Worker services and it worked flawlessly, however when trying to configure the main server service we are getting the following error: "invalid peer certificate, UnknownIssuer". I checked inside the container, it doesnt add the certificates to the internal trust, and running update-ca-certificates manually doesnt change anything....

Stuck in migration hell during upgrade.

``` {"timestamp":"2024-05-10T12:38:45.990624Z","level":"INFO","message":"Acquired global PG lock","target":"windmill_api::db"} {"timestamp":"2024-05-10T12:38:45.996531Z","level":"INFO","message":"Started applying migration 20240415144144: tighten delete permissions","target":"windmill_api::db"} {"timestamp":"2024-05-10T12:38:46.003459Z","level":"INFO","message":"Finished applying migration 20240415144144","target":"windmill_api::db"} Error: Migrating database: while executing migrations: error returned from database: must be owner of relation resource...

Badge in Table View

I am trying to display a table with badges in Windmill App. However, it does not work. It works in the result when executing the code, but not in the result on the app itself.
No description

Supabase S3 storage

I'm trying to connect a local windmill instance (docker compose) to a local Supabase instance (started with Supabase CLI). However, the S3 type in Windmill always fails with this error. I've tried all sorts of endpoint variations assuming it's a docker networking issue, but no luck so far. Is there some sort of validation that forces a AWS only S3 providers?
No description

Accepting raw body

I have webhooks submitting data that is not structured well. Is it possible to just accept the entire POST body as a single variable? Something like: ```typescript...

Self-hosted pricing details

I was looking at the pricing page but I'm a little confused about the info there. For example, I have self-hosted selected, yet both Pro and Enterprise has vCPU and seats sliders and says "~52M executions of 100ms per month". Does this mean that you are charging based on the server specs we are self-hosting Windmill on?

Use a table action to trigger a long running flow

Hi all, Just wondering if there is a recommended way to use table actions to trigger a flow that I dont need to see a response from during the lifetime of the session. I have a table with various params, that when triggered will upload some folder to S3. ...

Client Secret expired

I accidentally let the client secret for sso integration with azure expire. now i can't figure out how to login. i have a SUPERADMIN_SECRET set with an environment variable - but i'm not sure how to use it. Any help here? i have generated a new client secret in the azure portal but I need help getting into the system to update it. seems i may have painted myself into a corner here. i think i changed the superadmin to my email address that is now linked to the SSO integration - as my saved email / password combo with the same email address does not work. thanks for any assistance here. Cheers,...