T
Twenty3d ago
Nambo

Local Setup - No data in Postgres

I'm trying to run the local setup on Almalinux 9.4. When I go to run the command to setup the database: >npx nx database:reset twenty-server Everything seems to run fine to completion with no errors it seems: " NX Successfully ran target command-no-deps for project twenty-server (39s) With additional flags: workspace:seed:dev ———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— NX Successfully ran target database:reset for project twenty-server and 3 tasks it depends on (1m) Nx read the output from the cache instead of running the command for 3 out of 4 tasks." But I check the postgres database with psql and there's no "metadata" schema, only default and test which are still blank. (When I go to run the system and connect on the front-end, I get an unable to connect to back-end message)
2 Replies
Nambo
NamboOP3d ago
Anyone else has this issue? Seems like there's a missing transaction commit somewhere.
Nambo
NamboOP2d ago
Never mind, I found out that data there is data and it was just in a different schema.

Did you find this page helpful?