ItzCrazyKns / Perplexica

Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Discover and Library pages are showing a 404 error

llmadd opened this issue · comments

I deployed the latest version using Docker.

config setting:
[GENERAL]
PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"

[API_KEYS]
OPENAI = "my_openai_key"
GROQ = "my_groq_key"

[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434

The Discover and Library pages are showing a 404 error, and the Library navigation button is not triggering the click effect.
Please help me, thank you!
image

image

The issue has been resolved by adding the corresponding content under the ui/app/ path.

I have the same issue, what do you mean by "the corresponding content" ?