How can I fix a Liquid Error related to the EXPO app on my website?

Hi there!

I’m having issues clearing a Liquid Error on my website which presents itself at the bottom of my website as: (layout/theme line 294): Could not find asset snippets/expo.liquid.

I believe the liquid error is due to an app that I have installed “EXPO” for product options which is currently not displaying the below products it is currently active for either.

I would greatly appreciate any assistance in clearing this error from my website.

Thank you.

Go to your Online store > Themes > Edit code, open theme.liquid file, find and remove this line of code and save the find

{% render "expo" %}

Thank you for your response. Unfortunately, I am unable to locate the line of code (layout/theme line 294): Could not find asset snippets/expo.liquid.) in the theme.liquid file. The only recognisable relevant code I can locate is {% include ‘expo’ %}. Do you have any other suggestions for me please?

Yes, remove that code, save file and check again

1 Like

Thank you it has now cleared!

1 Like

Happy I could help!