-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perplexica UI doesn't terminate initialization #70
Comments
Thanks for the report, it's not an expected state, since Perplexica should:
Unfortunately, Perplexica is one of the services that are a tiny bit "picky" in terms of configuration, I've outlined some most possible caveats here: #60 (comment)
Perplexica (and many other services) cross-connections are setup with cross-service files (I call them |
|
I managed to solve this same issue I had with Perplexica in a LXC container on Proxmox VE, but I don't know how to apply this solution to Perplexica on Harbor. After finding this ItzCrazyKns/Perplexica#467, the solution was substituting perplexica-frontend:
build:
context: .
dockerfile: app.dockerfile
args:
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 |
This requires rebuilding the image, if you are lazy override it on runtime:
|
Hi,
Trying Perplexica, it installs without errors, but the UI is stuck before writing its "prompt". It seems its settings must be adjusted, but also the settings page remains stuck waiting with the
UPLOAD
button disabled:It seems also that Perplexica doesn't take advantage of the Harbor ecosystem (Ollama, SearXNG).
I got Perplexica working in a dedicated LXC container after setting its
config.toml
before starting it:The only harbor config I'm aware of is this:
How to solve?
Thank you
The text was updated successfully, but these errors were encountered: