How can fix this Message: liquid error (sections/featured-collection.liquid line 169): could not find asset snippets/seomasterbrokenlinkredirect.liquid
Thank You
A Shopify store owner encountered a Liquid error on line 169 of their featured-collection.liquid file, specifically related to a missing snippet called seomasterbrokenlinkredirect.liquid.
Two solutions were proposed:
Add the missing snippet: Create a new file named seomasterbrokenlinkredirect.liquid in the snippets folder (note: the .liquid extension should be added automatically by Shopify).
Remove the reference: Navigate to Online Store β Theme β Edit Code β Sections β featured-collection.liquid, locate line 169 containing the reference to seomasterbrokenlinkredirect, and delete it.
The issue was successfully resolved after implementing one of these solutions.
How can fix this Message: liquid error (sections/featured-collection.liquid line 169): could not find asset snippets/seomasterbrokenlinkredirect.liquid
Thank You
Under snippets folder, you have to add this file seomasterbrokenlinkredirect.liquid
You donβt need to add .liquid extension there
Please check if it works
Thanks!
Hi @broochiton ,
This is Kate from PageFly - Landing page builder, Iβd like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Sections ->/featured-collection.liquid-> Find : seomasterbrokenlinkredirect and remove that line
I hope it would help you
Best regards,
Kate | PageFly
Thank you Done