supabase/auth
POST /admin/generate_link returns empty string when SMTP env vars aren't set
オープン
#263 opened on 2021/11/05
buggood first issuehacktoberfest
Repository metrics
- Stars
- (2,443 個のスター)
- PR merge metrics
- (平均マージ 6d 15h) (30d で 29 merged PRs)
説明
Bug report
- Missing SMTP env vars cause the
POST /admin/generate_linkendpoint to fail silently and return an empty string in the action_link field in the response. - https://github.com/supabase/gotrue/blob/aead739cfff919500cdee343496279743448bca8/api/mail.go#L145