-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
API Calls to Perplexica Hang Without Response When Using Docker Setup #503
Comments
What is your request body? |
What are the logs? |
Did you mean the docker logs ? |
I have restarted the docker backend service and these are the recent logs yarn run v1.22.22
$ npm run db:push && node dist/app.js
> [email protected] db:push
> drizzle-kit push sqlite
drizzle-kit: v0.22.7
drizzle-orm: v0.31.2
No config path provided, using default path
Reading config file '/home/perplexica/drizzle.config.ts'
[⣷] Pulling schema from database...
[✓] Pulling schema from database...
[i] No changes detected
info: WebSocket server started on port 3001
info: Server is running on port 3001
error: Error at generating documents from links: Invalid URL
error: Unhandled Rejection at: [object Promise], reason: TypeError: Cannot read properties of undefined (reading 'map')
|
|
Can you follow the update guide and update Perplexica to the latest version, I published a fix for this issue a while ago. How to update: https://github.com/ItzCrazyKns/Perplexica/blob/master/docs/installation/UPDATING.md |
Hi @ItzCrazyKns , The issue still persists in my machine. Still I am not being able to access the API services. Theses are the current logs that I have obtained after rebuilding the docker image sudo docker logs 23ae11348065
yarn run v1.22.22
$ npm run db:push && node dist/app.js
> [email protected] db:push
> drizzle-kit push sqlite
drizzle-kit: v0.22.7
drizzle-orm: v0.31.2
No config path provided, using default path
Reading config file '/home/perplexica/drizzle.config.ts'
[⣷] Pulling schema from database...
[✓] Pulling schema from database...
[i] No changes detected
info: WebSocket server started on port 3001
info: Server is running on port 3001
error: Error at generating documents from links: Invalid URL
yarn run v1.22.22
$ npm run db:push && node dist/app.js
> [email protected] db:push
> drizzle-kit push sqlite
drizzle-kit: v0.22.7
drizzle-orm: v0.31.2
No config path provided, using default path
Reading config file '/home/perplexica/drizzle.config.ts'
[⣷] Pulling schema from database...
[✓] Pulling schema from database...
[i] No changes detected
info: WebSocket server started on port 3001
info: Server is running on port 3001
error: Error at generating documents from links: Invalid URL
```
There is no response obtaining in the API testing applications (APIdog). Are there any solution to this issue or is it being occurred from my end due to any wrong configuration that I have provided ? |
What LLM are you using? |
I am currently using llama3:latest model in Ollama on my local machine |
I recently started using Perplexica with the Docker configuration as outlined in the documentation. However, when triggering API calls via the API testing platform (APIdog), the platform continuously loads without providing any response.
Here are the details of my setup:
Perplexica is running within a Docker instance, and the UI is accessible at
localhost:3000
, as expected. I am using the Ollama model with the following configuration:llama3:latest
nomic-embeded-text:latest
Has anyone encountered this issue or knows a solution? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: