SupabaseS
Supabase11mo ago
otto

Edge Functions

Good morning. I try to link my supabase project but keep getting the same error message. I have changed the database password but it still won't link


#faq #help-and-questions
npx supabase link --project-ref scibidivertcbhvkfoiq
WARN: no seed files matched pattern: supabase/seed.sql
Enter your database password (or leave blank to skip):
Finished supabase link.
WARNING: Local config differs from linked project. Try updating supabase\config.toml
diff supabase\config.toml scibidivertcbhvkfoiq
--- supabase\config.toml
+++ scibidivertcbhvkfoiq
@@ -50,8 +50,7 @@

[auth]
enabled = true
-site_url = "http://127.0.0.1:3000"
-additional_redirect_urls = ["https://127.0.0.1:3000"]
+site_url = "http://localhost:3000"
jwt_expiry = 3600
enable_refresh_token_rotation = true
refresh_token_reuse_interval = 10
@@ -64,8 +63,8 @@
[auth.mfa]
max_enrolled_factors = 10
[auth.mfa.totp]
-enroll_enabled = false
-verify_enabled = false
+enroll_enabled = true
+verify_enabled = true
[auth.mfa.phone]
enroll_enabled = false
verify_enabled = false
@@ -83,9 +82,9 @@
double_confirm_changes = true
enable_confirmations = false
secure_password_change = false
-max_frequency = "1s"
-otp_length = 6
-otp_expiry = 3600
+max_frequency = "1m0s"
+otp_length = 6
+otp_expiry = 86400
[auth.email.template]
[auth.sms]
enable_signup = false
Was this page helpful?