When I followed the “Discounts”-“Build a user interface” section in the official documentation, created a discount function and executed the deploy command according to the official example, the following error occurred:
Is it possible that the error is caused by changes in the API version?
Today I ran the examples in the official website documentation according to the tutorial and encountered the following error.
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ The deployment of functions failed with the following errors: │
│ [ │
│ { │
│ "field": null, │
│ "message": "Wasm validation failed: unknown import: │
│ `javy_quickjs_provider_v1::invoke` has not been defined", │
│ "tag": "user_error" │
│ } │
│ ]

