[Self Hosted] Error: Standard Object Name Change
When I try to change any standard object name, I get an error message flyout.
This is a somewhat fresh install. I am wondering if I should install again or if anyone knows how to fix this error.
On a side note: all my errors are un-descript "An error occurred." unlike the cloud-hosted errors
Thank you to anyone willing to help!
15 Replies
What version of Twenty are you self-hosting? What errors do you get in logs of twenty-server or in console in browser devtools?
Hello @! Cameron | Run Wild how exactly are you trying to change them what object metadata names ? Is it a standard or a custom object, through the UI or the API directly ?
Please note:
- You cannot change a standard object
name but you can edit its label ( under the hood what's done in case you change a standard it from the UI ). API would throw
- You can change any custom object nameThanks for responding!
Running the latest version of self hosted via the 1-click
I'll check the dev tools - good idea
More specifically, I am changing Standard object "Company" to "Matter" via the UI. So to @Prastoin 's point I just want to change the label, not the object name. if i understand that correctly
I actually didn't see the Error 'Flyout'
But here is an error from consol log. I dont know if its the real issue but seems related:
index-DdlKBoR6.js:1679 Uncompiled message detected! Message: That means you use raw catalog or your catalog doesn't have a translation for the message and fallback was used. ICU features such as interpolation and plurals will not work properly for that message. Please compile your catalog first. _ @ index-DdlKBoR6.js:1679 DVe @ index-DdlKBoR6.js:9728 w$ @ index-DdlKBoR6.js:46 Wne @ index-DdlKBoR6.js:48 zne @ index-DdlKBoR6.js:48 Dze @ index-DdlKBoR6.js:48 p6 @ index-DdlKBoR6.js:48 jne @ index-DdlKBoR6.js:48 Bm @ index-DdlKBoR6.js:46 (anonymous) @ index-DdlKBoR6.js:48
Hello there, the missing translation in catalog is not a blocking error you can ignore it
You should be able to update a standard label from the UI without any issue, will try to reproduce
Unfortunately, I cannot update a standard label. I have done it on Twenty Cloud Hosted so I know what its supposed to look like
* Cannot on my slef hosted*
So it's functional on cloud prod ?
Yes
Could you please share what twenty version you're using ?
I would recommend using latest patch 1.4 version that might contain a fix to your issue
( or directly consuming 1.4 docker hub entry )
Releases
1.3.0
2025-08-11T00:00:00.000Z
Yeah okay so i should upgrade
I'm semi-technical, could you point me to documentation to do what you are suggesting?
Also, I appreciate the time you've taken to help me here
No worries all good !
is it this:
If you used Docker Compose, follow these steps:
In a terminal, on the host where Twenty is running, turn off Twenty: docker compose down
Upgrade the version by changing the TAG value in the .env file near your docker-compose. ( We recommend consuming major.minor version such as v0.53 )
Bring Twenty back online with docker compose up -d
Have you installed twenty for the first time in 1.3.0 ?
exactly
Alright. Got to go to a meeting Thanks a bunch
You need to update your .env TAG value to the next latest patch version or directly major.minor one
Restarting your infra with updated version will be detected at bootstrap and proceed to upgrade and migrate operations
ok ! feel free to reach out
This is what i did:
docker compose down
.env file to TAG=v1.4.0 (nothing else changed
docker compose up -d
Now I'm getting a 502 bad gateway
never mind. i just started a fresh server from 1.4.0
Problem Solved 🙌