Deepak Sharma
Deepak Sharma
Explore posts from servers
TTwenty
Created by Deepak Sharma on 1/26/2025 in #❓︱help
Memory Issue When Running `npx nx start`
I'm facing an issue with my project setup. I followed all the steps mentioned in the Twenty Local Setup Docs.
After running npx nx start in the root of my project, everything starts fine. However, after about 2 minutes, the process crashes with the following error:
Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
2 replies
TtRPC
Created by Deepak Sharma on 8/13/2024 in #❓-help
Nested tRPC procedures.
I'm trying to convert a REST API structure to tRPC. Specifically, I want to replicate the nested REST route products/:productId/discount in tRPC ? . How should I declare and organize these nested routes in tRPC to match this structure effectively?
16 replies