bigcommerce / stencil-utils

Utility library for the Stencil theme framework.
BSD 4-Clause "Original" or "Old" License
31 stars 44 forks source link

utils.api.product.getById No Timeout on mobile #163

Open BrianWynne-DHE opened 2 years ago

BrianWynne-DHE commented 2 years ago

Using a desktop the method will work without issue however when on mobile the issue will will hang my webpage. It will not return a response or error, just sit there awaiting. This was tested on Android (Firefox, Chrome) and iOS (Safari).

SIDE NOTE: On desktop the method will grab products even when the product is hidden in the storefront. Mobile will throw a 404 error.