Prastoin
Prastoin
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Ok please then try running npx nx start twenty-server only, without starting the front Let me know if it starts correctly
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Have you already been able in the past to run Twenty successfully ? Could you please only run npx nx build twenty-server only without anything else running in the background -> front off Your machine might be short on cpu when having both front and back up
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
First time I header memory issue with twenty-server Please try running npx nx reset Also could you please share the whole stack trace ?
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Front is working as expected ✅
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
1> I am using the latest code only through the local setup, with ssh git clone
Just to be sure could you please share latest sha commit of your local main branch
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
For 1/ => Out of memory issue should be adressed in latest main version, please rebase on it For 2/ => Seems like your server couldn't start, have you started it using npx nx start twenty-server ?
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
I don't understand what's your issue: - 1/ Out of memory issue while running your frontend ? or - 2/ Unable to reach back-end ?
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Isn't showing ?
19 replies
TTwenty
Created by saurav on 4/3/2025 in #❓︱help
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
19 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
You need to connect to your database remotely
17 replies
TTwenty
Created by hello kitty on 4/3/2025 in #❓︱help
Getting memory errors while trying to set up twenty on my local ubuntu machine.
Unfortunately It seems like to be a bug only repricable on a specific firefox version Haven't been able to reproduce it in local
6 replies
TTwenty
Created by hello kitty on 4/3/2025 in #❓︱help
Getting memory errors while trying to set up twenty on my local ubuntu machine.
Hello @hello kitty, we've merge an out of memory fix yesterday. Be sure to rebase on main, if that still not adress the issue, then your machine might tidy on RAM to handle all of serving vite, typecheck and linter at the sametime In this way please disable either one or both of lint or typecheck from your vite start using the following twenty-front env var describe here
6 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
Sounds good ! Enjoy coding !
17 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
I strongly recommend that you backup your database before
17 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
Something like But first check:
SELECT *
FROM YOUR_WORKSPACE_SCHEMA.YOUR_TABLE
WHERE YOUR_COLUMN IS NULL;
SELECT *
FROM YOUR_WORKSPACE_SCHEMA.YOUR_TABLE
WHERE YOUR_COLUMN IS NULL;
To update
UPDATE YOUR_WORKSPACE_SCHEMA.YOUR_TABLE
SET YOUR_COLUMN = ''
WHERE YOUR_COLUMN IS NULL;
UPDATE YOUR_WORKSPACE_SCHEMA.YOUR_TABLE
SET YOUR_COLUMN = ''
WHERE YOUR_COLUMN IS NULL;
17 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
Either use a db GUI explorer or psql directly
17 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
If I was you I would change any fullname null value to either empty string or whatever placeholder
17 replies
TTwenty
Created by Abdullah M on 4/3/2025 in #❓︱help
Accessing people result in `Cannot return null for non-nullable field FullName.lastName.`
If you do so you'll loose all your data
17 replies