T
Twenty2w ago
YGK

Hangs on DB init

When executing npx nx database:reset twenty-server The scripts hangs after "Successfully compiled: ..." I've tried with another pc with the same initial state but am getting the same error. For the second computer it worked the first time but isn't working the second time. Does anyone know the fix to this problem?
No description
4 Replies
Prastoin
Prastoin7d ago
Hello, please try running
npx nx reset
npx nx build twenty-server
npx nx reset
npx nx build twenty-server
And share logs
YGK
YGKOP7d ago
It stops on the same pace when running npx nx reset npx nx build twenty-server Checked db connection and it was valid.
YGK
YGKOP7d ago
Also when testing on windows it works but when running on an ubuntu server (ssh connected via cursor) it wont work
Prastoin
Prastoin7d ago
Please try building the app directly using nest itself and add verbose

Did you find this page helpful?