Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to resolve event loop error in app proxy ?

How to resolve event loop error in app proxy ?

Abdu-Ak
Shopify Partner
1 0 0

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?

Replies 0 (0)