You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I moved to a new empty Redis instance, but that breaks any access.
I got the error Metadata version not found for workspace
how to resolve that. i tried running
yarn command:prod cache:flush
and some migration scripts. But nothing seems to fix it.
at new BaseGraphQLError (/app/packages/twenty-server/dist/src/engine/core-modules/graphql/utils/graphql-errors.util.js:86:9)
at generateGraphQLErrorFromError (/app/packages/twenty-server/dist/src/engine/core-modules/graphql/utils/generate-graphql-error-from-error.util.js:14:26)
at /app/packages/twenty-server/dist/src/engine/core-modules/graphql/hooks/use-graphql-error-handler.hook.js:38:194
at Array.map (<anonymous>)
at handleResult (/app/packages/twenty-server/dist/src/engine/core-modules/graphql/hooks/use-graphql-error-handler.hook.js:36:66)
at handleStreamOrSingleExecutionResult (/app/node_modules/@envelop/core/cjs/utils.js:113:5)
at onExecuteDone (/app/packages/twenty-server/dist/src/engine/core-modules/graphql/hooks/use-graphql-error-handler.hook.js:73:74)
at /app/node_modules/@envelop/core/cjs/orchestrator.js:391:42
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async YogaServer.getResultForParams (/app/node_modules/graphql-yoga/cjs/server.js:304:26) {
path: undefined,
locations: undefined,
extensions: { code: 'INTERNAL_SERVER_ERROR' }
}
The text was updated successfully, but these errors were encountered:
I moved to a new empty Redis instance, but that breaks any access.
I got the error Metadata version not found for workspace
how to resolve that. i tried running
yarn command:prod cache:flush
and some migration scripts. But nothing seems to fix it.
The text was updated successfully, but these errors were encountered: