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

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

futurewin opened this issue · comments

Describe the bug
use Docker to install backend ,but after run "docker run perplexica-perplexica-backend" ,show this message "

yarn run v1.22.19
$ node dist/app.js
info: WebSocket server started on port 3001
(node:28) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
info: Server is running on port 3001

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

can't connect to ollama ,can't choose modals

system: UBUNTU 24.04

config.toml :

[GENERAL]
CHAT_MODEL_PROVIDER = "ollama"
CHAT_MODEL = "llama3:latest"
PORT = 3001
SIMILARITY_MEASURE = "cosine"

[API_KEYS]
OPENAI = ""
GROQ = ""

[API_ENDPOINTS]
SEARXNG = "http://localhost:32768"
OLLAMA = "http://host.docker.internal:11434"

and my ollama is manul install , don't use docker to install ,is this reason? i can't open http://host.docker.internal:11434 ,but i can ope http://127.0.0.1:11434

Its an issue from yarn, please don't open issues regarding warnings