Open modulareverything opened 2 years ago
@modulareverything , were you ever able to get this worked out? I'm seeing this on my end as well and was confused as to why this was happening.
I can't actually remember if I ever got this resolved to be honest @jacob-giordano-saalt as it's getting on a year ago now
Hopefully, someone could take a look at it!
That's totally fair @modulareverything haha I really appreciate you replying though!
This is not an issue. The reason the action failed is stated at the top of the output:
ERROR update templates/product.json:
Dynamic source 'product.metafields.products.product_details | metafield_tag' does not exist.
{"theme":{"id":133713592533,"name":"Development (9f1a15-47fcf9a3a131)","role":"development","shop":"20mdsom09x02.myshopify.com","editor_url":"https://20mdsom09x02.myshopify.com/admin/themes/133713592533/editor","preview_url":"https://20mdsom09x02.myshopify.com/?preview_theme_id=133713592533"}}
Oh man, you're absolutely right. I don't know how I missed that. Thank you for pointing this out @dspeake !
This is not an issue. The reason the action failed is stated at the top of the output:
ERROR update templates/product.json: Dynamic source 'product.metafields.products.product_details | metafield_tag' does not exist. {"theme":{"id":133713592533,"name":"Development (9f1a15-47fcf9a3a131)","role":"development","shop":"20mdsom09x02.myshopify.com","editor_url":"https://20mdsom09x02.myshopify.com/admin/themes/133713592533/editor","preview_url":"https://20mdsom09x02.myshopify.com/?preview_theme_id=133713592533"}}
Well spotted but why would it only fail on the preview and not on the main theme?
Two possible reasons:
*.json
) files that reference different metafields.
When Lighthouse runs, it seems to create a new theme to run the tests on. For some reason though the theme it creates doesn't have any products, so Lighthouse fails whenever it tries to run on that page.
I've tested it with the theme URL it creates and the page doesn't exist, but if I test it without the
preview_theme_id
param, it works fine.Any suggestions?