nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
Apache License 2.0
5.68k stars 362 forks source link

Fontend missing file #80

Closed Arbow closed 7 months ago

Arbow commented 7 months ago

Describe the bug Using docker compose to start containers, then container llocalsearch-frontend-1 found error logs:

image
nilsherzig commented 7 months ago

Which browser are you using? serviceWorker.js is a file used to create progressive web apps, but my frontend isn't a progressive web app, haha. I assume your browser tries to load this file for some reason / by default

Arbow commented 7 months ago

Which browser are you using? serviceWorker.js is a file used to create progressive web apps, but my frontend isn't a progressive web app, haha. I assume your browser tries to load this file for some reason / by default

I am using Arc browser

nilsherzig commented 7 months ago

Can you confirm that this error does not exist when using another browser? If I remember correctly, arc is MacOS only and I don't have an apple device