Eng-Elias / CrewAI-Visualizer

Interactive user interface for CrewAI package.
MIT License
215 stars 52 forks source link

Authentication failed against database server at `localhost` #11

Open tholonia opened 1 month ago

tholonia commented 1 month ago

Can you add step to your README.md?

The install did not require any psql credentials, and I can log into psql without creds as SU, but I have no idea where I am supposed to put my creds, or what they are. For people who do not know psql, don't want to know psql, or actively stay as far away as possible from psql, this seemingly small issue is a major pain to try and figure out what to do.

(crewai3) ➜  CrewAI-Visualizer git:(main) ✗ npx prisma migrate deploy
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "crew_ai_visualizer", schema "public" at "localhost:5432"

Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `postgres` are not valid.

Please make sure to provide valid database credentials for the database server at `localhost`.
Eng-Elias commented 1 month ago

Thank you for your suggestion but I have some notes about it: