supabase/auth
POST /admin/generate_link returns empty string when SMTP env vars aren't set
開放
#263 建立於 2021年11月5日
buggood first issuehacktoberfest
倉庫指標
- 星標
- (2,443 顆星)
- PR 合併指標
- (平均合併 6天 15小時) (30 天內合併 29 個 PR)
描述
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