azmat
azmat
TTwenty
Created by azmat on 6/2/2025 in #❓︱help
Error to load application on self hosted server
I am runnig latesttwety version . It was working fine ut from today when I try to load the page it gives me "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". The is nothing on the screen. I pulled the latest verion of twenty, installed PHP globally ut still the error persists. Please help me with some insights and if anyody else facing the issue..
2 replies
TTwenty
Created by azmat on 5/25/2025 in #❓︱help
SelfHosting - Email Invite Issue
Background - I have hosted twenty on AWS. I have configured a rds postgres instance to be used as DB instead of the one in docker volume. The application is hosted well and I can access the application on http using ec2 instance public ip. so far good. I can Also see db updates and schema creation working well. Problem - I need to add more people to workspace and need to send email invites. The receiver is not receiving any email. I am using aws ses and currently using email option in sandbox and have also verified the sender and receiver emails in aws. I have added the below keys in .env file EMAIL_DRIVER=smtp EMAIL_SMTP_HOST=email-smtp.ap-southeast-1.amazonaws.com EMAIL_SMTP_PORT=587 EMAIL_SMTP_USER=xxx EMAIL_SMTP_PASSWORD=xxx [email protected] EMAIL_FROM_NAME=xxxCRM when I check logs( docker logs twenty-worker-1) It shows message like [Nest] 34 - 05/24/2025, 9:45:32 AM LOG [LoggerDriver] Sent email to: [email protected] with full email structure. I am not sure where id the problem. Anyhelp or insight is much appreciated
5 replies