Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Supabase started by CLI doesn't respect config.toml #3094

Open
DanMossa opened this issue Feb 3, 2025 · 1 comment
Open

Local Supabase started by CLI doesn't respect config.toml #3094

DanMossa opened this issue Feb 3, 2025 · 1 comment

Comments

@DanMossa
Copy link

DanMossa commented Feb 3, 2025

When running Supabase Start locally, my understanding is that the project settings are reflected in config.toml.

I have

[auth.email]
# Allow/disallow new user signups via email to your project.
enable_signup = true
# If enabled, a user will be required to confirm any email change on both the old, and new email
# addresses. If disabled, only the new email is required to confirm.
double_confirm_changes = false
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = true
# If enabled, users will need to reauthenticate or have logged in recently to change their password.
secure_password_change = false
# Controls the minimum amount of time that must pass before sending another signup confirmation or password reset email.
max_frequency = "10s"
# Number of characters used in the email OTP.
otp_length = 6
# Number of seconds before the email OTP expires (defaults to 1 hour).
otp_expiry = 3600

in my config.toml, but the issue I'm having locally that I'm not having remotely is that locally, I'm getting the error that appears when enable_confirmations is set to false.

@sweatybridge
Copy link
Contributor

Could you elaborate what error you are getting when enable_confirmations = false? The auth service logs seem fine when I tried to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants