typebot.io
typebot.io copied to clipboard
Getting error: User `postgres` was denied access on the database `typebot.public`
Upon configuring and running the repo, and visiting the builder (locahost:3000), once clicked on sign in, the logs show "User postgres
was denied access on the database typebot.public
". I'm unable to login using GitHub because of this.
What's your configuration? What did you do exactly?
hello i have same issue i manually install in my server i create database server but i got same error DATABASE_URL=postgresql://postgres:[email protected]:5432/typebot this is my db in.env i need to crate database or its generate automatically or something need to change in other file
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
DATABASE_URL=postgresql://postgres:typebot@my-server-ip:5432/typebot i also try this but not working