anjali
UI issue in V0.51.0
When we run the application and welcome page come and if we hover or do some activity automatically ui got crashed and it's showing blank page and in console it's showing this error The above error occurred in the <RecoilURLSync> component: RecoilURLSync@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CRM/simform-twenty-crm/node_modules/.vite/packages/twenty-front/deps/recoil-sync.js?v=036a718f:4831:23 RecoilURLSyncJSON@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CRM/simform-twenty-crm/node_modules/.vite/packages/twenty-front/deps/recoil-sync.js?v=036a718f:4955:7 RecoilRoot_INTERNAL@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CRM/simform-twenty-crm/node_modules/.vite/packages/twenty-front/deps/chunk-Z2TSRKUH.js?v=036a718f:2793:29 RecoilRoot@http://apple.localhost:3001/@fs/home/jay/Jay/Internal-System/CRM/simform-twenty-crm/node_modules/.vite/packages/twenty-front/deps/chunk-Z2TSRKUH.js?v=036a718f:2914:7 App Consider adding an error boundary to your tree to customize error handling behavior. Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries. Is there any setup am i missing? @prastoin
16 replies
Which version should use?
We currently have a release/V51 branch, a main branch, and a tag v0.51.6. Which of these should be treated as the source of truth for the latest code and which should we use going forward to ensure smooth merging of future versions without conflicts?
10 replies
Newly crated record not getting updated
In version 0.30.2V, newly added records for the People and Company objects are not appearing. However, in the network tab, we can see that
findManyPeople
/findManyCompanies
are being called alongside createOnePerson
/createOneCompany
. Could you help investigate this issue? @charles @thomast9 replies
SoftDelete issue in Custom object while migrating
@charles @thomast We created two custom objects in v0.23 and then migrated the database to v0.24 using the yarn command:prod upgrade-0.24 command. After the migration, the isSoftDeletable value is correctly set to true or false for both standard objects and newly created custom objects. However, for the custom objects created in v0.23, the isSoftDeletable field is returning NULL.
8 replies
StandardID value generation for Custom object and notes/tasks target relation
We are migrating data from V0.3 to V0.23 and are almost done. However, we are facing an issue with standardId values. We have a few custom objects to migrate and need to determine how to generate standardId values for the customObject in relation to task/noteTarget as well as for reverse foreign relations
4 replies
Regarding Test cases
Hi @charles ,
Can you confirm if there are any automated test cases already written for the twenty code? I am looking for tests that can help reduce manual testing and can be integrated into the CI/CD pipeline.
Thank you!
2 replies
Worker doesn't work on Deployment
Hey @charles
In the package.json, the command "start": "npx nx run-many -t start worker -p twenty-server twenty-front" works locally to start the worker, but it doesn't work in the deployment version. Is there a change required in the Dockerfile to make it work in the deployed environment?
5 replies