Skip to content

[ERROR] ValidationError: "algolia.appId" is required. If you haven't migrated to the new DocSearch infra, please refer to the blog post for instructions: https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration #266

@slim-python

Description

@slim-python

i found the solution by adding these configs in docusaurus.config

   algolia: {
        // The application ID provided by Algolia
        appId: "supabase",

        // Public API key: it is safe to commit it
        apiKey: "766d56f13dd1e82f43253559b7c86636",

        indexName: "supabase",

        // Optional: see doc section below
        contextualSearch: true,
      }

was that error on purpose or should i commit a pull request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions