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. ...
Modify row height
I was trying to add a text field as a new row note, and I wanted to display the full note in the table. I even enabled the "Show all lines" option.
Unfortunately, it’s not working, so I tried a workaround by adjusting the table height.
Is there any way to make the full note visible in the table?
...

Database reset on Dev container
I ran the yarn nx databaset:reset command locally, and it worked as expected.
Now, for the Dev environment, we've deployed the app using packages/twenty-docker/twenty/Dockerfile.
How can we perform a database reset in the Dev environment?
...
Databse reset issue in dev docker server.
@thomast @Prastoin @charles
Hello everyone, when I try to run the database reset command in my development Docker container using yarn nx database:reset twenty-server, I get this error...

Changing identifier on custom object
On a newly created custom object there is always a name field as identifier. Can I change the identifier field and remove the name field?
Tried to Delete Custom Property, now I get Error "Could not find a relation metadata for"
I tried to Delete Custom Property, now I get Error "Could not find a relation metadata for".
The full error is:
```json
{...

[SOLVED] Are there size limits to file uploading?
I'm self-hosting (w docker; STORAGE_TYPE=local). Whenever I try to upload a file larger than 1MB, I get "Failed to fetch" error.
How can I increase the size limit?...
Gmail Calendar error - Cannot read properties of undefined
Self hosting v0.52
After recently syncing my email/calendar, When I try to go to the calendar tab an error pops up: Cannot read properties of undefined (reading 'firstName') (screenshot attached)
I dont know if i missed something in the installation or there is something else wrong.
...

Upgrade 0.42.18 -> 0.43.5 sync metadata objects error
Hi there!
Selfhosted. upgrading 0.42.18 with spilo image and proper working state (all migrations and upgrade command successfully. all green and without issues).
Followed upgrade guide to new postgres:16 image, with proper dumps and restore on new db. All running ok and started new 0.43.5 image successfully with new DB (https://twenty.com/developers/section/self-hosting/upgrade-guide#v0.42.0-to-v0.43.0).
0.43.5:...

How can I reflect my newly created mutation in graphql playground
Version: 0.51
I've just added a new table in metadata schema using migration, it worked fine.
Now, I've created couple of queries and mutations for that table but after restarting server it seems not to be reflected in graphql playground http://localhost:3000/graphql....
Feature or bug
Hi, why is it when testing the api sometimes when we type too fast it redirects to people page? is there a keyboard shortcut or is this a bug because it doesn't seem to be consistent. for example in here, i wanted to type "sign", however it only lets us type "si", when g it pressed nothing happens. tried this on different browsers and showed same behaviour.

Copy hover button not visible
When editing a field, the copy button is still clickable but does not appear on mouse over. It is invisible.

Trying to run Postgres spilo container in Ubuntu EC2 Instance
@thomast @prastoin @charles
Hey everyone! I'm facing an issue while running the twentycrm/twenty-postgres-spilo:latest Docker image on my Ubuntu EC2 instance. The same command works perfectly on my local machine, but on EC2, the container crashes shortly after starting. The logs show the following error:
patroni.exceptions.PatroniFatalException: Can not find suitable configuration of distributed configuration store
and for your information i am using this comamnd to run docker container
docker run -d ...

database "default" does not exist
Hello Twenty's team I would need some support on this stacktrace I'm getting from the dockercompose steps ?
@Alzter...
Copying multiple emails
For example, if I wanted to select all customers'/peoples emails and export/copy them, would that be possible? Can data from the columns be copied at all?
Default workspace
Currently We do have two workspaces: Apple and ACME
We have disabled multiple workspace flag in env, So we are getting default workspace for Apple, but what should I do If I want ACME as a default workspace?
@thomast @charles @Prastoin...