Error when setting up database for local setup
Hello, got this error when doing
npx nx database:reset twenty-server
3 Replies
@Karuna did you run these commands (https://twenty.com/developers/local-setup#step-3:-set-up-a-postgresql-database) before running
npx nx database:reset twenty-server
?Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
If these doesn't work, you have to run
create database "default";
directly in postgres consoleHello there, @Karuna are you still facing the issue ?
As bob said looks like a local setup, please let ne know