cart.js file continuously reloading Issue

TheThisThat
Shopify Partner
56 3 15

This is happening from the shopify dawn theme with no customization and from my actual store at https://makeoutstore.myshopify.com/

Here's a video of it just reloading over and over again.

https://www.loom.com/share/2f218e559bbc442ebbc6973ff5e84eb3

This happens from every page.

I've cleared my cache and tried a clean theme. I've tried to disable the chat app and shipping insurance app but it didn't help. I only have a handful of apps in the store.

If anyone can help me pinpoint the issue I'd very much appreciate it!

a little of this and a little of that
Reply 1 (1)
TheThisThat
Shopify Partner
56 3 15

Resolved. This was a shipping app I was using. By following the advice in this support question I was able to find it.

https://community.shopify.com/c/shopify-apis-and-sdks/adding-cart-attribute-causes-cart-js-to-start-...

"All the client side requests will get routed through shop_events_listener.js but it's not really the initiator of that GET request. In the video you'll notice further down in the stack trace a reference to  @VM670:1. If you click the link it should take you to the file. The file is likely minified but Chrome often provides a pretty print button to make the code more readable. I believe this to be the source of these requests."

a little of this and a little of that