How to identify what App is adding code in Product detail pages?

How to identify what App is adding code in Product detail pages?

PML-Mike
Shopify Partner
1 0 2

Hi all, 

 

I'm working on a new theme for a client and on the product detail pages there's an additional JS and CSS file being added to the page by something external. It's being added to the markup itself (not via JS) before the closing HEAD tag but isn't markup that exists within the theme itself.

 

I can see there's what looks like a UUID or App ID in the URL path it's using, but can't find a good reference for what that might be related to anywhere.

 

And, just to keep things interesting: both of the files it's trying to add throw 404 errors. 

 

The files it's trying to add to the pages are: 

 

Replies 3 (3)

mcb-jra
Shopify Partner
4 0 6

Did you find a good solution to this? I'm in the same boat. Two scripts from some extension throwing 404's.

<script src="https://cdn.shopify.com/extensions/763537e8-9172-4618-9bd3-c8ffb0e5ea75/1.0.0/assets/app.js" type="text/javascript" defer="defer"></script>

<link href="https://cdn.shopify.com/extensions/763537e8-9172-4618-9bd3-c8ffb0e5ea75/1.0.0/assets/app.css" rel="stylesheet" type="text/css" media="all">

JonoNZ
Shopify Partner
13 0 8

Experiencing the same issue with one of my stores using the DAWN theme.

 

I believe it's related to the "Back in Stock" app. If I enable the "Back in Stock" button the error shows up, if I disable it disappears.

 

I contacted their support and they denied it had anything to do with their code. I did a fresh install with the DAWN theme and installed the Back in Stock app, the error did not show. So I'm back at the drawing board.

 

Can you guys confirm if you're using the Back in Stock app? Or using the Dawn theme?

Jennifer_Farnel
Shopify Partner
21 0 21

Yes, also using the Back in Stock app - getting the same exact 404 errors on these two files. It's driving me bonkers!