azmat
azmat
TTwenty
Created by azmat on 6/5/2025 in #❓︱help
DB Structure -
@prastoin thanks for the clarifications..so If I get it correctly our production db structure is good and latest ..
4 replies
TTwenty
Created by nogeo on 5/27/2025 in #❓︱help
issue with Address field creation in self-hosted instance
@prastoin Yes sure 👍
15 replies
TTwenty
Created by nogeo on 5/27/2025 in #❓︱help
issue with Address field creation in self-hosted instance
No description
15 replies
TTwenty
Created by nogeo on 5/27/2025 in #❓︱help
issue with Address field creation in self-hosted instance
@prastoin thanks for the inputs. I can see this commit on 11th march 2025. We are running version 0.54.6 in our self hosted instance. The twenty hosted version still allows us to create this field. May we know which version is hosted by twenty.
15 replies
TTwenty
Created by nogeo on 5/27/2025 in #❓︱help
issue with Address field creation in self-hosted instance
No description
15 replies
TTwenty
Created by azmat on 5/25/2025 in #❓︱help
SelfHosting - Email Invite Issue
@prastoin I resolved the issue. Here is what was wrong . I had set the variables in .env file but missed the ones in docker-compose. @nogeo I did this to sort my issue. let me know if that helps so we have to add the same set of variables in the docker compose. EMAIL_FROM_ADDRESS: ${EMAIL_FROM_ADDRESS} EMAIL_FROM_NAME: ${EMAIL_FROM_NAME} EMAIL_SYSTEM_ADDRESS: ${EMAIL_SYSTEM_ADDRESS} EMAIL_DRIVER: ${EMAIL_DRIVER} EMAIL_SMTP_HOST: ${EMAIL_SMTP_HOST} EMAIL_SMTP_PORT: ${EMAIL_SMTP_PORT} EMAIL_SMTP_USER: ${EMAIL_SMTP_USER} EMAIL_SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD}
5 replies