iguy0

Results 20 comments of iguy0

I would like to second that. This option would be great, especially for someone running they own DNS resolver. Without any modification my pihole shows 1000's or requests blocked(doing its...

You are correct! I had configured it incorrectly. I've redeployed the stack using Ubuntu 20.04 and installed following the instructions from here: https://liualgotrader.readthedocs.io/en/latest/Troubleshooting.html I appreciate all your effort on this...

I'm experiencing similar issue. When using the UI and viewing the env configuration, all env variables show an error in red and read something similar to: _OpenAI API Key OpenAI...

Hi! I'm still having the issue and the solution pointed out by @liferadioat isn't very clear. I've tried it this way: git clone cp .env.example .env edit .env mkdir -p...

I'm having a hard time testing the solution. This seem like a 2 container setup, so this is what i tried: services: frontend: image: nginx:alpine container_name: frontend restart: unless-stopped tty:...

I'm experiencing the same issue when running from docker from a server in my local network. When trying to interact with the platform, the following errors show in the logs:...

@hillct Did you manage to get it resolved ? I saw here: [https://github.com/Mintplex-Labs/anything-llm/issues/96](url) that you're having the same issue.

I'm experiencing a similar issue with Celery as well, trying to deploy using docker on Ubuntu Linux. Steps: cd SuperAGI/ nano config.yaml docker compose up --build -d and i have...