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
2024-11-28 15:36:20 {"level":"info","msg":"Go runtime metrics collection started","time":"2024-11-28T07:36:20Z"}
2024-11-28 15:36:20 {"args":[0.222450111],"component":"pop","level":"info","msg":"%.4f seconds","time":"2024-11-28T07:36:20Z"}
2024-11-28 15:36:20 {"level":"fatal","msg":"running db migrations: error executing migrations/20240729123726_add_mfa_phone_config.up.sql, sql: do $$ begin\n alter type auth.factor_type add value 'phone';\nexception\n when duplicate_object then null;\nend $$;\n\n\nalter table auth.mfa_factors add column if not exists phone text unique default null;\nalter table auth.mfa_challenges add column if not exists otp_code text null;\n\n\ncreate unique index if not exists unique_verified_phone_factor on auth.mfa_factors (user_id, phone);\n: ERROR: type "auth.factor_type" does not exist (SQLSTATE 42704)","time":"2024-11-28T07:36:20Z"}
The text was updated successfully, but these errors were encountered:
I've got this setup, and I think I might've messed up the settings somewhere. Now, the system is up and running, but I've hit a snag. See, when I add a new user, they don't get a password in the welcome email.
This seemed to be a problem, and when I deployed,
2024-11-28 15:36:20 {"level":"info","msg":"Go runtime metrics collection started","time":"2024-11-28T07:36:20Z"}
2024-11-28 15:36:20 {"args":[0.222450111],"component":"pop","level":"info","msg":"%.4f seconds","time":"2024-11-28T07:36:20Z"}
2024-11-28 15:36:20 {"level":"fatal","msg":"running db migrations: error executing migrations/20240729123726_add_mfa_phone_config.up.sql, sql: do $$ begin\n alter type auth.factor_type add value 'phone';\nexception\n when duplicate_object then null;\nend $$;\n\n\nalter table auth.mfa_factors add column if not exists phone text unique default null;\nalter table auth.mfa_challenges add column if not exists otp_code text null;\n\n\ncreate unique index if not exists unique_verified_phone_factor on auth.mfa_factors (user_id, phone);\n: ERROR: type "auth.factor_type" does not exist (SQLSTATE 42704)","time":"2024-11-28T07:36:20Z"}
The text was updated successfully, but these errors were encountered: