How can I fix a liquid error after deleting an app?

I deleted an app and I couldn’t edit certain things on my page anymore because of this. I went into the coding and searched for their name and started deleting things. I obviously should not have done that. Now on my home page I am seeing this:

Liquid error: Could not find asset snippets/layouthub_header.liquid

Send help!

Hi @mgilkey ,

You did not delete the render code. Usually is shows like this.

{% render "layouthub_header" %}

or

{% include "layouthub_header" %}

I would suggest to go open your template or section files and hit Ctrl + f to search. Then type “layouthub_header”. I would start on the header file. If you find the render code, just delete it.

@mgilkey - please follow steps given by @made4Uo

else you can add me as collaborator and I can check it, I can send collab request

1 Like