How can I fix a liquid error on my website?

Hi there Shopify Community,

I was wondering if someone could give me advice on how to fix an error on my webpage.

My shop is www.fishcutseafood.com.au and at the very bottom of my web page it has a liquid error quoting

“Liquid error: Could not find asset snippets/expo.liquid” I have followed instructions from other Shopify Discussions on how to resolve this but I just cannot seem to resolve it.

Any advice on how to resolve this would be greatly appreciated!

Thank you, Community!

Hello @TaylahFishcut ,

Edit theme.liquid and search for
{% include ‘expo.liquid’ %} or {% render ‘expo.liquid’ %}

If it doesn’t work then click on Snippets > Add a new snippet > File name ‘expo’ > click done

And issue will be disappeared.

Thanks

1 Like

Hi @TaylahFishcut , as @Guleria mentioned but you need to find this line of code and remove it

{% include 'expo' %}

Hi @TaylahFishcut , it would be great to understand more if that file was inserted via an app. However you should be able to quickly solve the problem by either these options:

1- Go to Online Store > Themes, click on the … button on your published theme and click on Edit code:

  1. Click on the Layout/theme.liquid file, then click on any part of that file

  1. Search for expo, you can do this by pressing CMD + S or Ctrl + S while you are in the file content"

  1. You should find a piece of code that look something like one of these lines:

  1. Delete the line and save the changes.

The other option you have is to go to the theme edit code Step 1 above, then
2- Open the Snippets folder and click on Add a new snippet

3- Create one called expo and press Done

That’s it, you shouldn’t see the error anymore.

However as mentioned above, it would be great to understand why that snippet was added in the first place and if you no longer need it.

Hi there!

Thank you @Guleria I will give it a go.

Thank you kindly for your adivce.

Hi there @DiegoPelaez ,

thank you for your detailed explanation it is greatly appreciated!

Just for some context I was having an issue with my EXPO App, my EXPO options were not showing on my shopfront under the preselected items where they should have.

I altered settings within the EXPO App and did not add any additional coding to try to resolve the issue and then noticed this pop-up not long after at the bottom of my website.

My website is currently having an issue with the fonts, what’s written in my product descriptions, the layout and the font heading styles such as titles are all in lowercase. I’m not sure if this is related or not.

I will follow your advice and do my best to resolve the current issue,

Thank you Diego!

Thanks, I was able to resolve it with your help! However I still have the issue with my fonts on my product pages.

Yes its correct remove
{% include ‘expo’ %}

1 Like

Thanks, I was able to resolve it with your help!

Thanks, I was able to resolve it with your help!

hey this both steps doesn’t work for me https://lamourworld.com/

is there’s any other solution ?