Liquid error: Could not find asset snippets/qikify-apps.liquid

Topic summary

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:

  1. Navigate to Online Store → Theme → Edit code
  2. Open the theme.liquid file
  3. Search for keyword: qikify-apps
  4. Locate and delete one of these code lines:
    • {% include 'qikify-apps' %}
    • {% render 'qikify-apps' %}

Status: Resolved—the user confirmed the solution worked successfully.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Hi!

I have this error code, is there a way to get rid of it?

Thanks in advance!

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

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. 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!