shyamsundertard
shyamsundertard
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
In build replace 3000 by 4096
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
@oyiks Also go to packages/twnety-front/package.json and in that change 3000 with 4096 as it will increase memory size
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Have to made above discussed changes ?
80 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
I think this is because your database is not set properly.But @charles can you help him with this, I only knew about the Memory limit error and I helped him with that.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
@professor_snape is you issue resolved?
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Its credit goes to @charles and @martmull because they helped me with this when it occurred with me.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Let me know if it works or not
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
You can also do this along with the above step, in packages/twenty-front/package.json under "scripts" there is  "build"  in which set NODE_OPTIONS=--max-old-space-size=4096 , it would be 3000 in that make it 4096
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Let me know if it works or not for you
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Ok , I faced the same issue earlier, just do this: VITE_DISABLE_TYPESCRIPT_CHECKER=true and VITE_DISABLE_ESLINT_CHECKER=true in packages/twenty-front/.env
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Start server in one terminal and then start front in another terminal and share logs of front
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Send logs of terminal for Frontend ,like you sent for backend
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
As far as I remember if any error occurs,it is the memory limit exceeded error
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Start frontend and backend separately.Try this, if when you access frontend and any error occurs ,you can share it here.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Now, you only have to use frontend : http://localhost:3001/
43 replies
TTwenty
Created by shyamsundertard on 10/13/2024 in #❓︱help
How PR works?
Thanks @charles
3 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Recommended Yarn version is 4
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
If yes ,then you should first run "nvm install 18 " as it is recommended version, then run "nvm use 18" to use this version then you run "corepack enable" to download yarn and then run "yarn"
43 replies