Server is unable to connect to db
Hey guys! I am trying to just get this running up on the default settings, minus password and secret key, and it keeps telling me in the consoles for both the DB and the server that postgres is not a valid user. I'm at a loss. (It doesn't help that I'm fairly new at this...)
My server logs are:
`Running database setup and migrations...
psql: error: connection to server at "db" (172.22.0.3), port 5432 failed: FATAL: password authentication failed for user "postgres"...

Images not visible after docker-compose down && docker-compose up
I have deployed twenty using docker on an ec2 instance with storage configured in S3.
When I upload images in Files, I can see them when I log out and log back in. I can even see them in the S3 bucket.
However, when I make local changes and want to update my deployed version, I build the docker image, update docker-compose yml file & then I do docker-compose down && docker-compose up....

[self-hosted] setup for gmail and google calendar help
I've setup Twenty with docker and I can access Twenty with http://localhost:3003.
Now I want to setup gmail and google calendar.
i've followed https://twenty.com/developers/section/self-hosting/setup.
I don't understand the following: ...
Adding new migrations
I just created a new migration in twenty-server/src/database/typeorm/metadata/migrations/ for a table in metadata schema and ran "yarn nx database:migrate:prod twenty-server" command.
However, my migration isn't being picked up when the command runs. How can I solve this?
I'd appreciate any help!...
Error when trying to delete existing object
I created a new object and when I tried to delete it I am getting that error. Now that I tried to get on the website my modules on the side are not loading other than just company. If you need the log let me know how can I get the log for you since I am new to ubuntu this is self hosted.

[SELF_HOSTING] File Upload Size Limit Increase
I'm using Nginx as a reverse proxy and have set the upload limit to 512Mb in the Nginx configuration as seen below:
location / {
client_max_body_size 512M;
...
email error
Hello, when I try to associate my Google email, I encounter the error http://localhost:3000/verify?errorMessage=Unknown+error. How should I troubleshoot and resolve this?

Microsoft sync works, only it doesn't... (multi-tenant)
Hi all and thanks for a great solution!
I'm self-hosting on Twenty on an internal server, and finally got the MS integrations going with SSL.
Logging in with MS works like a charm, and connecting my account also works - except that nothing actually gets imported.
It is stuck on the 'Importing' status, and I can't for the life of me find anything that could indicate what is wrong in any logs....

Currency format
I noticed that my currency format is not suitable: BRL = R$ 1,000.00 = BRL1k. I would like to display the full number instead of the abbreviated one. In which file should I adjust this? Is there a .env for these settings?
[Help]
General
I'm new here and I'm learning.
I am using the self-host version.
Installed via docker.
TAG=v0.52.6...
Workspace version is not equal to my Twenty's version
@Antonio Pinto
TwentyCRM is using Docker 0.52.6
Workspace metadataversion is 99
Workspace version is 0.51.0...
Record Access Permission
Hello ,
We have a specific use case and wanted to check if it's currently possible — or planned for the future — to restrict a member from viewing records created by other members within the same workspace. Is there any existing support for this kind of permission control, or is it something that might be considered in the roadmap?
Thanks in advance !!
...
Microsoft Tenant Specific Auth
We are currently using the Microsoft 'common' endpoint for authentication in twenty, but we now need to implement tenant-specific authentication. What changes are required to achieve this?
@thomast @charles @prastoin...
dependency failed to start: container twenty-server-1 is unhealthy
I'm setting this up on Ubuntu Server, but I got this error when starting the project:

Build error
37.6 [Error: ENOTEMPTY: directory not empty, rmdir '/app/packages/twenty-server/dist/src/database/clickhouse/migrations'] { 137.6 errno: -39, 137.6 code: 'ENOTEMPTY',..., Is this a known bug?
Logo does not appear
In latest version, when multi workspace is enabled the twenty logo doesn't seem to appear, and in the network tab it gets the logo correctly using url, but still empty. Anyone else have the same problem?

"Metadata version not found for workspace" after moving my workspace/database to a new environment.
A few weeks ago i migrated old workspace data to a new database with a new workspace because our metadata was "broken" on the old workspace. The migration was done by manually copying the data from old database to new database by hand. The migration went well and even checked with @Prastoinif everything was working. This migration was done locally on my laptop and worked perfectly, than we migrated the database data to our server by making a psql dump on my laptop and restoring on the server. The docker setup is exactly the same on both my local laptop and server.
But now i am getting these
Metadata version not found for workspace
errors.
I used the commands yarn command:prod workspace:sync-metadata
and yarn command:prod cache:flush
in both my twenty-server and twenty-worker docker. ...