Hi!
I have this error code, is there a way to get rid of it?
Thanks in advance!
A user encountered a “Liquid error: Could not find asset snippets/qikify-apps.liquid” message on their store.
Root Cause:
The error stems from leftover code after uninstalling a Qikify app—the app was removed but its code snippet remains in the theme files.
Solution Provided:
qikify-apps{% include 'qikify-apps' %}{% render 'qikify-apps' %}Status: Resolved—the user confirmed the solution worked successfully.
Hello @Piirretty
It’s GemPages support team and glad to support you today.
Maybe you have installed an app of Qikify and deleted it but the code of the app is still in the theme
I will guide you to find this line of code and delete it
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Search with Keyword: ‘qikify-apps’
You will find 1 result: maybe 1 of the following 2 codes:
{% render 'qikify-apps' %}
or
{% include 'qikify-apps' %}
In both cases, delete it.
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Thank you very much!