Skip to content

table jackson_ttl missing with default configuration #1572

Open
@shuther

Description

@shuther

Just starting the template,

in .env I have:

DATABASE_URL=postgresql....
# default value for AUTH_PROVIDERS, not sure how the app behaves in this situation
AUTH_PROVIDERS=

npx prisma db push did not return any error.

I am able to signup an account, but when I click on Settings/Single Sign-On, I have the error below:

query failed: SELECT "table_schema", "table_name", obj_description(('"' || "table_schema" || '"."' || "table_name" || '"')::regclass, 'pg_class') AS table_comment FROM "information_schema"."tables" WHERE ("table_schema" = 'public' AND "table_name" = 'jackson_store') OR ("table_schema" = 'public' AND "table_name" = 'jackson_index') OR ("table_schema" = 'public' AND "table_name" = 'jackson_ttl')
error: error: relation "public.jackson_ttl" does not exist
Recording is off, propagating context in a non-recording span
error connecting to engine: sql, type: postgres db: QueryFailedError: relation "public.jackson_ttl" does not exist

I would have expected the tables to be setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions