issue with Address field creation in self-hosted instance
Environment: Self-hosted Twenty CRM v0.53.8
Expected behavior: Self-hosted instance should allow "Address" field in the custom Property object. Cloud version works as expected.
Actual behavior: Self-hosted instance rejects field creation with "name not available" error
Steps to Reproduce: Try creating Address field in custom object when Company.Address exists
--- Details: I am unable to create an Address type field with the name “Address” under
Property
Property
object (custom object). It throws error: “The name “Address” is not available”. However, in the cloud instance I'm able to have it (objects/properties/address)
When checking, I see that the only other occurrence of “Address” is in another object,
Company
Company
(see the screenshot)
I created the “Addres” (with a single “s”) under Properties - no issues. How can I resolve the issue and create a properly named Address field in the custom Property object?