-
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
unable to run non docker method #498
Comments
Did you already have a pre existing instance of SearXNG? It shall start with the compose file |
yes i have searxng and i ran docker-compose up and had it running in the background. And i ran npm run dev in both src and ui, but i kept getting errors, sometimes it's 409 sometimes it's 403 |
You need to use the SearXNG file we provide and need to change the config for the SearXNG URLs as well. |
and run npm run dev for ui and src then searxng in the background right? |
Yeah |
Hi I cloned the repo then built and ran npm run start in both ui and src, i'm able to see it running, but then when i ask a question, i see this error: error: Error in discover route: connect ECONNREFUSED ::1:4000? does anyone know why? i also have searxng running using docker
The text was updated successfully, but these errors were encountered: