jonkristian
jonkristian
WWindmill
Created by jonkristian on 3/3/2025 in #help
My flows stopped working after updating windmill
I updated windmill today, running on coolify and it appears that many of my flows stopped working. Looks like something to do with package cache or lock file, any pointers on how to proceed? I am seeing stuff like :
TypeError: Object is not a constructor (evaluating 'new import_woocommerce_rest_api.default({
url: resource.url,
consumerKey: resource.consumerKey,
consumerSecret: resource.consumerSecret,
version: resource.version,
queryStringAuth: resource.queryStringAuth
})')
TypeError: Object is not a constructor (evaluating 'new import_woocommerce_rest_api.default({
url: resource.url,
consumerKey: resource.consumerKey,
consumerSecret: resource.consumerSecret,
version: resource.version,
queryStringAuth: resource.queryStringAuth
})')
And
ExecutionErr: exit code for "deno run": 10, last log lines:
@supabase/supabase-js@2.14.0
error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/@supabase/supabase-js@2.14.0
Actual: c277fa7166609cff04bb767940520ccbc912e801e24094e7175fcf83c8060d20
Expected: dd0e88084937586b0a66acbe8aae117b019c49193a4403d95a32da1712c34def
This could be caused by:
* the lock file may be corrupt
* the source itself may be corrupt
Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
ExecutionErr: exit code for "deno run": 10, last log lines:
@supabase/supabase-js@2.14.0
error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/@supabase/supabase-js@2.14.0
Actual: c277fa7166609cff04bb767940520ccbc912e801e24094e7175fcf83c8060d20
Expected: dd0e88084937586b0a66acbe8aae117b019c49193a4403d95a32da1712c34def
This could be caused by:
* the lock file may be corrupt
* the source itself may be corrupt
Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
38 replies
WWindmill
Created by jonkristian on 4/15/2024 in #help
New API | Oauth and extra params
Hello. I am testing windmill for syncing changes between a WooCommerce shop and an ERP. I can't find this ERP in the list of resource types, so to handle oauth, request/refresh token, etc.. do I just submit a PR with endpoins and scopes added to oauth_connect.json ? Also the ERP is using grant_type: client_credentials with an extra mandatory field tenant_id. Not sure how to go about setting this up, hoping for some guidance.
41 replies