Theme app extension assets failing to load

Hello,

I believe that theres an issue with the Shopify CDN that loads extension assets. When I try to test an extension in my dev store, I’m seeing a failing request to authority: cdn.shopify.com, path: /extensions/f836e57e-be90-416d-9e2d-5b8e1764d6e7/0.0.0/assets/product-quiz.js?v=1743357987.

What i find interesting is that the asset it’s trying to load isn’t correctly named. I change the name of the asset file to quiz.js while making some changes to the functions in it.

This might in fact be a caching issue.

You know what, I just found a small mistake in my code having to do with loading the asset. *facepalm

I only found it when trying to run the build for deployment. Interesting that it wasn’t reported/caught in loading with shopify app dev.