Post purchase products not visible in final order page

We are using the Checkout::PostPurchase::Render extension.
We are enabling the users to buy/sell items after a purchase.
Users are able to buy the product and all API calls are successful.
When the user lands on the final order page where they can see the items they ordered, our post purchase products are not visible but when we refresh they are available.
We tried delay in the page assuming it might be taking to load the items, it did not work.
We cannot refresh the page since this is executed in a worker which cannot access window.

I am out of ideas and am reaching out if anyone has faced the issue and solved it or is this a bug in shopify system.

I am using @shopify/post-purchase-ui-extensions version 0.13.5 which is the latest one.

1 Like