Encountering an error when deploying a Shopify function

Yesterday, on July 5th, 2023, everything was working fine. However, today when I deployed a Shopify function, I received an error message stating “Wasm validation failed: unknown import: javy_quickjs_provider_v1::invoke has not been defined.”

What should I do? Can someone please help me?

Hi Lctcntt,

Thanks for flagging this - we’re aware of this issue and are looking into it now. Will update here asap.

Hi again - we’ve fixed this issue in a new version of Javy we released. Re-running the npm run javy command should allow you to update your version of Javy.

Let us know if you run into any other issues,

Thank you very much for the effort in updating the bug. I have now updated to the latest Javy-v1.1.1 and everything has been resolved. Thank you once again.

Great to hear Lctcntt!

npm run javy does not exist. There is no javy command in packages.json

Try npm run build instead.