I was removing the code of some apps I deleted and then their is this message : Liquid error: Could not find asset snippets/once-header.liquid Liquid error: Could not find asset snippets/swift_core.liquid that shows on all my website and I can’t remove it, I think I removed the wrong code somewhere. Does anybody know how I can put them back? Thank you.
@yaswest beside the above liquid error do you see anything broken? If not you can simply search the code to find the instances of either {% include ‘swift_core’ %} or {% include ‘once-hearder’ %} and put these under {% comments %} {% endcomments %} blocks
Thank you for your answer. I don’t really know what can be broken but I can’t seen anything, also I can’t find the instances in the codes I think I deleted them by mistake and I don’t know how to put them back ![]()
@yaswest , kindly share the store url, we might be able to get some insight
I already tried that :(((
Hello do you why it is not working ?
@yaswest there is tyo=po…just use {% comment %}. without s and similarly {% endcomment %}
{% comment %}
// code you want to comment out
{% endcomment %}

