Harsh23
Issues starting Twenty Server
Current errors facing while setting up postgres server -
query failed: CREATE EXTENSION IF NOT EXISTS "vector"
error: error: extension "vector" is not available
Failed to perform 'create extension "vector (pgvector)"':
-ERROR: schema "core" does not exist
-Error executing migration QueryFailedError: relation "core._typeorm_generated_columns_and_materialized_views" does not exist
and then USER is not logged in.
12 replies
Unable to Reach Back-endFailed to fetch
I'm did not use Docker while setting up and hence using homebrew, postgres and redis. But the errors I faced while setting up postgres server -
- query failed: CREATE EXTENSION IF NOT EXISTS "vector"
error: error: extension "vector" is not available
Failed to perform 'create extension "vector (pgvector)"':
-ERROR: schema "core" does not exist
-Error executing migration QueryFailedError: relation "core._typeorm_generated_columns_and_materialized_views" does not exist
and then USER is not logged in.
32 replies