kshitij
kshitij
TTwenty
Created by kshitij on 10/2/2024 in #❓︱help
Local setup Issue
Commenting it out worked. Project opening fine on chrome. Thanks 🙂
11 replies
TTwenty
Created by kshitij on 10/2/2024 in #❓︱help
Local setup Issue
No description
11 replies
TTwenty
Created by kshitij on 10/2/2024 in #❓︱help
Local setup Issue
Hey, I did
ports:
- "5433:5432"
ports:
- "5433:5432"
and changed to 5433 in
PG_DATABASE_URL=postgres://twenty:twenty@localhost:5433/default
PG_DATABASE_URL=postgres://twenty:twenty@localhost:5433/default
ran the command
npx nx database:reset twenty-server
npx nx database:reset twenty-server
once again, and everything worked smoothly. My local machine's postgres process was clashing with the docker one, hence it couldn't find the role "twenty" Thanks for the support @bob 🙂
11 replies
TTwenty
Created by kshitij on 10/2/2024 in #❓︱help
Local setup Issue
No description
11 replies
TTwenty
Created by kshitij on 10/2/2024 in #❓︱help
Local setup Issue
I did it just now. But still getting the same error role does not exist. Note: Postgres is running via docker and is running fine.
11 replies