Hi everyone,
I’m deploying our app from macOS via npm run deploy, which runs shopify app deploy against our production config toml. We’re on Node v23.1.0, npm 10.9.0, and Shopify CLI 3.84.2.
The deploy now completes for everything except two of our Shopify Function extensions (show-payment-after-calendar-loaded and rate-controller). Both have shopify.extension.toml files pointing to dist/function.wasm, and the generated function.wasm files are present. We have not touched these functions since the last successful deploy.
The CLI output ends with:
Version couldn't be created.
show-payment-after-calendar-loaded
Validation errors
• unknown: Failed to upload function assets
rate-controller
Validation errors
• unknown: Failed to upload function assets
Because there have been no specific function asset changes on our side, I’m wondering if there’s a platform issue affecting function uploads. Has anyone else hit this, or is there a known incident? Any ideas on what to check next would be appreciated.
Thanks,
Alex

