Perplexica icon indicating copy to clipboard operation
Perplexica copied to clipboard

Failed to connect to server a few seconds after any search

Open AxelFooley opened this issue 6 months ago • 1 comments

Describe the bug I am using docker compose to run Perplexica, search is working fine but after a few seconds upon every search the page refresh itself and shows "Failed to connect to the server. Please try again later." No errors on browser console, no errors from the containers.

To Reproduce

  1. Clone repo
  2. set NEXT_PUBLIC_API_URL and NEXT_PUBLIC_WS_URL in docker-compose.yml
  3. set api keys and in config.toml
  4. run docker compose up
  5. do any search and wait a few seconds

Expected behavior The result of the search stays on screen

Screenshots image

Additional context I am running Perplexica on my home server and it's being used by ma lan clients. So my NEXT_PUBLIC_API_URL, NEXT_PUBLIC_WS_URL are set to my internal domain.

AxelFooley avatar Aug 07 '24 12:08 AxelFooley