mindofbeholder
Explore posts from serversFailed to deserialize form body on twilio POSTs to Windmill intake webhook
Windmill version: CE v1.208.0-12-gd82027cbf
Webhook: https://windmill.redacted.dev/api/w/home/jobs/run_wait_result/f/f/twilio/twilio_intake?token=redacted
I have twilio setup to post to a webhook trigger in a flow.
Twilio sends texts as x-www-form-urlencoded payloads.
I am seeing the following error response from Windmill on POST:
Failed to deserialize form body: invalid type: map, expected option
I can reproduce this behavior in Postman.
Sample payload:
12 replies
HHomarr
•Created by mindofbeholder on 11/11/2023 in #💬・get-help
How do I clear cache in .14?
Documentation says to go to "Settings -> Clear all cache". This is not present in .14
8 replies
Permission denied when piping bash output to the result outputs
Running the below command in a bash script
docker ps -a --format "{{.Names}}" | './result.json'
I'm seeing the following error:
Regardless of if I pipe to result.json or result.out I get the same error.
I just pulled and updated windmill. Error still occurs.
I'm running windmill in docker containers.5 replies
App field validation question
Is it possible to utilize a frontend script to create custom field validations and show custom errors on screen?
eg I have 3 fields. The first is always required, and at least one of the other two fields must be filled in, but not necessarily both.
I want to be able to create a script that validates this configuration and throws a custom error/toast noti based on the completed fields.
Can this be done current state? I'm using the self hosted variant if that makes a difference here.
40 replies
Unable to start new Windmill instance with default docker due to "role 'root' does not exist'" error
I'm utilizing the default docker compose with the multiplayer and caddy services removed.
When I start up the services I see this error on the db container:
Reviewing the server container I see this:
I logged into the db container, installed curl, and ran the "init-db-as-superuser.sql" script but the error continued to occur.
22 replies