T
Twenty2w ago
John

Error when editing any user record - "Cannot create property 'firstName' on string 'Untitled'"

This occured in 0.41 as well as 0.42. Oddly it doesn't prevent the user from editing the record, although it is quite annoying. Appears to be tied to the resolved github issue here
GitHub
When modifying record's details, error is thrown · Issue #7452 · tw...
Scenario: Log in Go to Companies tab (or any other object tab) Try modifying record's data Actual: Error is thrown Screencast From 2024-10-05 18-54-30.webm Expected: No error must be thrown Err...
No description
4 Replies
thomast
thomast2w ago
@Weiko could you have a look?
Weiko
Weiko7d ago
Hi @John, can you check if this is the same issue from the issue you linked? Do you have a "name" column in your person table by any chance? This column should not exist and you should have "nameFirstName" "nameLastName" only. You should be able to safely drop it (or run the command I've provided in the issue above)
John
JohnOP7d ago
Verfied that I had the 'name' column. Not sure how this command was missed while upgrading. Nevertheless I was able to drop the column through psql. I wasn't able to with the command in the issue as that command was "missing". Issue appears to be resolved now.
No description
Weiko
Weiko7d ago
Great 👍

Did you find this page helpful?