TwentyT
Twenty7mo ago
2 replies
Ruslan

Checking out v1 getting error "ERROR Failed to load config variables from database"

Hi,
Congrats on launching!!!
I am trying to create a new instance of v1 and getting error on first run of server container

Running database setup and migrations...
query failed: SELECT "KeyValuePair"."id" AS "KeyValuePair_id", "KeyValuePair"."userId" AS "KeyValuePair_userId", "KeyValuePair"."workspaceId" AS "KeyValuePair_workspaceId", "KeyValuePair"."key" AS "KeyValuePair_key", "KeyValuePair"."value" AS "KeyValuePair_value", "KeyValuePair"."textValueDeprecated" AS "KeyValuePair_textValueDeprecated", "KeyValuePair"."type" AS "KeyValuePair_type", "KeyValuePair"."createdAt" AS "KeyValuePair_createdAt", "KeyValuePair"."updatedAt" AS "KeyValuePair_updatedAt", "KeyValuePair"."deletedAt" AS "KeyValuePair_deletedAt" FROM "core"."keyValuePair" "KeyValuePair" WHERE (("KeyValuePair"."type" = $1) AND ("KeyValuePair"."userId" IS NULL) AND ("KeyValuePair"."workspaceId" IS NULL)) -- PARAMETERS: ["CONFIG_VARIABLE"]
error: error: relation "core.keyValuePair" does not exist
Was this page helpful?