I just noticed that my twenty status

I just noticed that my twenty status shows this (image) But my
twenty-server-1 yarn database:migrate:prod
twenty-server-1 yarn database:migrate:prod
command returns:
query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'metadata' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "metadata"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
npm notice
npm notice New major version of npm available! 9.6.7 -> 11.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
npm notice Run npm install -g [email protected] to update!
npm notice
query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'metadata' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "metadata"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
npm notice
npm notice New major version of npm available! 9.6.7 -> 11.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
npm notice Run npm install -g [email protected] to update!
npm notice
query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
No description
7 Replies
Prastoin
Prastoin4w ago
Hello What Twenty's version are you working on right now ? Could you please share your workspace's version value ?
Antonio Pinto
Antonio PintoOP4w ago
TwentyCRM is using Docker 0.52.6 Workspace metadataversion is 99 Workspace version is 0.51.0 Im also experiencing errors when updating or creating views. This one https://github.com/twentyhq/twenty/issues/11780 (but I'm not the original issue poster, I'm using the official Docker images) I get
[
GraphQLError: Field "subFieldName" is not defined by type "ViewFilterCreateInput".
at coerceInputValueImpl (/app/node_modules/graphql/utilities/coerceInputValue.js:134:11)
at coerceInputValueImpl (/app/node_modules/graphql/utilities/coerceInputValue.js:49:14)
at coerceInputValue (/app/node_modules/graphql/utilities/coerceInputValue.js:32:10)
at coerceVariableValues (/app/node_modules/@graphql-tools/executor/cjs/execution/values.js:68:65)
at getVariableValues (/app/node_modules/@graphql-tools/executor/cjs/execution/values.js:19:25)
at buildExecutionContext (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:184:69)
at execute (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:33:24)
at /app/node_modules/@graphql-tools/executor/cjs/execution/normalizedExecutor.js:15:81
at new ValueOrPromise (/app/node_modules/value-or-promise/build/main/ValueOrPromise.js:14:21)
at normalizedExecutor (/app/node_modules/@graphql-tools/executor/cjs/execution/normalizedExecutor.js:15:12) {
path: undefined,
locations: undefined,
extensions: [Object: null prototype] {}
}
]
[
GraphQLError: Field "subFieldName" is not defined by type "ViewFilterCreateInput".
at coerceInputValueImpl (/app/node_modules/graphql/utilities/coerceInputValue.js:134:11)
at coerceInputValueImpl (/app/node_modules/graphql/utilities/coerceInputValue.js:49:14)
at coerceInputValue (/app/node_modules/graphql/utilities/coerceInputValue.js:32:10)
at coerceVariableValues (/app/node_modules/@graphql-tools/executor/cjs/execution/values.js:68:65)
at getVariableValues (/app/node_modules/@graphql-tools/executor/cjs/execution/values.js:19:25)
at buildExecutionContext (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:184:69)
at execute (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:33:24)
at /app/node_modules/@graphql-tools/executor/cjs/execution/normalizedExecutor.js:15:81
at new ValueOrPromise (/app/node_modules/value-or-promise/build/main/ValueOrPromise.js:14:21)
at normalizedExecutor (/app/node_modules/@graphql-tools/executor/cjs/execution/normalizedExecutor.js:15:12) {
path: undefined,
locations: undefined,
extensions: [Object: null prototype] {}
}
]
(but I'm not the original issue poster, I'm using the official Docker images)
Prastoin
Prastoin4w ago
Note: @Félixshould we allow more grain from the admin panel regarding the migration/upgrade/sync-metadata desynchronization ? ( pending migration made Antonio think this was due to a lack of migrate:prod run ) I'm about to create an #❓︱help thread to ease others users searches to lead to our discussion we've pushed a wrong version of the dockerFile thinking it would run the upgrade by itself whereas it would only at the very first container init We will have to manually upgrade your twenty's instance of 2 versions ( no big deal nothing huge in those two )
Antonio Pinto
Antonio PintoOP4w ago
Ohm, I just fixed the "Workspaces Missing Migrations" by deleting the pending ones from the DB as they are from a previous issue where I tried to delete a custom field.
Prastoin
Prastoin4w ago
Mhm
Antonio Pinto
Antonio PintoOP4w ago
Ok! How to do it?

Did you find this page helpful?