Nambo
Nambo
TTwenty
Created by Nambo on 1/23/2025 in #❓︱help
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)
3 replies