Local development invite emails not sending

I'm using the default config.toml setup for my local supabase development. With supabase cli, should the invitation emails be coming through to InBucket? We've implemented magic link signin functionality, and the magic link emails do correctly get routed to InBucket, but the invite emails do not.

Is this a config thing, by design, or a bug?

here is the relevant config that we have
[inbucket]
# Port to use for the email testing server web interface.
pop3_port = 54326
port = 54324
smtp_port = 54325

# ...

[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 = false
Was this page helpful?