Weiko
Weiko
TTwenty
Created by soundworker2003 on 4/8/2025 in #❓︱help
Env Variables and Health Status are not clickable.
Exactly, the GENERAL tab is still accessible for users with canImpersonate but with less details. The "version" is only displayed if you also have canAccessFullAdminPanel @soundworker2003
5 replies
TTwenty
Created by Bartel Verkruijssen on 4/3/2025 in #❓︱help
I flushed my redis db and now i get > "Metadata version not found for workspace"
@Bartel Verkruijssen try running yarn command:prod workspace:sync-metadata it should recompute the cache for you
5 replies
TTwenty
Created by greg [iero] on 3/28/2025 in #❓︱help
Update to 0.50 failed
Ideally using the upgrade command for 0-44 directly if you haven't done yet
14 replies
TTwenty
Created by greg [iero] on 3/28/2025 in #❓︱help
Update to 0.50 failed
Hi @greg [iero], you'll need to run upgrade:0-44:initialize-permissions first, it seems your workspace does not have a default role
14 replies
TTwenty
Created by Leontes on 3/18/2025 in #❓︱help
Enabled Lab > Roles and now I can't access some menus
You need to run "yarn database:migrate:prod" after the upgrade of the version, please see https://twenty.com/developers/section/self-hosting/upgrade-guide
11 replies
TTwenty
Created by anjali on 3/4/2025 in #❓︱help
SoftDelete issue in Custom object while migrating
Yes, that's expected. As I said above please try the command upgrade-0.24:set-custom-object-is-soft-deletable instead
8 replies
TTwenty
Created by anjali on 3/4/2025 in #❓︱help
SoftDelete issue in Custom object while migrating
Hi @anjali This issue has been fixed in the v0.24.1, can you upgrade and run upgrade-0.24:set-custom-object-is-soft-deletable ?
8 replies
TTwenty
Created by thomasmol on 2/27/2025 in #❓︱help
500 error on filtering/search on REST api endpoints
I was going to ask you to test again, great 🙂
13 replies
TTwenty
Created by thomasmol on 2/27/2025 in #❓︱help
500 error on filtering/search on REST api endpoints
Ok I can reproduce, looking 👀.
13 replies
TTwenty
Created by thomasmol on 2/27/2025 in #❓︱help
500 error on filtering/search on REST api endpoints
Can you provide the query you are using so I can replicate on my side?
13 replies
TTwenty
Created by John on 2/19/2025 in #❓︱help
Error when editing any user record - "Cannot create property 'firstName' on string 'Untitled'"
Great 👍
5 replies
TTwenty
Created by John on 2/19/2025 in #❓︱help
Error when editing any user record - "Cannot create property 'firstName' on string 'Untitled'"
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)
5 replies
TTwenty
Created by Ankit on 2/20/2025 in #❓︱help
Can't go into on billing area in my settings
@Ankit can you try again? Let me know if this still redirects you 🙏
4 replies
TTwenty
Created by Hung Do on 2/5/2025 in #❓︱help
How to custom GraphQL validation rule
Hi @Hung Do, There is no easy way to do that right now but there is a workaround, you can check how it works with messaging with MessageFindOnePreQueryHook class. You can register a pre-hook on your object for that validation step
3 replies