For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I'm working on a custom Shopify app extension that calculates shipping discounts by making an external API call using the app proxy. I've set up the app proxy according to the documentation, but when I use a Promise to trigger the API call within my extension, I'm encountering the following error :
Pending jobs in the event queue. Scheduling events is not supported when the experimental_event_loop cargo feature is disabled.
I've searched for solutions but haven't found any relevant information addressing this issue. Could anyone provide guidance or insight into what might be causing this error and how to resolve it?