dialnco
dialnco
TTwenty
Created by berrylu on 3/10/2025 in #❓︱help
Issue with yarn database:migrate:prod on version 0.43 – duplicate key value error
same issue with body and bodyV2 duplicates. I assume that prevented a proper upgrade script and now I'm waiting on 0.42.9 while I manage something. If you guys solve that issue please let me know!
20 replies
TTwenty
Created by EbenezerIbiza on 3/16/2025 in #❓︱help
Upgrade from 0.41.5 to 0.44.0 fails
means current tag doesnt have upgrade-0.42 command. Either way, do run
upgrade-0.41
upgrade-0.41
and then go to next version and run the upgrade-0.42 and so on.
74 replies
TTwenty
Created by nickponcho on 2/21/2025 in #❓︱help
Email Settings using sendgrid
EMAIL_DRIVER should be "smtp" to enable mailing. https://twenty.com/developers/section/self-hosting/setup#email
9 replies
TTwenty
Created by ralfdigitalagency on 2/17/2025 in #❓︱help
Is it normal that no accounts are showing up to connect?
variables are set on the "server" container. You need to copy them to the "worker" container also.
40 replies
TTwenty
Created by ralfdigitalagency on 2/17/2025 in #❓︱help
Is it normal that no accounts are showing up to connect?
you have to add all required env variables to worker container also. Error seems to indicate you dont have google client ID on worker. https://twenty.com/developers/section/self-hosting/setup#create-a-project-in-google-cloud
40 replies
TTwenty
Created by Sebastian on 2/14/2025 in #❓︱help
[Solved] Google Calendar sync stuck
worker! as per docs https://twenty.com/developers/section/self-hosting/setup#start-the-cron-jobs. You can also add env var
DISABLE_DB_MIGRATIONS=true
DISABLE_DB_MIGRATIONS=true
on your worker container, as migrations runs on the server container
22 replies