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 :
And
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.